Update package dependencies to include eslint-plugin-vue and vue-eslint-parser for enhanced linting support
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 33s

This commit is contained in:
Torsten Schulz (local)
2025-12-19 17:32:56 +01:00
parent 164c5d9297
commit 861802b716
2 changed files with 1024 additions and 6 deletions

1026
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -35,10 +35,12 @@
"@nuxtjs/tailwindcss": "^6.11.0", "@nuxtjs/tailwindcss": "^6.11.0",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"eslint-plugin-vue": "^10.6.2",
"lucide-vue-next": "^0.344.0", "lucide-vue-next": "^0.344.0",
"postcss": "^8.4.0", "postcss": "^8.4.0",
"supertest": "^7.1.0", "supertest": "^7.1.0",
"tailwindcss": "^3.4.0", "tailwindcss": "^3.4.0",
"vitest": "^2.1.4" "vitest": "^2.1.4",
"vue-eslint-parser": "^10.2.0"
} }
} }