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
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 33s
This commit is contained in:
1026
package-lock.json
generated
1026
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -35,10 +35,12 @@
|
||||
"@nuxtjs/tailwindcss": "^6.11.0",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"dotenv": "^17.2.3",
|
||||
"eslint-plugin-vue": "^10.6.2",
|
||||
"lucide-vue-next": "^0.344.0",
|
||||
"postcss": "^8.4.0",
|
||||
"supertest": "^7.1.0",
|
||||
"tailwindcss": "^3.4.0",
|
||||
"vitest": "^2.1.4"
|
||||
"vitest": "^2.1.4",
|
||||
"vue-eslint-parser": "^10.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user