chore: Update @lewebsimple/nuxt-graphql

This commit is contained in:
2026-01-26 09:29:12 -05:00
parent 108269e3fe
commit 9cd99c36db
3 changed files with 836 additions and 672 deletions

View File

@@ -44,12 +44,12 @@ export default defineNuxtConfig({
},
graphql: {
yoga: {
server: {
context: ["~~/server/graphql/context"],
schemas: {
schema: {
wp: {
type: "remote",
url: `${process.env.NUXT_WP_URL || "https://wp-headless.ledevsimple.ca"}/graphql`,
endpoint: `${process.env.NUXT_WP_URL || "https://wp-headless.ledevsimple.ca"}/graphql`,
hooks: ["~~/server/graphql/wp-hooks"],
},
},

View File

@@ -16,24 +16,24 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.86",
"@lewebsimple/nuxt-graphql": "^0.5.11",
"@iconify-json/lucide": "^1.2.87",
"@lewebsimple/nuxt-graphql": "^0.5.13",
"@nuxt/ui": "4.3.0",
"@nuxtjs/seo": "^3.3.0",
"jwt-decode": "^4.0.0",
"nuxt": "^4.2.2",
"nuxt": "^4.3.0",
"nuxt-auth-utils": "^0.5.27",
"tailwindcss": "^4.1.18",
"vue": "^3.5.27",
"vue-router": "^4.6.4",
"zod": "^4.3.5"
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.12.1",
"@nuxt/eslint": "^1.13.0",
"changelogen": "^0.6.2",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.2"
"vue-tsc": "^3.2.4"
},
"pnpm": {
"overrides": {

File diff suppressed because it is too large Load Diff