Updated dependencies

This commit is contained in:
gbuomprisco
2024-11-01 10:55:46 +08:00
parent 1faa5772fd
commit 2f1be787f7
22 changed files with 463 additions and 769 deletions

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*",
"@types/node": "^22.8.2"
"@types/node": "^22.8.6"
},
"eslintConfig": {
"root": true,

View File

@@ -26,7 +26,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.8.2",
"@types/node": "^22.8.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-69d4b800-20241021",
"zod": "^3.23.8"

View File

@@ -112,6 +112,11 @@ class KeystaticClient implements CmsClient {
}
result.forEach((item) => {
// never override the parent if it's already set in the config
if (item.entry.parent) {
return;
}
const pathParts = item.slug.split('/');
// Skip if this is a root level index file (e.g., "authentication/authentication")

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.8.2",
"@types/node": "^22.8.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"wp-types": "^4.66.1"
},