|
11 | 11 | "postinstall": "nuxt prepare" |
12 | 12 | }, |
13 | 13 | "devDependencies": { |
14 | | - "@element-plus/nuxt": "^1.0.6", |
15 | | - "@intlify/unplugin-vue-i18n": "^0.9.2", |
16 | | - "element-plus": "^2.3.14", |
17 | | - "nuxt": "3.6.x", |
18 | | - "vue-i18n": "^9.4.1" |
| 14 | + "@element-plus/nuxt": "^1.1.4", |
| 15 | + "@intlify/unplugin-vue-i18n": "^11.0.1", |
| 16 | + "element-plus": "^2.11.2", |
| 17 | + "nuxt": "3.19.x", |
| 18 | + "vue-i18n": "^11.1.12" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | 21 | "@averjs/nuxt-compression": "^1.2.2", |
22 | | - "@babel/traverse": ">=7.23.2", |
23 | | - "@element-plus/icons-vue": "^2.1.0", |
24 | | - "@model-w/axios": "1.x", |
25 | | - "@model-w/preset-nuxt3": "2023.7.x", |
26 | | - "@model-w/proxy": "2.x", |
27 | | - "@model-w/sentry": "1.x", |
28 | | - "@nuxtjs/proxy": "^2.1.0", |
29 | | - "@nuxtjs/sentry": "^7.5.0", |
30 | | - "@pinia/nuxt": "^0.4.11", |
| 22 | + "@babel/traverse": ">=7.28.4", |
| 23 | + "@element-plus/icons-vue": "^2.3.2", |
| 24 | + "@model-w/axios": "*", |
| 25 | + "@model-w/preset-nuxt3": "*", |
| 26 | + "@model-w/proxy": "*", |
| 27 | + "@model-w/sentry": "*", |
| 28 | + "@nuxtjs/sentry": "*", |
| 29 | + "@pinia/nuxt": "^0.11.2", |
31 | 30 | "@vuelidate/core": "2.0.x", |
32 | 31 | "@vuelidate/validators": "2.0.x", |
33 | | - "@vueuse/core": "^10.2.0", |
34 | | - "chatfaq-widget": "^0.1.54", |
35 | | - "defu": "^6.1.2", |
36 | | - "http-proxy-middleware": "^2.0.6", |
37 | | - "jsdom": "21.1.x", |
38 | | - "mapbox-gl": "^2.15.0", |
| 32 | + "@vueuse/core": "^13.9.0", |
| 33 | + "chatfaq-widget": "^0.2.15", |
| 34 | + "defu": "^6.1.4", |
| 35 | + "http-proxy-middleware": "^3.0.5", |
| 36 | + "jsdom": "27.0.x", |
| 37 | + "mapbox-gl": "^3.15.0", |
39 | 38 | "mitt": "^3.0.1", |
40 | | - "nuxt": "3.6.x", |
41 | | - "pinia": "2.0.x", |
42 | | - "plyr": "^3.7.8", |
43 | | - "postcss": ">=8.4.31", |
44 | | - "sass": "1.63.x", |
45 | | - "sass-loader": "^13.2.0", |
46 | | - "swiper": "^9.4.0", |
47 | | - "undici": "^5.27.0", |
48 | | - "vite-svg-loader": "4.0.x", |
49 | | - "vue": "3.3.x", |
50 | | - "vue3-carousel": "^0.3.1", |
| 39 | + "nuxt": "3.17.x", |
| 40 | + "pinia": "3.0.x", |
| 41 | + "plyr": "^3.8.3", |
| 42 | + "postcss": ">=8.5.6", |
| 43 | + "sass": "1.89.x", |
| 44 | + "sass-loader": "^16.0.5", |
| 45 | + "swiper": "^12.0.1", |
| 46 | + "undici": "^7.16.0", |
| 47 | + "vite-svg-loader": "5.1.x", |
| 48 | + "vue": "3.5.x", |
| 49 | + "vue3-carousel": "^0.16.0", |
51 | 50 | "wasync": "^0.1.1" |
| 51 | + }, |
| 52 | + "overrides": { |
| 53 | + "nuxt": "3.19.x" |
52 | 54 | } |
53 | 55 | } |
0 commit comments