Updated dependencies
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user