Mise à jour de dépendances + ajout d'une personnalisation d'une règle concernant…
… les v-slot dans le fichier eslint.config.mjs.
Showing
2 changed files
with
5 additions
and
5 deletions
This diff is collapsed. Click to expand it.
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | "@tinymce/tinymce-vue": "^5.1.1", | 24 | "@tinymce/tinymce-vue": "^5.1.1", |
25 | "@types/vuelidate": "^0.7.22", | 25 | "@types/vuelidate": "^0.7.22", |
26 | "@unhead/vue": "^2.0.8", | 26 | "@unhead/vue": "^2.0.8", |
27 | - "@vitejs/plugin-vue": "^5.2.3", | 27 | + "@vitejs/plugin-vue": "^5.2.4", |
28 | "@vuelidate/core": "^2.0.3", | 28 | "@vuelidate/core": "^2.0.3", |
29 | "@vuelidate/validators": "^2.0.4", | 29 | "@vuelidate/validators": "^2.0.4", |
30 | "@vueuse/core": "^13.2.0", | 30 | "@vueuse/core": "^13.2.0", |
@@ -34,21 +34,21 @@ | @@ -34,21 +34,21 @@ | ||
34 | "nuxt": "^3.16.2", | 34 | "nuxt": "^3.16.2", |
35 | "pinia": "^2.3.1", | 35 | "pinia": "^2.3.1", |
36 | "pinia-plugin-persistedstate": "^4.2.0", | 36 | "pinia-plugin-persistedstate": "^4.2.0", |
37 | - "vue": "^3.5.13", | 37 | + "vue": "^3.5.14", |
38 | "vue-router": "^4.5.0", | 38 | "vue-router": "^4.5.0", |
39 | "vuetify-nuxt-module": "^0.18.6" | 39 | "vuetify-nuxt-module": "^0.18.6" |
40 | }, | 40 | }, |
41 | "devDependencies": { | 41 | "devDependencies": { |
42 | "@antfu/eslint-config": "^4.13.0", | 42 | "@antfu/eslint-config": "^4.13.0", |
43 | - "@nuxt/test-utils": "^3.17.2", | 43 | + "@nuxt/test-utils": "^3.19.0", |
44 | "@nuxtjs/tailwindcss": "^6.13.2", | 44 | "@nuxtjs/tailwindcss": "^6.13.2", |
45 | "@typescript-eslint/parser": "^8.32.1", | 45 | "@typescript-eslint/parser": "^8.32.1", |
46 | "@vue/test-utils": "^2.4.6", | 46 | "@vue/test-utils": "^2.4.6", |
47 | - "happy-dom": "^17.4.4", | 47 | + "happy-dom": "^17.4.7", |
48 | "jsdom": "^26.1.0", | 48 | "jsdom": "^26.1.0", |
49 | "playwright-core": "^1.52.0", | 49 | "playwright-core": "^1.52.0", |
50 | "typescript-eslint": "^8.32.1", | 50 | "typescript-eslint": "^8.32.1", |
51 | - "vitest": "^3.1.2", | 51 | + "vitest": "^3.1.4", |
52 | "vue-eslint-parser": "^10.1.3" | 52 | "vue-eslint-parser": "^10.1.3" |
53 | } | 53 | } |
54 | } | 54 | } |
-
Please register or login to post a comment