Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03eb3ea3c0 |
Generated
+9
-9
@@ -41,7 +41,7 @@
|
||||
"eslint": "9.39.2",
|
||||
"eslint-plugin-nuxt": "4.0.0",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"eslint-plugin-vue": "10.7.0",
|
||||
"nuxt": "4.3.1",
|
||||
"postcss-html": "1.8.1",
|
||||
"sass": "1.97.3",
|
||||
@@ -52,7 +52,7 @@
|
||||
"typescript-eslint": "8.55.0",
|
||||
"vite-plugin-vuetify": "2.1.3",
|
||||
"vue": "3.5.28",
|
||||
"vue-eslint-parser": "10.4.0",
|
||||
"vue-eslint-parser": "10.3.0",
|
||||
"vue-router": "4.6.4",
|
||||
"vuetify": "3.11.8"
|
||||
},
|
||||
@@ -13845,9 +13845,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/eslint-plugin-vue": {
|
||||
"version": "10.8.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz",
|
||||
"integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
|
||||
"version": "10.7.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.7.0.tgz",
|
||||
"integrity": "sha512-r2XFCK4qlo1sxEoAMIoTTX0PZAdla0JJDt1fmYiworZUX67WeEGqm+JbyAg3M+pGiJ5U6Mp5WQbontXWtIW7TA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -13864,7 +13864,7 @@
|
||||
"peerDependencies": {
|
||||
"@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
|
||||
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
|
||||
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
||||
"eslint": "^8.57.0 || ^9.0.0",
|
||||
"vue-eslint-parser": "^10.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
@@ -23525,9 +23525,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vue-eslint-parser": {
|
||||
"version": "10.4.0",
|
||||
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.4.0.tgz",
|
||||
"integrity": "sha512-Vxi9pJdbN3ZnVGLODVtZ7y4Y2kzAAE2Cm0CZ3ZDRvydVYxZ6VrnBhLikBsRS+dpwj4Jv4UCv21PTEwF5rQ9WXg==",
|
||||
"version": "10.3.0",
|
||||
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-10.3.0.tgz",
|
||||
"integrity": "sha512-Aj1cCjD3HQjp5B8cLr6zJjISEOkr0MCrqvwLg3MeyGDjKlL8uMFLKfVbP7Te09cG9Y9KmzJwwnD7hf884CpcOg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
+2
-2
@@ -33,7 +33,7 @@
|
||||
"eslint": "9.39.2",
|
||||
"eslint-plugin-nuxt": "4.0.0",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"eslint-plugin-vue": "10.7.0",
|
||||
"nuxt": "4.3.1",
|
||||
"postcss-html": "1.8.1",
|
||||
"sass": "1.97.3",
|
||||
@@ -44,7 +44,7 @@
|
||||
"typescript-eslint": "8.55.0",
|
||||
"vite-plugin-vuetify": "2.1.3",
|
||||
"vue": "3.5.28",
|
||||
"vue-eslint-parser": "10.4.0",
|
||||
"vue-eslint-parser": "10.3.0",
|
||||
"vue-router": "5.0.2",
|
||||
"vuetify": "3.11.8"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user