1 Commits
Author SHA1 Message Date
renovate 2fd18dd65d fix(deps): update dependency graphql to v17
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Failing after 30s
schemas-app / deploy-prod (pull_request) Has been skipped
2026-07-06 07:12:18 +00:00
2 changed files with 395 additions and 381 deletions
+385 -371
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -19,10 +19,10 @@
},
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.8.0",
"@auth0/auth0-vue": "2.7.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "17.0.2",
"graphql-ws": "6.1.0",
"graphql-ws": "6.0.8",
"nuxt": "4.4.8",
"vue": "3.5.39",
"vuetify-nuxt-module": "0.19.5"
@@ -34,19 +34,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "21.2.1",
"@commitlint/cli": "21.2.0",
"@commitlint/config-conventional": "21.2.0",
"@graphql-codegen/cli": "7.2.0",
"@graphql-codegen/typed-document-node": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.0",
"@graphql-codegen/cli": "7.1.3",
"@graphql-codegen/typed-document-node": "7.0.3",
"@graphql-codegen/typescript": "6.0.2",
"@graphql-codegen/typescript-operations": "6.0.5",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.16.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.7",
"@vitest/coverage-v8": "4.1.10",
"@vitest/coverage-v8": "4.1.9",
"@vue/test-utils": "2.4.11",
"eslint": "10.6.0",
"eslint-plugin-simple-import-sort": "13.0.0",
@@ -57,8 +57,8 @@
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.63.0",
"vitest": "4.1.10",
"typescript-eslint": "8.62.1",
"vitest": "4.1.9",
"vue-eslint-parser": "10.4.1"
},
"overrides": {