Upgrade dependencies across packages for stability and features. (#250)
Updated various dependencies, including `@tanstack/react-query`, `@types/node`, `react-i18next`, and more to their latest compatible versions. This improves compatibility, fixes potential bugs, and ensures access to the latest features.
This commit is contained in:
committed by
GitHub
parent
dc55782a97
commit
f66c269e79
@@ -20,15 +20,15 @@
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@tanstack/react-query": "5.74.4",
|
||||
"@tanstack/react-query": "5.74.11",
|
||||
"next": "15.3.1",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-i18next": "^15.4.1"
|
||||
"react-i18next": "^15.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "25.0.1",
|
||||
"i18next-browser-languagedetector": "8.0.5",
|
||||
"i18next": "25.0.2",
|
||||
"i18next-browser-languagedetector": "8.1.0",
|
||||
"i18next-resources-to-backend": "^1.2.1"
|
||||
},
|
||||
"typesVersions": {
|
||||
|
||||
Reference in New Issue
Block a user