Commit 4f8ad976ccdb43040d461bff8f21da6dfeafce9c
1 parent
b9d3d60e
chore: update deps
Showing
3 changed files
with
19 additions
and
11 deletions
CHANGELOG.zh_CN.md
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | 15 | ||
16 | - 更新 antdv 到`2.0.0-rc.2` | 16 | - 更新 antdv 到`2.0.0-rc.2` |
17 | - 更新 vue 到`3.0.3` | 17 | - 更新 vue 到`3.0.3` |
18 | -- 更新 vite 到`1.0.0.rc10` | 18 | +- 更新 vite 到`1.0.0.rc13` |
19 | - 暂时删除 `@vueuse/core`.等稳定后在集成。目前不太稳定。 | 19 | - 暂时删除 `@vueuse/core`.等稳定后在集成。目前不太稳定。 |
20 | 20 | ||
21 | ## 2.0.0-rc.11 (2020-11-18) | 21 | ## 2.0.0-rc.11 (2020-11-18) |
package.json
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | "vue": "^3.0.3", | 38 | "vue": "^3.0.3", |
39 | "vue-i18n": "^9.0.0-beta.8", | 39 | "vue-i18n": "^9.0.0-beta.8", |
40 | "vue-router": "^4.0.0-rc.5", | 40 | "vue-router": "^4.0.0-rc.5", |
41 | - "vuex": "^4.0.0-rc.1", | 41 | + "vuex": "^4.0.0-rc.2", |
42 | "vuex-module-decorators": "^1.0.1", | 42 | "vuex-module-decorators": "^1.0.1", |
43 | "xlsx": "^0.16.9", | 43 | "xlsx": "^0.16.9", |
44 | "zxcvbn": "^4.4.2" | 44 | "zxcvbn": "^4.4.2" |
@@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
96 | "tasksfile": "^5.1.1", | 96 | "tasksfile": "^5.1.1", |
97 | "ts-node": "^9.0.0", | 97 | "ts-node": "^9.0.0", |
98 | "typescript": "^4.1.2", | 98 | "typescript": "^4.1.2", |
99 | - "vite": "^1.0.0-rc.10", | 99 | + "vite": "^1.0.0-rc.13", |
100 | "vite-plugin-html": "^1.0.0-beta.2", | 100 | "vite-plugin-html": "^1.0.0-beta.2", |
101 | "vite-plugin-mock": "^1.0.6", | 101 | "vite-plugin-mock": "^1.0.6", |
102 | "vite-plugin-purge-icons": "^0.4.5", | 102 | "vite-plugin-purge-icons": "^0.4.5", |
yarn.lock
@@ -1360,6 +1360,13 @@ | @@ -1360,6 +1360,13 @@ | ||
1360 | resolved "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.0.tgz#682477dbbbd07cd032731cb3b0e7eaee3d026b69" | 1360 | resolved "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.0.tgz#682477dbbbd07cd032731cb3b0e7eaee3d026b69" |
1361 | integrity sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== | 1361 | integrity sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA== |
1362 | 1362 | ||
1363 | +"@types/http-proxy@^1.17.4": | ||
1364 | + version "1.17.4" | ||
1365 | + resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b" | ||
1366 | + integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q== | ||
1367 | + dependencies: | ||
1368 | + "@types/node" "*" | ||
1369 | + | ||
1363 | "@types/json-schema@^7.0.3": | 1370 | "@types/json-schema@^7.0.3": |
1364 | version "7.0.6" | 1371 | version "7.0.6" |
1365 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" | 1372 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" |
@@ -8216,10 +8223,10 @@ vite-plugin-pwa@^0.1.5: | @@ -8216,10 +8223,10 @@ vite-plugin-pwa@^0.1.5: | ||
8216 | fast-glob "^3.2.4" | 8223 | fast-glob "^3.2.4" |
8217 | rollup-plugin-workbox "^5.2.1" | 8224 | rollup-plugin-workbox "^5.2.1" |
8218 | 8225 | ||
8219 | -vite@^1.0.0-rc.10: | ||
8220 | - version "1.0.0-rc.10" | ||
8221 | - resolved "https://registry.npmjs.org/vite/-/vite-1.0.0-rc.10.tgz#d8d139dc640fa073e4a1b8abdb037a131fa364cc" | ||
8222 | - integrity sha512-Kh2lq2zpsbyYRlI/uXHEyEMLzOSBXmza23k69LB6imIeH8HddvSoi+AqOTbSK/CQhfw3lvoPgb3h+tIbK5zymg== | 8226 | +vite@^1.0.0-rc.13: |
8227 | + version "1.0.0-rc.13" | ||
8228 | + resolved "https://registry.npmjs.org/vite/-/vite-1.0.0-rc.13.tgz#0e0b3b6138998a1d0c02459908a6c4fb2f294727" | ||
8229 | + integrity sha512-hLfTbhNPDhwXMCAWR6s6C79G/O8Is0MbslglgoHSQsRby+KnqHgtHChCVBHFeV2oZBV/3xhHhnfm94BDPFe8Ww== | ||
8223 | dependencies: | 8230 | dependencies: |
8224 | "@babel/parser" "^7.12.7" | 8231 | "@babel/parser" "^7.12.7" |
8225 | "@koa/cors" "^3.1.0" | 8232 | "@koa/cors" "^3.1.0" |
@@ -8227,6 +8234,7 @@ vite@^1.0.0-rc.10: | @@ -8227,6 +8234,7 @@ vite@^1.0.0-rc.10: | ||
8227 | "@rollup/plugin-json" "^4.1.0" | 8234 | "@rollup/plugin-json" "^4.1.0" |
8228 | "@rollup/plugin-node-resolve" "^10.0.0" | 8235 | "@rollup/plugin-node-resolve" "^10.0.0" |
8229 | "@rollup/pluginutils" "^4.1.0" | 8236 | "@rollup/pluginutils" "^4.1.0" |
8237 | + "@types/http-proxy" "^1.17.4" | ||
8230 | "@types/koa" "^2.11.4" | 8238 | "@types/koa" "^2.11.4" |
8231 | "@types/lru-cache" "^5.1.0" | 8239 | "@types/lru-cache" "^5.1.0" |
8232 | "@vue/compiler-dom" "^3.0.3" | 8240 | "@vue/compiler-dom" "^3.0.3" |
@@ -8331,10 +8339,10 @@ vuex-module-decorators@^1.0.1: | @@ -8331,10 +8339,10 @@ vuex-module-decorators@^1.0.1: | ||
8331 | resolved "https://registry.npmjs.org/vuex-module-decorators/-/vuex-module-decorators-1.0.1.tgz#d34dafb5428a3636f1c26d3d014c15fc9659ccd0" | 8339 | resolved "https://registry.npmjs.org/vuex-module-decorators/-/vuex-module-decorators-1.0.1.tgz#d34dafb5428a3636f1c26d3d014c15fc9659ccd0" |
8332 | integrity sha512-FLWZsXV5XAtl/bcKUyQFpnSBtpc3wK/7zSdy9oKbyp71mZd4ut5y2zSd219wWW9OG7WUOlVwac4rXFFDVnq7ug== | 8340 | integrity sha512-FLWZsXV5XAtl/bcKUyQFpnSBtpc3wK/7zSdy9oKbyp71mZd4ut5y2zSd219wWW9OG7WUOlVwac4rXFFDVnq7ug== |
8333 | 8341 | ||
8334 | -vuex@^4.0.0-rc.1: | ||
8335 | - version "4.0.0-rc.1" | ||
8336 | - resolved "https://registry.npmjs.org/vuex/-/vuex-4.0.0-rc.1.tgz#160cd5957972a61c7c01ab585995b78e092a298d" | ||
8337 | - integrity sha512-zgXVCQygF1Sm7ezyudEEMynoV2PBxZdcjE12D0BY1xIKZMrA7GFP6xqADTEAzwfVemXboExJ+/KThfxJFtM/5w== | 8342 | +vuex@^4.0.0-rc.2: |
8343 | + version "4.0.0-rc.2" | ||
8344 | + resolved "https://registry.npmjs.org/vuex/-/vuex-4.0.0-rc.2.tgz#3681c84eb6f5171b039edaa17cc78105e20724f3" | ||
8345 | + integrity sha512-HCPzYGea1xL7fMpDoMiHKujC1Bi/HM9LS5ML0Kv55zQtZJvOl0Lq7eWvJoen+SI4Lf7p9V5AqcVsoLPXNBywjg== | ||
8338 | 8346 | ||
8339 | warning@^4.0.0: | 8347 | warning@^4.0.0: |
8340 | version "4.0.3" | 8348 | version "4.0.3" |