|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 | 18 | "@types/lodash-es": "^4.17.6",
|
19 |
| - "@vant/touch-emulator": "^1.3.2", |
20 |
| - "@vant/use": "^1.4.1", |
21 |
| - "axios": "^0.27.2", |
| 19 | + "@vant/touch-emulator": "^1.4.0", |
| 20 | + "@vant/use": "^1.4.3", |
| 21 | + "axios": "^1.2.0", |
22 | 22 | "echarts": "^5.4.0",
|
23 | 23 | "lodash-es": "^4.17.21",
|
24 | 24 | "nprogress": "^0.2.0",
|
25 |
| - "pinia": "^2.0.14", |
26 |
| - "pinia-plugin-persistedstate": "^2.2.0", |
| 25 | + "pinia": "^2.0.27", |
| 26 | + "pinia-plugin-persistedstate": "^3.0.1", |
27 | 27 | "resize-detector": "^0.3.0",
|
28 | 28 | "store": "^2.0.12",
|
29 |
| - "vant": "4.0.0-beta.0", |
30 |
| - "vconsole": "^3.14.6", |
31 |
| - "vue": "^3.2.25", |
32 |
| - "vue-router": "^4.0.15" |
| 29 | + "vant": "^4.0.0", |
| 30 | + "vconsole": "^3.15.0", |
| 31 | + "vue": "^3.2.45", |
| 32 | + "vue-router": "^4.1.6" |
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@antfu/eslint-config": "^0.27.0", |
36 |
| - "@babel/core": "^7.19.1", |
37 |
| - "@babel/preset-env": "^7.19.1", |
| 35 | + "@antfu/eslint-config": "^0.31.0", |
| 36 | + "@babel/core": "^7.20.2", |
| 37 | + "@babel/preset-env": "^7.20.2", |
38 | 38 | "@babel/preset-typescript": "^7.18.6",
|
39 | 39 | "@babel/register": "^7.18.9",
|
40 |
| - "@types/node": "^17.0.36", |
| 40 | + "@types/node": "^18.11.9", |
41 | 41 | "@types/nprogress": "^0.2.0",
|
42 | 42 | "@types/store": "^2.0.2",
|
43 |
| - "@vitejs/plugin-legacy": "^2.3.0", |
| 43 | + "@vitejs/plugin-legacy": "^2.3.1", |
44 | 44 | "@vitejs/plugin-vue": "^3.2.0",
|
45 |
| - "@vitejs/plugin-vue-jsx": "^2.1.0", |
46 |
| - "autoprefixer": "^10.4.8", |
| 45 | + "@vitejs/plugin-vue-jsx": "^2.1.1", |
| 46 | + "autoprefixer": "^10.4.13", |
47 | 47 | "babel-plugin-module-resolver": "^4.1.0",
|
48 | 48 | "commitizen": "^4.2.5",
|
49 | 49 | "consola": "^2.15.3",
|
50 | 50 | "cross-env": "^7.0.3",
|
51 | 51 | "cz-emoji-chinese": "^0.3.1",
|
52 |
| - "eslint": "^8.26.0", |
53 |
| - "husky": "^8.0.1", |
54 |
| - "less": "^4.1.2", |
| 52 | + "eslint": "^8.28.0", |
| 53 | + "husky": "^8.0.2", |
| 54 | + "less": "^4.1.3", |
55 | 55 | "mockjs": "^1.1.0",
|
56 | 56 | "path-to-regexp": "^6.2.1",
|
57 |
| - "plop": "^3.1.0", |
58 |
| - "postcss": "^8.4.16", |
59 |
| - "postcss-px-to-viewport-8-plugin": "^1.1.3", |
60 |
| - "rollup": "^2.77.2", |
61 |
| - "rollup-plugin-visualizer": "^5.6.0", |
| 57 | + "plop": "^3.1.1", |
| 58 | + "postcss": "^8.4.19", |
| 59 | + "postcss-px-to-viewport-8-plugin": "^1.1.5", |
| 60 | + "rollup": "^3.5.0", |
| 61 | + "rollup-plugin-visualizer": "^5.8.3", |
62 | 62 | "signale": "^1.4.0",
|
63 | 63 | "slash2": "^2.0.0",
|
64 |
| - "terser": "^5.14.2", |
65 |
| - "typescript": "^4.7.4", |
66 |
| - "unplugin-auto-import": "^0.11.3", |
67 |
| - "unplugin-vue-components": "^0.22.9", |
68 |
| - "vite": "^3.2.0", |
| 64 | + "terser": "^5.16.0", |
| 65 | + "typescript": "^4.9.3", |
| 66 | + "unplugin-auto-import": "^0.12.0", |
| 67 | + "unplugin-vue-components": "^0.22.11", |
| 68 | + "vite": "^3.2.4", |
69 | 69 | "vite-plugin-vconsole": "^1.2.2",
|
70 |
| - "vitest": "^0.22.0", |
71 |
| - "vue-tsc": "^1.0.8" |
| 70 | + "vitest": "^0.25.3", |
| 71 | + "vue-tsc": "^1.0.9" |
72 | 72 | },
|
73 | 73 | "config": {
|
74 | 74 | "commitizen": {
|
|
0 commit comments