|
1 | 1 | { |
2 | 2 | "name": "vben-admin", |
3 | | - "version": "2.0.0-rc.15", |
| 3 | + "version": "2.0.0-rc.16", |
4 | 4 | "scripts": { |
5 | 5 | "bootstrap": "yarn install", |
6 | 6 | "serve": "vite", |
|
18 | 18 | "reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@iconify/iconify": "^2.0.0-rc.5", |
| 21 | + "@iconify/iconify": "^2.0.0-rc.6", |
22 | 22 | "@vueuse/core": "^4.0.5", |
23 | 23 | "ant-design-vue": "^2.0.0-rc.8", |
24 | 24 | "apexcharts": "^3.23.1", |
|
34 | 34 | "sortablejs": "^1.13.0", |
35 | 35 | "vditor": "^3.7.5", |
36 | 36 | "vue": "^3.0.5", |
37 | | - "vue-i18n": "^9.0.0-rc.1", |
| 37 | + "vue-i18n": "^9.0.0-rc.2", |
38 | 38 | "vue-router": "^4.0.3", |
39 | 39 | "vue-types": "^3.0.1", |
40 | 40 | "vuex": "^4.0.0-rc.2", |
|
45 | 45 | "devDependencies": { |
46 | 46 | "@commitlint/cli": "^11.0.0", |
47 | 47 | "@commitlint/config-conventional": "^11.0.0", |
48 | | - "@iconify/json": "^1.1.284", |
| 48 | + "@iconify/json": "^1.1.285", |
49 | 49 | "@ls-lint/ls-lint": "^1.9.2", |
50 | 50 | "@purge-icons/generated": "^0.5.0", |
51 | 51 | "@types/echarts": "^4.9.3", |
|
66 | 66 | "@vitejs/plugin-vue": "^1.0.5", |
67 | 67 | "@vitejs/plugin-vue-jsx": "^1.0.1", |
68 | 68 | "@vue/compiler-sfc": "^3.0.5", |
69 | | - "@vuedx/typecheck": "^0.4.1", |
70 | | - "@vuedx/typescript-plugin-vue": "^0.4.1", |
| 69 | + "@vuedx/typecheck": "^0.5.0", |
| 70 | + "@vuedx/typescript-plugin-vue": "^0.5.0", |
71 | 71 | "autoprefixer": "^10.2.1", |
72 | 72 | "commitizen": "^4.2.2", |
73 | 73 | "conventional-changelog-cli": "^2.1.1", |
|
100 | 100 | "vite-plugin-html": "^2.0.0-beta.5", |
101 | 101 | "vite-plugin-mock": "^2.0.0-beta.3", |
102 | 102 | "vite-plugin-purge-icons": "^0.5.0", |
103 | | - "vite-plugin-pwa": "^0.3.5", |
| 103 | + "vite-plugin-pwa": "^0.3.6", |
104 | 104 | "vue-eslint-parser": "^7.3.0", |
105 | 105 | "yargs": "^16.2.0" |
106 | 106 | }, |
|
0 commit comments