|
21 | 21 | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@iconify/iconify": "^2.0.0-rc.4", |
25 | | - "@vueuse/core": "^4.0.1", |
| 24 | + "@iconify/iconify": "^2.0.0-rc.5", |
| 25 | + "@vueuse/core": "^4.0.2", |
26 | 26 | "ant-design-vue": "^2.0.0-rc.7", |
27 | | - "apexcharts": "^3.23.0", |
| 27 | + "apexcharts": "^3.23.1", |
28 | 28 | "axios": "^0.21.1", |
29 | 29 | "crypto-es": "^1.2.6", |
30 | 30 | "echarts": "^4.9.0", |
|
36 | 36 | "qrcode": "^1.4.4", |
37 | 37 | "sortablejs": "^1.12.0", |
38 | 38 | "vditor": "^3.7.4", |
39 | | - "vue": "^3.0.4", |
| 39 | + "vue": "^3.0.5", |
40 | 40 | "vue-i18n": "9.0.0-beta.14", |
41 | 41 | "vue-router": "^4.0.2", |
42 | 42 | "vue-types": "^3.0.1", |
|
48 | 48 | "devDependencies": { |
49 | 49 | "@commitlint/cli": "^11.0.0", |
50 | 50 | "@commitlint/config-conventional": "^11.0.0", |
51 | | - "@iconify/json": "^1.1.277", |
| 51 | + "@iconify/json": "^1.1.278", |
52 | 52 | "@ls-lint/ls-lint": "^1.9.2", |
53 | 53 | "@purge-icons/generated": "^0.4.1", |
54 | 54 | "@types/echarts": "^4.9.3", |
|
65 | 65 | "@types/zxcvbn": "^4.4.0", |
66 | 66 | "@typescript-eslint/eslint-plugin": "^4.11.1", |
67 | 67 | "@typescript-eslint/parser": "^4.11.1", |
68 | | - "@vue/compiler-sfc": "^3.0.4", |
69 | | - "@vuedx/typecheck": "^0.4.0", |
70 | | - "@vuedx/typescript-plugin-vue": "^0.4.0", |
| 68 | + "@vue/compiler-sfc": "^3.0.5", |
| 69 | + "@vuedx/typecheck": "^0.4.1", |
| 70 | + "@vuedx/typescript-plugin-vue": "^0.4.1", |
71 | 71 | "autoprefixer": "^9.8.6", |
72 | 72 | "commitizen": "^4.2.2", |
73 | 73 | "conventional-changelog-cli": "^2.1.1", |
|
0 commit comments