Upgrade dependencies across packages (#241)

Updated multiple dependencies to their latest versions, including `next` to `15.3.1`, `zod` to `3.24.3`, `@tanstack/react-query` to `5.74.4`, and others. This ensures compatibility, improves stability, and incorporates the latest bug fixes.
This commit is contained in:
Giancarlo Buomprisco
2025-04-20 19:48:08 +07:00
committed by GitHub
parent 1030c84eee
commit 1327a8efb7
29 changed files with 2073 additions and 1991 deletions

View File

@@ -16,7 +16,7 @@
"./route-handler": "./src/keystatic-route-handler.ts"
},
"dependencies": {
"@keystatic/core": "0.5.46",
"@keystatic/core": "0.5.47",
"@keystatic/next": "^5.0.4",
"@markdoc/markdoc": "^0.5.1"
},
@@ -29,7 +29,7 @@
"@types/node": "^22.14.0",
"@types/react": "19.1.0",
"react": "19.1.0",
"zod": "^3.24.2"
"zod": "^3.24.3"
},
"typesVersions": {
"*": {

View File

@@ -22,7 +22,7 @@
"@kit/ui": "workspace:*",
"@types/node": "^22.14.0",
"@types/react": "19.1.0",
"wp-types": "^4.67.1"
"wp-types": "^4.68.0"
},
"typesVersions": {
"*": {