|
15 | 15 | "@fortawesome/free-solid-svg-icons": "^6.5.2",
|
16 | 16 | "@fortawesome/vue-fontawesome": "^3.0.8",
|
17 | 17 | "@popperjs/core": "^2.11.8",
|
18 |
| - "@tanstack/vue-query": "^5.40.1", |
| 18 | + "@tanstack/vue-query": "^5.41.0", |
19 | 19 | "@unhead/vue": "^1.9.12",
|
20 | 20 | "@vueuse/core": "^10.10.0",
|
21 |
| - "ant-design-vue": "^4.2.2", |
| 21 | + "ant-design-vue": "^4.2.3", |
22 | 22 | "bootstrap": "^5.3.3",
|
23 | 23 | "dayjs": "^1.11.11",
|
24 | 24 | "echarts": "^5.5.0",
|
|
33 | 33 | "v-viewer": "^3.0.13",
|
34 | 34 | "viewerjs": "^1.11.6",
|
35 | 35 | "vue": "^3.4.27",
|
36 |
| - "vue-router": "^4.3.2" |
| 36 | + "vue-router": "^4.3.3" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 | 39 | "@eslint/compat": "^1.0.3",
|
40 | 40 | "@eslint/eslintrc": "^3.1.0",
|
41 | 41 | "@eslint/js": "^9.4.0",
|
42 | 42 | "@stylistic/eslint-plugin": "^2.1.0",
|
43 | 43 | "@stylistic/eslint-plugin-migrate": "^2.1.0",
|
44 |
| - "@tanstack/eslint-plugin-query": "^5.35.6", |
45 |
| - "@tanstack/vue-query-devtools": "^5.40.1", |
| 44 | + "@tanstack/eslint-plugin-query": "^5.43.1", |
| 45 | + "@tanstack/vue-query-devtools": "^5.41.0", |
46 | 46 | "@types/bootstrap": "^5.2.10",
|
47 | 47 | "@types/eslint": "^8.56.10",
|
48 | 48 | "@types/grecaptcha": "^3.0.9",
|
|
57 | 57 | "@vitejs/plugin-vue-jsx": "^4.0.0",
|
58 | 58 | "@vue/compiler-sfc": "^3.4.27",
|
59 | 59 | "@vue/eslint-config-typescript": "^13.0.0",
|
60 |
| - "@vue/language-server": "^2.0.20", |
| 60 | + "@vue/language-server": "^2.0.21", |
61 | 61 | "checkcss": "^2.0.9",
|
62 | 62 | "eslint": "^9.4.0",
|
63 | 63 | "eslint-import-resolver-typescript": "^3.6.1",
|
|
67 | 67 | "eslint-plugin-vue": "^9.26.0",
|
68 | 68 | "rollup-plugin-visualizer": "^5.12.0",
|
69 | 69 | "stats.js": "^0.17.0",
|
70 |
| - "tsx": "^4.13.3", |
| 70 | + "tsx": "^4.15.1", |
71 | 71 | "typescript": "^5.4.5",
|
72 |
| - "typescript-eslint-parser-for-extra-files": "^0.6.0", |
| 72 | + "typescript-eslint-parser-for-extra-files": "^0.7.0", |
73 | 73 | "vite": "^5.2.13",
|
74 | 74 | "vite-bundle-analyzer": "^0.9.4",
|
75 | 75 | "vue-eslint-parser": "^9.4.3",
|
76 |
| - "vue-tsc": "^2.0.20" |
| 76 | + "vue-tsc": "^2.0.21" |
77 | 77 | },
|
78 | 78 | "browserslist": [
|
79 | 79 | "> 1% in CN",
|
80 | 80 | "not ie 11",
|
81 | 81 | "not dead"
|
82 | 82 | ],
|
83 |
| - "packageManager": "yarn@4.2.2" |
| 83 | + "packageManager": "yarn@4.3.0" |
84 | 84 | }
|
0 commit comments