|
16 | 16 | "@fortawesome/free-regular-svg-icons": "^6.7.2",
|
17 | 17 | "@fortawesome/free-solid-svg-icons": "^6.7.2",
|
18 | 18 | "@hebilicious/vue-query-nuxt": "^0.3.0",
|
19 |
| - "@nuxtjs/seo": "^2.0.2", |
20 |
| - "@pinia/nuxt": "^0.9.0", |
| 19 | + "@nuxtjs/seo": "^2.2.0", |
| 20 | + "@pinia/nuxt": "^0.10.1", |
21 | 21 | "@popperjs/core": "^2.11.8",
|
22 |
| - "@tanstack/vue-query": "^5.62.8", |
23 |
| - "@vesp/nuxt-fontawesome": "^1.1.0", |
24 |
| - "@vueuse/nuxt": "^12.0.0", |
| 22 | + "@tanstack/vue-query": "^5.67.3", |
| 23 | + "@vesp/nuxt-fontawesome": "^1.2.1", |
| 24 | + "@vueuse/nuxt": "^13.0.0", |
25 | 25 | "ant-design-vue": "^4.2.6",
|
26 | 26 | "bootstrap": "^5.3.3",
|
27 | 27 | "dayjs": "^1.11.13",
|
28 |
| - "echarts": "^5.5.1", |
| 28 | + "echarts": "^5.6.0", |
29 | 29 | "lodash": "^4.17.21",
|
30 | 30 | "luxon": "^3.5.0",
|
31 | 31 | "noty": "^3.2.0-beta-deprecated",
|
32 |
| - "nuxt": "3.14.1592", |
33 |
| - "pinia": "^2.3.0", |
| 32 | + "nuxt": "3.16.0", |
| 33 | + "pinia": "^3.0.1", |
34 | 34 | "scroll-into-view-if-needed": "^3.1.0",
|
35 | 35 | "tippy.js": "^6.3.7",
|
36 | 36 | "v-viewer": "^3.0.21",
|
|
39 | 39 | "vue-router": "^4.5.0"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@eslint/compat": "^1.2.4", |
43 |
| - "@eslint/eslintrc": "^3.2.0", |
44 |
| - "@eslint/js": "^9.17.0", |
45 |
| - "@nuxt/eslint": "^0.7.3", |
46 |
| - "@tanstack/eslint-plugin-query": "^5.62.1", |
47 |
| - "@tanstack/vue-query-devtools": "^5.62.8", |
| 42 | + "@eslint/compat": "^1.2.7", |
| 43 | + "@eslint/eslintrc": "^3.3.0", |
| 44 | + "@eslint/js": "^9.22.0", |
| 45 | + "@nuxt/eslint": "^1.2.0", |
| 46 | + "@tanstack/eslint-plugin-query": "^5.67.2", |
| 47 | + "@tanstack/vue-query-devtools": "^5.67.3", |
48 | 48 | "@types/bootstrap": "^5.2.10",
|
49 | 49 | "@types/eslint": "^9.6.1",
|
50 |
| - "@types/lodash": "^4.17.13", |
| 50 | + "@types/lodash": "^4.17.16", |
51 | 51 | "@types/luxon": "^3.4.2",
|
52 |
| - "@types/node": "^22.10.2", |
53 |
| - "@typescript-eslint/eslint-plugin": "^8.18.1", |
54 |
| - "@typescript-eslint/parser": "^8.18.1", |
55 |
| - "@vue/eslint-config-typescript": "^14.1.4", |
| 52 | + "@types/node": "^22.13.10", |
| 53 | + "@typescript-eslint/eslint-plugin": "^8.26.1", |
| 54 | + "@typescript-eslint/parser": "^8.26.1", |
| 55 | + "@vue/eslint-config-typescript": "^14.5.0", |
56 | 56 | "checkcss": "^2.0.9",
|
57 |
| - "eslint": "^9.17.0", |
58 |
| - "eslint-import-resolver-typescript": "^3.7.0", |
| 57 | + "eslint": "^9.22.0", |
| 58 | + "eslint-import-resolver-typescript": "^3.8.6", |
59 | 59 | "eslint-plugin-pinia": "^0.4.1",
|
60 |
| - "eslint-plugin-vue": "^9.32.0", |
61 |
| - "schema-dts": "^1.1.2", |
| 60 | + "eslint-plugin-vue": "^10.0.0", |
| 61 | + "schema-dts": "^1.1.5", |
62 | 62 | "stats.js": "^0.17.0",
|
63 | 63 | "type-coverage": "^2.29.7",
|
64 |
| - "typescript": "^5.7.2", |
| 64 | + "typescript": "^5.8.2", |
65 | 65 | "typescript-eslint-parser-for-extra-files": "^0.7.0",
|
66 |
| - "vite-bundle-analyzer": "^0.15.2", |
67 |
| - "vue-tsc": "^2.1.10" |
| 66 | + "vite-bundle-analyzer": "^0.17.3", |
| 67 | + "vue-tsc": "^2.2.8" |
68 | 68 | },
|
69 | 69 | "browserslist": [
|
70 | 70 | "> 1% in CN",
|
71 | 71 | "not ie 11",
|
72 | 72 | "not dead"
|
73 | 73 | ],
|
74 |
| - "packageManager": "yarn@4.5.3" |
| 74 | + "packageManager": "yarn@4.7.0" |
75 | 75 | }
|
0 commit comments