Updated dependencies (next.js 15.1.1) (#98)

This commit is contained in:
Giancarlo Buomprisco
2024-12-18 15:09:45 +08:00
committed by GitHub
parent 923b6954d4
commit 491040f683
17 changed files with 378 additions and 373 deletions

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.7",
"next": "15.1.0",
"@tanstack/react-query": "5.62.8",
"next": "15.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0"
},
"dependencies": {
"i18next": "24.1.0",
"i18next": "24.1.2",
"i18next-browser-languagedetector": "8.0.2",
"i18next-resources-to-backend": "^1.2.1"
},