|
20 | 20 | "prepare": "husky install"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@vant/touch-emulator": "^1.2.0", |
| 23 | + "@vant/touch-emulator": "^1.3.0", |
24 | 24 | "@vueuse/core": "^4.11.1",
|
25 | 25 | "@vueuse/integrations": "^4.11.1",
|
26 | 26 | "axios": "^0.21.1",
|
27 | 27 | "dayjs": "^1.10.4",
|
28 | 28 | "dexie": "^3.0.3",
|
29 |
| - "element-plus": "^1.0.2-beta.44", |
| 29 | + "element-plus": "^1.0.2-beta.45", |
30 | 30 | "lodash": "^4.17.21",
|
31 | 31 | "monaco-editor": "^0.24.0",
|
32 | 32 | "normalize.css": "^8.0.1",
|
33 | 33 | "nprogress": "^1.0.0-1",
|
34 | 34 | "qrcode": "^1.4.4",
|
35 | 35 | "vant": "^3.0.17",
|
36 |
| - "vue": "^3.1.0-beta.4", |
| 36 | + "vue": "3.0.11", |
37 | 37 | "vue-router": "^4.0.8",
|
38 | 38 | "vuedraggable": "^4.0.1",
|
39 | 39 | "vuex": "^4.0.1"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 | 42 | "@commitlint/cli": "^12.1.4",
|
43 | 43 | "@commitlint/config-conventional": "^12.1.4",
|
44 |
| - "@types/node": "^14.17.1", |
| 44 | + "@types/node": "^15.6.1", |
45 | 45 | "@typescript-eslint/eslint-plugin": "^4.25.0",
|
46 | 46 | "@typescript-eslint/parser": "^4.25.0",
|
47 | 47 | "@vitejs/plugin-legacy": "^1.4.0",
|
48 | 48 | "@vitejs/plugin-vue": "^1.2.2",
|
49 | 49 | "@vitejs/plugin-vue-jsx": "^1.1.4",
|
50 |
| - "@vue/compiler-sfc": "^3.1.0-beta.4", |
| 50 | + "@vue/compiler-sfc": "3.0.11", |
51 | 51 | "commitizen": "^4.2.4",
|
52 | 52 | "cz-conventional-changelog": "^3.3.0",
|
53 | 53 | "cz-customizable": "^6.3.0",
|
|
56 | 56 | "eslint-plugin-import": "^2.23.3",
|
57 | 57 | "eslint-plugin-prettier": "^3.4.0",
|
58 | 58 | "eslint-plugin-vue": "^7.9.0",
|
59 |
| - "gh-pages": "^3.1.0", |
| 59 | + "gh-pages": "^3.2.0", |
60 | 60 | "husky": "^6.0.0",
|
61 |
| - "lint-staged": "^10.5.4", |
| 61 | + "lint-staged": "^11.0.0", |
62 | 62 | "prettier": "^2.3.0",
|
63 | 63 | "pretty-quick": "^3.1.0",
|
64 |
| - "sass": "1.32.13", |
| 64 | + "sass": "1.34.0", |
65 | 65 | "stylelint": "^13.13.1",
|
66 | 66 | "stylelint-config-prettier": "^8.0.2",
|
67 | 67 | "stylelint-config-standard": "^22.0.0",
|
68 | 68 | "stylelint-order": "^4.1.0",
|
69 |
| - "typescript": "^4.2.4", |
| 69 | + "typescript": "^4.3.2", |
70 | 70 | "vite": "2.3.4",
|
71 |
| - "vite-plugin-components": "^0.10.2", |
| 71 | + "vite-plugin-components": "^0.10.3", |
72 | 72 | "vite-plugin-style-import": "^0.10.1",
|
73 |
| - "vite-plugin-windicss": "^0.16.0", |
| 73 | + "vite-plugin-windicss": "^0.16.7", |
74 | 74 | "vue-eslint-parser": "^7.6.0",
|
75 | 75 | "vue-tsc": "^0.1.6",
|
76 |
| - "windicss": "^2.5.14" |
| 76 | + "windicss": "^3.0.12" |
77 | 77 | },
|
78 | 78 | "repository": {
|
79 | 79 | "type": "git",
|
|
0 commit comments