Updated dependencies, most notably React 19 (#90)

* Updated dependencies, most notably React 19
This commit is contained in:
Giancarlo Buomprisco
2024-12-06 09:38:49 +01:00
committed by GitHub
parent 7fb24f606c
commit 90f25a5ed5
25 changed files with 2065 additions and 2098 deletions

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"@tanstack/react-query": "5.62.2",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.1.3"
},
"dependencies": {
"i18next": "24.0.2",
"i18next": "24.0.5",
"i18next-browser-languagedetector": "8.0.0",
"i18next-resources-to-backend": "^1.2.1"
},