generated from pascalmartineau/wp-skeleton
chore: upate deps
This commit is contained in:
@@ -17,27 +17,27 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify-json/cib": "^1.2.3",
|
||||
"@iconify-json/lucide": "^1.2.66",
|
||||
"@iconify-json/lucide": "^1.2.68",
|
||||
"@nuxt/eslint": "^1.9.0",
|
||||
"@nuxt/ui": "^4.0.0-alpha.1",
|
||||
"@nuxt/ui": "4.0.0-alpha.1",
|
||||
"@nuxthub/core": "^0.9.0",
|
||||
"@nuxtjs/device": "3.2.4",
|
||||
"@nuxtjs/robots": "5.5.0",
|
||||
"@nuxtjs/sitemap": "7.4.3",
|
||||
"@vueuse/nuxt": "13.7.0",
|
||||
"nuxt": "^4.1.0",
|
||||
"nuxt": "^4.1.2",
|
||||
"nuxt-auth-utils": "0.5.23",
|
||||
"nuxt-graphql-middleware": "5.2.0",
|
||||
"nuxt-svgo": "4.2.6",
|
||||
"vue": "^3.5.21",
|
||||
"vue-router": "^4.5.1",
|
||||
"zod": "^4.1.5"
|
||||
"zod": "^4.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.34.0",
|
||||
"eslint": "^9.35.0",
|
||||
"typescript": "^5.9.2",
|
||||
"vue-tsc": "^3.0.6",
|
||||
"wrangler": "^4.33.2"
|
||||
"vue-tsc": "^3.0.7",
|
||||
"wrangler": "^4.37.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.15.0",
|
||||
"pnpm": {
|
||||
|
||||
2438
wp-content/themes/ccat/pnpm-lock.yaml
generated
2438
wp-content/themes/ccat/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -9460,7 +9460,7 @@ enum MenuItemNodeIdTypeEnum {
|
||||
ID
|
||||
}
|
||||
|
||||
"""Deprecated in favor of MenuItemLinkeable Interface"""
|
||||
"""Deprecated in favor of MenuItemLinkable Interface"""
|
||||
union MenuItemObjectUnion = Category | Page | Post | Project | Tag
|
||||
|
||||
"""Connection between the MenuItem type and the Menu type"""
|
||||
@@ -10340,7 +10340,7 @@ type Page implements ContentNode & DatabaseIdentifier & HierarchicalContentNode
|
||||
"""Fields of the PostPage ACF Field Group"""
|
||||
postPage: PostPage
|
||||
|
||||
"""Connection between the Page type and the page type"""
|
||||
"""Connection between the page type and the page type"""
|
||||
preview: PageToPreviewConnectionEdge
|
||||
|
||||
"""The database id of the preview node"""
|
||||
@@ -10476,7 +10476,7 @@ interface PageInfo {
|
||||
startCursor: String
|
||||
}
|
||||
|
||||
"""Connection between the Page type and the page type"""
|
||||
"""Connection between the page type and the page type"""
|
||||
type PageToPreviewConnectionEdge implements Edge & OneToOneConnection & PageConnectionEdge {
|
||||
"""
|
||||
Opaque reference to the nodes position in the connection. Value can be used with pagination args.
|
||||
@@ -10936,7 +10936,7 @@ type Post implements ContentNode & DatabaseIdentifier & MenuItemLinkable & Node
|
||||
"""The id field matches the WP_Post->ID field."""
|
||||
postId: Int! @deprecated(reason: "Deprecated in favor of the databaseId field")
|
||||
|
||||
"""Connection between the Post type and the post type"""
|
||||
"""Connection between the post type and the post type"""
|
||||
preview: PostToPreviewConnectionEdge
|
||||
|
||||
"""The database id of the preview node"""
|
||||
@@ -13073,7 +13073,7 @@ input PostToCategoryConnectionWhereArgs {
|
||||
updateTermMetaCache: Boolean
|
||||
}
|
||||
|
||||
"""Connection between the Post type and the post type"""
|
||||
"""Connection between the post type and the post type"""
|
||||
type PostToParentConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge {
|
||||
"""
|
||||
Opaque reference to the nodes position in the connection. Value can be used with pagination args.
|
||||
@@ -13084,7 +13084,7 @@ type PostToParentConnectionEdge implements Edge & OneToOneConnection & PostConne
|
||||
node: Post! @deprecated(reason: "This content type is not hierarchical and typically will not have a parent")
|
||||
}
|
||||
|
||||
"""Connection between the Post type and the post type"""
|
||||
"""Connection between the post type and the post type"""
|
||||
type PostToPostConnection implements Connection & PostConnection {
|
||||
"""Edges for the PostToPostConnection connection"""
|
||||
edges: [PostToPostConnectionEdge!]!
|
||||
@@ -13245,7 +13245,7 @@ input PostToPostFormatConnectionWhereArgs {
|
||||
updateTermMetaCache: Boolean
|
||||
}
|
||||
|
||||
"""Connection between the Post type and the post type"""
|
||||
"""Connection between the post type and the post type"""
|
||||
type PostToPreviewConnectionEdge implements Edge & OneToOneConnection & PostConnectionEdge {
|
||||
"""
|
||||
Opaque reference to the nodes position in the connection. Value can be used with pagination args.
|
||||
|
||||
Reference in New Issue
Block a user