Skip to content

Commit

Permalink
fix(deps): update dependency ant-design-vue to v2.1.3 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 6, 2021
1 parent c13faa1 commit 3ae4ad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "cross-env NODE_ENV=production vite build"
},
"dependencies": {
"ant-design-vue": "2.0.0",
"ant-design-vue": "2.1.3",
"indexof": "0.0.1",
"marked": "2.0.0",
"vue": "3.0.5"
Expand Down
14 changes: 4 additions & 10 deletions playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

ant-design-vue@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-2.0.0.tgz#d30ec06938dc3b43b08a117818fab91d7b083e5f"
integrity sha512-Uv35Z9V+8iT1PBO0QOqWHaVE4Gju94UfikL8NGxtAqy/yZDnTn8K2gz5n7PfQbB5oBqkEyn2O0mtOpUBUEXZ+g==
ant-design-vue@2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-2.1.3.tgz#d535f4f88f7405c1c2dfdf27d0d1b39438b28a21"
integrity sha512-pJy8fiMXXkqrFaarTWdi3gkJWfkmR9xomdTj2/YCoU9lIXT7O++JHhamDQkUyHQXCj1OHaLwWp2POeNWS1gaUQ==
dependencies:
"@ant-design-vue/use" "^0.0.1-0"
"@ant-design/icons-vue" "^6.0.0"
Expand All @@ -220,7 +220,6 @@ [email protected]:
async-validator "^3.3.0"
dom-align "^1.10.4"
dom-scroll-into-view "^2.0.0"
is-mobile "^2.2.1"
lodash-es "^4.17.15"
moment "^2.27.0"
omit.js "^2.0.0"
Expand Down Expand Up @@ -505,11 +504,6 @@ is-glob@^4.0.1, is-glob@~4.0.1:
dependencies:
is-extglob "^2.1.1"

is-mobile@^2.2.1:
version "2.2.2"
resolved "https://registry.npmjs.org/is-mobile/-/is-mobile-2.2.2.tgz#f6c9c5d50ee01254ce05e739bdd835f1ed4e9954"
integrity sha512-wW/SXnYJkTjs++tVK5b6kVITZpAZPtUrt9SF80vvxGiF/Oywal+COk1jlRkiVq15RFNEQKQY31TkV24/1T5cVg==

is-number@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
Expand Down

0 comments on commit 3ae4ad6

Please sign in to comment.