chore(deps): remove unused dependencies
schemas-app / build (pull_request) Successful in 3m6s
schemas-app / deploy-prod (pull_request) Has been skipped

Remove @nuxtjs/eslint-module, eslint-plugin-nuxt, vite-plugin-eslint2,
and vue-router which are either redundant or auto-provided by Nuxt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:17:43 +01:00
parent ad502bde42
commit 04bccbeb2a
2 changed files with 52 additions and 460 deletions
+52 -456
View File
File diff suppressed because it is too large Load Diff
-4
View File
@@ -25,7 +25,6 @@
"graphql-ws": "6.0.7",
"nuxt": "4.3.1",
"vue": "3.5.29",
"vue-router": "4.6.4",
"vuetify-nuxt-module": "0.19.5"
},
"version": "1.0.0",
@@ -44,14 +43,12 @@
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "3.2.2",
"@nuxt/eslint": "1.15.2",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.4",
"@vitest/coverage-v8": "4.0.18",
"@vue/test-utils": "2.4.6",
"eslint": "9.39.4",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.8.0",
"jsdom": "28.1.0",
@@ -61,7 +58,6 @@
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1",
"vite-plugin-eslint2": "5.0.5",
"vitest": "4.0.18",
"vue-eslint-parser": "10.4.0"
}