Dependencies Updates (#83)

* Keystatic: Use the correct variable when fetching content from GitHub
* Revert default layout style
This commit is contained in:
Giancarlo Buomprisco
2024-11-22 08:55:15 +01:00
committed by GitHub
parent 977c958975
commit 5cc936b982
28 changed files with 1754 additions and 1600 deletions

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"react-i18next": "^15.1.1"
},
"dependencies": {
"i18next": "23.16.5",
"i18next": "23.16.8",
"i18next-browser-languagedetector": "8.0.0",
"i18next-resources-to-backend": "^1.2.1"
},