fix(deps): pin dependencies

This commit is contained in:
Renovate
2025-11-22 16:55:00 +00:00
parent 072e1b10f1
commit 03bc9a4180
3 changed files with 204 additions and 199 deletions
+37 -37
View File
@@ -19,14 +19,14 @@
},
"dependencies": {
"@apollo/client": "^3.14.0",
"@auth0/auth0-vue": "^2.4.0",
"@vue/apollo-composable": "^4.2.2",
"graphql": "^16.12.0",
"graphql-ws": "^6.0.6",
"nuxt": "^4.2.1",
"vue": "^3.5.24",
"vue-router": "^4.6.3",
"vuetify-nuxt-module": "^0.18.4"
"@auth0/auth0-vue": "2.4.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.12.0",
"graphql-ws": "6.0.6",
"nuxt": "4.2.1",
"vue": "3.5.24",
"vue-router": "4.6.3",
"vuetify-nuxt-module": "0.18.8"
},
"version": "1.0.0",
"description": "Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
@@ -35,34 +35,34 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@graphql-codegen/cli": "^6.1.0",
"@graphql-codegen/typed-document-node": "^6.1.3",
"@graphql-codegen/typescript": "^5.0.5",
"@graphql-codegen/typescript-operations": "^5.0.5",
"@graphql-codegen/typescript-vue-apollo": "^4.1.2",
"@nuxt/devtools": "^3.1.0",
"@nuxt/eslint": "^1.10.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/stylelint-module": "^5.2.1",
"@stylistic/eslint-plugin": "^5.6.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vitest/coverage-v8": "^4.0.13",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.1",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^10.6.0",
"jsdom": "^27.2.0",
"postcss-html": "^1.8.0",
"stylelint": "^16.26.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard": "^39.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0",
"vite-plugin-eslint2": "^5.0.4",
"vitest": "^4.0.13",
"vue-eslint-parser": "^10.0.0"
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@graphql-codegen/cli": "6.1.0",
"@graphql-codegen/typed-document-node": "6.1.3",
"@graphql-codegen/typescript": "5.0.5",
"@graphql-codegen/typescript-operations": "5.0.5",
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "3.1.0",
"@nuxt/eslint": "1.10.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.6.1",
"@vitejs/plugin-vue": "6.0.2",
"@vitest/coverage-v8": "4.0.13",
"@vue/test-utils": "2.4.6",
"eslint": "9.39.1",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.6.0",
"jsdom": "27.2.0",
"postcss-html": "1.8.0",
"stylelint": "16.26.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "39.0.1",
"typescript": "5.9.3",
"typescript-eslint": "8.47.0",
"vite-plugin-eslint2": "5.0.4",
"vitest": "4.0.13",
"vue-eslint-parser": "10.2.0"
}
}