v3: added comment likes, added votes/likes list view, added db migrations mechanism, updated project dependencies
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
44
package.json
44
package.json
@@ -10,33 +10,33 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lingui/cli": "6.0.0-next.3",
|
||||
"@lingui/conf": "6.0.0-next.3",
|
||||
"@lingui/core": "6.0.0-next.3",
|
||||
"@lingui/format-po": "6.0.0-next.3",
|
||||
"@lingui/react": "6.0.0-next.3",
|
||||
"@types/react": "^19.2.14",
|
||||
"@lingui/swc-plugin": "6.0.0-next.2",
|
||||
"@vitejs/plugin-react-swc": "^4.3.0",
|
||||
"@lingui/cli": "6.4.0",
|
||||
"@lingui/conf": "6.4.0",
|
||||
"@lingui/core": "6.4.0",
|
||||
"@lingui/format-po": "6.4.0",
|
||||
"@lingui/react": "6.4.0",
|
||||
"@types/react": "^19.2.17",
|
||||
"@lingui/swc-plugin": "6.4.0",
|
||||
"@vitejs/plugin-react-swc": "^4.3.1",
|
||||
"frimousse": "^0.3.0",
|
||||
"jiti": "^2.6.1",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"jiti": "^2.7.0",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-router": "^7.13.1",
|
||||
"react-router": "^8.0.1",
|
||||
"remark-gfm": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lingui/vite-plugin": "6.0.0-next.3",
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@types/node": "^24.12.0",
|
||||
"@lingui/vite-plugin": "6.4.0",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^26.0.0",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"globals": "^17.4.0",
|
||||
"typescript": "~5.9.3",
|
||||
"typescript-eslint": "^8.56.1",
|
||||
"vite": "^8.0.0"
|
||||
"eslint": "^10.5.0",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.3",
|
||||
"globals": "^17.6.0",
|
||||
"typescript": "~6.0.3",
|
||||
"typescript-eslint": "^8.61.1",
|
||||
"vite": "^8.0.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user