v3: fixed journal view not scrolling, fixed some user profile layout bugs, increase thumbnail size on the index
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 43s

This commit is contained in:
khannurien
2026-06-28 05:27:49 +00:00
parent bcbb8f5583
commit b567e390d9
10 changed files with 220 additions and 215 deletions

View File

@@ -16,7 +16,7 @@
"@lingui/format-po": "6.4.0",
"@lingui/react": "6.4.0",
"@types/react": "^19.2.17",
"@lingui/swc-plugin": "6.4.0",
"@lingui/swc-plugin": "6.5.0",
"@vitejs/plugin-react-swc": "^4.3.1",
"frimousse": "^0.3.0",
"jiti": "^2.7.0",
@@ -30,14 +30,14 @@
"devDependencies": {
"@lingui/vite-plugin": "6.4.0",
"@eslint/js": "^10.0.1",
"@types/node": "^26.0.0",
"@types/node": "^26.0.1",
"@types/react-dom": "^19.2.3",
"eslint": "^10.5.0",
"eslint": "^10.6.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.6.0",
"globals": "^17.7.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.61.1",
"vite": "^8.0.16"
"typescript-eslint": "^8.62.0",
"vite": "^8.1.0"
}
}