Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Dec 27, 2020
1 parent ebf7c8a commit 899963b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

- 优化`modal``drawer`滚动条组件

### 🎫 Chores

- 升级`ant-design-vue``2.0.0-rc.6`

### 🐛 Bug Fixes

- 修复混合模式下滚动条丢失问题
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@iconify/iconify": "^2.0.0-rc.4",
"@vueuse/core": "^4.0.1",
"ant-design-vue": "^2.0.0-rc.5",
"ant-design-vue": "^2.0.0-rc.6",
"apexcharts": "^3.23.0",
"axios": "^0.21.1",
"crypto-es": "^1.2.6",
Expand All @@ -38,7 +38,7 @@
"vditor": "^3.7.4",
"vue": "^3.0.4",
"vue-i18n": "9.0.0-beta.14",
"vue-router": "^4.0.1",
"vue-router": "^4.0.2",
"vue-types": "^3.0.1",
"vuex": "^4.0.0-rc.2",
"vuex-module-decorators": "^1.0.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^7.3.0",
"eslint-plugin-vue": "^7.4.0",
"esno": "^0.3.0",
"fs-extra": "^9.0.1",
"globrex": "^0.1.2",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1956,10 +1956,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
dependencies:
color-convert "^2.0.1"

ant-design-vue@^2.0.0-rc.5:
version "2.0.0-rc.5"
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-rc.5.tgz#cad07b4f9d8153cd399f1e374f438a2322b74b37"
integrity sha512-1gdMaSjxiYuqWvfUTW9kTEOXqxWjk7gjI5zWiCv24vJ9O04SvxWtZEY1Rfcp3FZJl37BP7LT1Ee1CdHTBk0/+A==
ant-design-vue@^2.0.0-rc.6:
version "2.0.0-rc.6"
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-rc.6.tgz#f25f61cde1c75c32a78b536751731c0b223b6590"
integrity sha512-NRxzIC4CSM56MXYHdg3K2oTc+pkcSJd6BJtIBCxUsbFfbBGp+F7ei7C1bQDdHHos3o/Oe2iqGwzfrZ7+Ot2Uew==
dependencies:
"@ant-design-vue/use" "^0.0.1-0"
"@ant-design/icons-vue" "^5.1.7"
Expand Down Expand Up @@ -3448,10 +3448,10 @@ eslint-plugin-prettier@^3.3.0:
dependencies:
prettier-linter-helpers "^1.0.0"

eslint-plugin-vue@^7.3.0:
version "7.3.0"
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.3.0.tgz#0faf0fcf0e1b1052bf800d4dee42d64f50679cb0"
integrity sha512-4rc9xrZgwT4aLz3XE6lrHu+FZtDLWennYvtzVvvS81kW9c65U4DUzQQWAFjDCgCFvN6HYWxi7ueEtxZVSB+f0g==
eslint-plugin-vue@^7.4.0:
version "7.4.0"
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.4.0.tgz#27324cbe8f00705708c9fa9e8c0401d8f0742c20"
integrity sha512-bYJV3nHSGV5IL40Ti1231vlY8I2DzjDHYyDjRv9Z1koEI7qyV2RR3+uKMafHdOioXYH9W3e1+iwe4wy7FIBNCQ==
dependencies:
eslint-utils "^2.1.0"
natural-compare "^1.4.0"
Expand Down Expand Up @@ -8202,10 +8202,10 @@ vue-i18n@9.0.0-beta.14:
"@intlify/shared" "9.0.0-beta.14"
"@vue/devtools-api" "^6.0.0-beta.2"

vue-router@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.1.tgz#309240e50524b1e7d4e82e27f0a0fa25fe3d1d71"
integrity sha512-2C2nRxA2nCusgJyUpvcbd9Bnc9kACp/VLUCK4drXtgeRXHjQliZJcgjjP268vkGvvEKun9jjp8Ic1PpzUgbYKg==
vue-router@^4.0.2:
version "4.0.2"
resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.2.tgz#5702bf8fa14535b80142fde226bf41a84917b1f4"
integrity sha512-LCsTSb5H25dZCxjsLasM9UED1BTg9vyTnp0Z9UhwC6QoqgLuHr/ySf7hjI/V0j2+xCKqJtecfmpghk6U8I2e4w==

vue-types@^3.0.0, vue-types@^3.0.1:
version "3.0.1"
Expand Down

0 comments on commit 899963b

Please sign in to comment.