chore: update deps
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 59s

This commit is contained in:
2025-09-03 13:20:50 -04:00
parent e8a6aa41cf
commit d947aa3c7b
4 changed files with 980 additions and 1982 deletions

2
.gitignore vendored
View File

@@ -19,3 +19,5 @@
/wp-content/themes/* /wp-content/themes/*
!/wp-content/themes/.gitkeep !/wp-content/themes/.gitkeep
!/wp-content/themes/ccat/ !/wp-content/themes/ccat/
.data

View File

@@ -17,27 +17,27 @@
}, },
"dependencies": { "dependencies": {
"@iconify-json/cib": "^1.2.3", "@iconify-json/cib": "^1.2.3",
"@iconify-json/lucide": "^1.2.64", "@iconify-json/lucide": "^1.2.66",
"@nuxt/eslint": "^1.9.0", "@nuxt/eslint": "^1.9.0",
"@nuxt/ui": "4.0.0-alpha.0", "@nuxt/ui": "^4.0.0-alpha.1",
"@nuxthub/core": "^0.9.0", "@nuxthub/core": "^0.9.0",
"@nuxtjs/device": "3.2.4", "@nuxtjs/device": "3.2.4",
"@nuxtjs/robots": "5.5.0", "@nuxtjs/robots": "5.5.0",
"@nuxtjs/sitemap": "7.4.3", "@nuxtjs/sitemap": "7.4.3",
"@vueuse/nuxt": "13.7.0", "@vueuse/nuxt": "13.7.0",
"nuxt": "^4.0.3", "nuxt": "^4.1.0",
"nuxt-auth-utils": "0.5.23", "nuxt-auth-utils": "0.5.23",
"nuxt-graphql-middleware": "5.2.0", "nuxt-graphql-middleware": "5.2.0",
"nuxt-svgo": "4.2.6", "nuxt-svgo": "4.2.6",
"vue": "^3.5.20", "vue": "^3.5.21",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"zod": "^4.1.3" "zod": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^9.34.0", "eslint": "^9.34.0",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"vue-tsc": "^3.0.6", "vue-tsc": "^3.0.6",
"wrangler": "^4.33.0" "wrangler": "^4.33.2"
}, },
"packageManager": "pnpm@10.15.0", "packageManager": "pnpm@10.15.0",
"pnpm": { "pnpm": {

File diff suppressed because it is too large Load Diff

View File

@@ -24623,9 +24623,6 @@ enum UserRoleEnum {
"""User role with specific capabilities""" """User role with specific capabilities"""
SUBSCRIBER SUBSCRIBER
"""User role with specific capabilities"""
TRANSLATOR
} }
"""Connection between the User type and the Comment type""" """Connection between the User type and the Comment type"""