|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 | 19 | "@vant/touch-emulator": "^1.4.0",
|
20 | | - "@vant/use": "^1.5.1", |
21 | | - "axios": "^1.4.0", |
22 | | - "echarts": "^5.4.2", |
| 20 | + "@vant/use": "^1.6.0", |
| 21 | + "axios": "^1.5.1", |
| 22 | + "echarts": "^5.4.3", |
23 | 23 | "lodash-es": "^4.17.21",
|
24 | 24 | "nprogress": "^0.2.0",
|
25 | | - "pinia": "^2.1.3", |
26 | | - "pinia-plugin-persistedstate": "^3.1.0", |
| 25 | + "pinia": "^2.1.7", |
| 26 | + "pinia-plugin-persistedstate": "^3.2.0", |
27 | 27 | "resize-detector": "^0.3.0",
|
28 | 28 | "store": "^2.0.12",
|
29 | | - "vant": "^4.4.1", |
| 29 | + "vant": "^4.7.2", |
30 | 30 | "vconsole": "^3.15.1",
|
31 | | - "vue": "^3.3.4", |
32 | | - "vue-router": "^4.2.2", |
| 31 | + "vue": "^3.3.6", |
| 32 | + "vue-router": "^4.2.5", |
33 | 33 | "vue-router-better-scroller": "^0.0.0"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 | | - "@antfu/eslint-config": "^0.33.1", |
37 | | - "@babel/core": "^7.22.1", |
38 | | - "@babel/preset-env": "^7.22.4", |
39 | | - "@babel/preset-typescript": "^7.21.5", |
40 | | - "@babel/register": "^7.21.0", |
41 | | - "@types/lodash-es": "^4.17.7", |
42 | | - "@types/node": "^18.16.16", |
43 | | - "@types/nprogress": "^0.2.0", |
44 | | - "@types/store": "^2.0.2", |
45 | | - "@vitejs/plugin-legacy": "^3.0.2", |
46 | | - "@vitejs/plugin-vue": "^4.2.3", |
47 | | - "@vitejs/plugin-vue-jsx": "^3.0.1", |
48 | | - "autoprefixer": "^10.4.14", |
49 | | - "babel-plugin-module-resolver": "^4.1.0", |
| 36 | + "@antfu/eslint-config": "1.0.0-beta.28", |
| 37 | + "@babel/core": "^7.23.2", |
| 38 | + "@babel/preset-env": "^7.23.2", |
| 39 | + "@babel/preset-typescript": "^7.23.2", |
| 40 | + "@babel/register": "^7.22.15", |
| 41 | + "@types/lodash-es": "^4.17.10", |
| 42 | + "@types/node": "^20.8.7", |
| 43 | + "@types/nprogress": "^0.2.2", |
| 44 | + "@types/store": "^2.0.4", |
| 45 | + "@vitejs/plugin-legacy": "^4.1.1", |
| 46 | + "@vitejs/plugin-vue": "^4.4.0", |
| 47 | + "@vitejs/plugin-vue-jsx": "^3.0.2", |
| 48 | + "autoprefixer": "^10.4.16", |
| 49 | + "babel-plugin-module-resolver": "^5.0.0", |
50 | 50 | "commitizen": "^4.3.0",
|
51 | | - "consola": "^2.15.3", |
| 51 | + "consola": "^3.2.3", |
52 | 52 | "cross-env": "^7.0.3",
|
53 | 53 | "cz-emoji-chinese": "^0.3.1",
|
54 | | - "eslint": "^8.42.0", |
| 54 | + "eslint": "^8.52.0", |
55 | 55 | "husky": "^8.0.3",
|
56 | | - "less": "^4.1.3", |
| 56 | + "less": "^4.2.0", |
57 | 57 | "mockjs": "^1.1.0",
|
58 | 58 | "path-to-regexp": "^6.2.1",
|
59 | | - "plop": "^3.1.2", |
60 | | - "postcss-mobile-forever": "^3.3.2", |
61 | | - "rollup": "^3.24.0", |
62 | | - "rollup-plugin-visualizer": "^5.9.0", |
| 59 | + "plop": "^4.0.0", |
| 60 | + "postcss-mobile-forever": "^4.0.0", |
| 61 | + "rollup": "^4.1.4", |
| 62 | + "rollup-plugin-visualizer": "^5.9.2", |
63 | 63 | "signale": "^1.4.0",
|
64 | 64 | "slash2": "^2.0.0",
|
65 | | - "terser": "^5.17.7", |
66 | | - "typescript": "^4.9.5", |
67 | | - "unplugin-auto-import": "^0.12.2", |
68 | | - "unplugin-vue-components": "^0.22.12", |
69 | | - "vite": "^4.3.9", |
70 | | - "vite-plugin-vconsole": "^1.3.1", |
71 | | - "vitest": "^0.25.8", |
72 | | - "vue-tsc": "^1.6.5" |
| 65 | + "terser": "^5.22.0", |
| 66 | + "typescript": "^5.2.2", |
| 67 | + "unplugin-auto-import": "^0.16.6", |
| 68 | + "unplugin-vue-components": "^0.25.2", |
| 69 | + "vite": "^4.5.0", |
| 70 | + "vite-plugin-vconsole": "^2.0.1", |
| 71 | + "vitest": "^0.34.6", |
| 72 | + "vue-tsc": "^1.8.19" |
73 | 73 | },
|
74 | 74 | "pnpm": {
|
75 | 75 | "peerDependencyRules": {
|
|
0 commit comments