fix(deps): pin dependencies

This commit is contained in:
Renovate
2024-11-03 16:42:01 +00:00
parent 0cf7e65a2a
commit 96140db64e
3 changed files with 109 additions and 109 deletions
+39 -39
View File
@@ -19,49 +19,49 @@
"codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-vue-apollo": "^4.1.0",
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint": "^0.6.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/i18n": "^9.0.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@vue/test-utils": "^2.4.4",
"esbuild": "^0.24.0",
"eslint": "^9.3.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.22.0",
"nuxt": "^3.10.3",
"postcss-html": "^1.6.0",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.3.3",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/typescript": "4.1.1",
"@graphql-codegen/typescript-operations": "4.3.1",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
"@nuxt/devtools": "1.6.0",
"@nuxt/eslint": "0.6.1",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/i18n": "9.0.0",
"@pinia-plugin-persistedstate/nuxt": "1.2.1",
"@vue/test-utils": "2.4.6",
"esbuild": "0.24.0",
"eslint": "9.14.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "9.30.0",
"nuxt": "3.13.2",
"postcss-html": "1.7.0",
"sass": "1.80.6",
"stylelint": "16.10.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"vite-plugin-vuetify": "^2.0.1",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
"vuetify": "^3.5.5"
"vite-plugin-vuetify": "2.0.4",
"vue": "3.5.12",
"vue-router": "4.4.5",
"vuetify": "3.7.3"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@auth0/auth0-vue": "^2.3.3",
"@mdi/font": "^7.4.47",
"@pinia/nuxt": "^0.6.0",
"@sentry/nuxt": "^8.35.0",
"@vue/apollo-composable": "^4.0.1",
"apollo-link-sentry": "^4.0.0",
"date-fns": "^4.0.0",
"graphql": "^16.8.1",
"@auth0/auth0-vue": "2.3.3",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.6.1",
"@sentry/nuxt": "8.36.0",
"@vue/apollo-composable": "4.2.1",
"apollo-link-sentry": "4.0.0",
"date-fns": "4.1.0",
"graphql": "16.9.0",
"graphql-tag": "^2.12.6",
"pinia": "^2.1.7",
"subscriptions-transport-ws": "^0.11.0"
"pinia": "2.2.5",
"subscriptions-transport-ws": "0.11.0"
}
}