|
11 | 11 | "postinstall": "nuxt prepare"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@ant-design-vue/nuxt": "1.4.5", |
| 14 | + "@ant-design-vue/nuxt": "1.4.6", |
15 | 15 | "@fortawesome/free-brands-svg-icons": "^6.6.0",
|
16 | 16 | "@fortawesome/free-regular-svg-icons": "^6.6.0",
|
17 | 17 | "@fortawesome/free-solid-svg-icons": "^6.6.0",
|
18 | 18 | "@hebilicious/vue-query-nuxt": "^0.3.0",
|
19 | 19 | "@nuxtjs/seo": "^2.0.0-rc.23",
|
20 |
| - "@pinia/nuxt": "^0.5.5", |
| 20 | + "@pinia/nuxt": "^0.7.0", |
21 | 21 | "@popperjs/core": "^2.11.8",
|
22 |
| - "@tanstack/vue-query": "^5.59.16", |
| 22 | + "@tanstack/vue-query": "^5.59.20", |
23 | 23 | "@vesp/nuxt-fontawesome": "^1.1.0",
|
24 |
| - "@vueuse/nuxt": "^11.1.0", |
25 |
| - "ant-design-vue": "^4.2.5", |
| 24 | + "@vueuse/nuxt": "^11.2.0", |
| 25 | + "ant-design-vue": "^4.2.6", |
26 | 26 | "bootstrap": "^5.3.3",
|
27 | 27 | "dayjs": "^1.11.13",
|
28 | 28 | "echarts": "^5.5.1",
|
29 | 29 | "lodash": "^4.17.21",
|
30 | 30 | "luxon": "^3.5.0",
|
31 | 31 | "noty": "^3.2.0-beta-deprecated",
|
32 |
| - "nuxt": "3.13.2", |
| 32 | + "nuxt": "3.14.159", |
33 | 33 | "scroll-into-view-if-needed": "^3.1.0",
|
34 | 34 | "tippy.js": "^6.3.7",
|
35 |
| - "v-viewer": "^3.0.20", |
| 35 | + "v-viewer": "^3.0.21", |
36 | 36 | "viewerjs": "^1.11.6",
|
37 | 37 | "vue": "^3.5.12",
|
38 | 38 | "vue-router": "^4.4.5"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@eslint/compat": "^1.2.1", |
| 41 | + "@eslint/compat": "^1.2.2", |
42 | 42 | "@eslint/eslintrc": "^3.1.0",
|
43 |
| - "@eslint/js": "^9.13.0", |
44 |
| - "@nuxt/eslint": "^0.6.0", |
45 |
| - "@tanstack/eslint-plugin-query": "^5.59.7", |
46 |
| - "@tanstack/vue-query-devtools": "^5.59.16", |
| 43 | + "@eslint/js": "^9.14.0", |
| 44 | + "@nuxt/eslint": "^0.6.1", |
| 45 | + "@tanstack/eslint-plugin-query": "^5.60.1", |
| 46 | + "@tanstack/vue-query-devtools": "^5.59.20", |
47 | 47 | "@types/bootstrap": "^5.2.10",
|
48 | 48 | "@types/eslint": "^9.6.1",
|
49 |
| - "@types/lodash": "^4.17.12", |
| 49 | + "@types/lodash": "^4.17.13", |
50 | 50 | "@types/luxon": "^3.4.2",
|
51 |
| - "@types/node": "^22.8.1", |
52 |
| - "@typescript-eslint/eslint-plugin": "^8.11.0", |
53 |
| - "@typescript-eslint/parser": "^8.11.0", |
| 51 | + "@types/node": "^22.9.0", |
| 52 | + "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 53 | + "@typescript-eslint/parser": "^8.14.0", |
54 | 54 | "@vue/eslint-config-typescript": "^14.1.3",
|
55 | 55 | "checkcss": "^2.0.9",
|
56 |
| - "eslint": "^9.13.0", |
| 56 | + "eslint": "^9.14.0", |
57 | 57 | "eslint-import-resolver-typescript": "^3.6.3",
|
58 | 58 | "eslint-plugin-pinia": "^0.4.1",
|
59 |
| - "eslint-plugin-vue": "^9.29.1", |
| 59 | + "eslint-plugin-vue": "^9.31.0", |
60 | 60 | "schema-dts": "^1.1.2",
|
61 | 61 | "stats.js": "^0.17.0",
|
62 | 62 | "type-coverage": "^2.29.7",
|
63 | 63 | "typescript": "^5.6.3",
|
64 | 64 | "typescript-eslint-parser-for-extra-files": "^0.7.0",
|
65 |
| - "vite-bundle-analyzer": "^0.12.1", |
66 |
| - "vue-tsc": "^2.1.8" |
| 65 | + "vite-bundle-analyzer": "^0.13.1", |
| 66 | + "vue-tsc": "^2.1.10" |
67 | 67 | },
|
68 | 68 | "browserslist": [
|
69 | 69 | "> 1% in CN",
|
|
0 commit comments