|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 | 23 | "@vant/touch-emulator": "^1.3.2",
|
24 |
| - "@vueuse/core": "^5.2.0", |
25 |
| - "@vueuse/integrations": "^5.2.0", |
| 24 | + "@vueuse/core": "^5.3.0", |
| 25 | + "@vueuse/integrations": "^5.3.0", |
26 | 26 | "animate.css": "^4.1.1",
|
27 | 27 | "axios": "^0.21.1",
|
28 | 28 | "dayjs": "^1.10.6",
|
29 | 29 | "dexie": "^3.0.3",
|
30 |
| - "element-plus": "1.0.2-beta.58", |
| 30 | + "element-plus": "1.0.2-beta.70", |
31 | 31 | "lodash": "^4.17.21",
|
32 | 32 | "monaco-editor": "^0.26.1",
|
33 |
| - "nanoid": "^3.1.23", |
| 33 | + "nanoid": "^3.1.25", |
34 | 34 | "normalize.css": "^8.0.1",
|
35 | 35 | "nprogress": "^1.0.0-1",
|
36 | 36 | "qrcode": "^1.4.4",
|
37 | 37 | "qs": "^6.10.1",
|
38 |
| - "vant": "3.1.4", |
39 |
| - "vue": "3.1.5", |
40 |
| - "vue-router": "^4.0.10", |
| 38 | + "vant": "3.2.0", |
| 39 | + "vue": "3.2.2", |
| 40 | + "vue-router": "^4.0.11", |
41 | 41 | "vuedraggable": "^4.0.3",
|
42 | 42 | "vuex": "^4.0.2"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 | 45 | "@commitlint/cli": "^13.1.0",
|
46 | 46 | "@commitlint/config-conventional": "^13.1.0",
|
47 |
| - "@types/node": "^16.4.2", |
48 |
| - "@typescript-eslint/eslint-plugin": "^4.28.4", |
49 |
| - "@typescript-eslint/parser": "^4.28.4", |
50 |
| - "@vitejs/plugin-legacy": "^1.4.4", |
51 |
| - "@vitejs/plugin-vue": "^1.2.5", |
52 |
| - "@vitejs/plugin-vue-jsx": "^1.1.6", |
53 |
| - "@vue/compiler-sfc": "3.1.5", |
| 47 | + "@types/node": "^16.6.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^4.29.1", |
| 49 | + "@typescript-eslint/parser": "^4.29.1", |
| 50 | + "@vitejs/plugin-legacy": "^1.5.1", |
| 51 | + "@vitejs/plugin-vue": "^1.4.0", |
| 52 | + "@vitejs/plugin-vue-jsx": "^1.1.7", |
| 53 | + "@vue/compiler-sfc": "3.2.2", |
54 | 54 | "commitizen": "^4.2.4",
|
55 | 55 | "cross-env": "^7.0.3",
|
56 | 56 | "cz-conventional-changelog": "^3.3.0",
|
57 | 57 | "cz-customizable": "^6.3.0",
|
58 |
| - "eslint": "^7.31.0", |
| 58 | + "eslint": "^7.32.0", |
59 | 59 | "eslint-config-prettier": "^8.3.0",
|
60 |
| - "eslint-plugin-import": "^2.23.4", |
| 60 | + "eslint-plugin-import": "^2.24.0", |
61 | 61 | "eslint-plugin-prettier": "^3.4.0",
|
62 |
| - "eslint-plugin-vue": "^7.14.0", |
| 62 | + "eslint-plugin-vue": "^7.16.0", |
63 | 63 | "gh-pages": "^3.2.3",
|
64 | 64 | "husky": "^7.0.1",
|
65 |
| - "lint-staged": "^11.1.1", |
| 65 | + "lint-staged": "^11.1.2", |
66 | 66 | "prettier": "^2.3.2",
|
67 | 67 | "pretty-quick": "^3.1.1",
|
68 |
| - "sass": "1.36.0", |
| 68 | + "sass": "1.37.5", |
69 | 69 | "stylelint": "^13.13.1",
|
70 | 70 | "stylelint-config-prettier": "^8.0.2",
|
71 | 71 | "stylelint-config-standard": "^22.0.0",
|
72 | 72 | "stylelint-order": "^4.1.0",
|
73 | 73 | "typescript": "^4.3.5",
|
74 |
| - "vite": "2.4.3", |
| 74 | + "vite": "2.4.4", |
75 | 75 | "vite-plugin-components": "^0.13.2",
|
76 |
| - "vite-plugin-style-import": "^1.0.1", |
77 |
| - "vite-plugin-windicss": "^1.2.5", |
78 |
| - "vue-eslint-parser": "^7.9.0", |
| 76 | + "vite-plugin-style-import": "^1.1.1", |
| 77 | + "vite-plugin-windicss": "^1.2.7", |
| 78 | + "vue-eslint-parser": "^7.10.0", |
79 | 79 | "vue-tsc": "^0.2.2",
|
80 |
| - "windicss": "^3.1.5" |
| 80 | + "windicss": "^3.1.7" |
81 | 81 | },
|
82 | 82 | "repository": {
|
83 | 83 | "type": "git",
|
|
0 commit comments