Skip to content

Commit

Permalink
fix(deps): update dependency ant-design-vue to v2.0.0 (#39)
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 Feb 17, 2021
1 parent e607ad2 commit 3c827b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-rc.9",
"ant-design-vue": "2.0.0",
"indexof": "0.0.1",
"marked": "2.0.0",
"vue": "3.0.5"
Expand Down
8 changes: 4 additions & 4 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"

[email protected]-rc.9:
version "2.0.0-rc.9"
resolved "https://registry.yarnpkg.com/ant-design-vue/-/ant-design-vue-2.0.0-rc.9.tgz#9f4d89b02bf2c6f3295633048001b2e13c229f1e"
integrity sha512-lnDKOXkaxWGnV3nEzSl0bggnM1F568sBMD2ctPLLctdhYBAKZQto+4my4p8RbLHfvZVE/xVDE80HYgufibTMYw==
[email protected]:
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==
dependencies:
"@ant-design-vue/use" "^0.0.1-0"
"@ant-design/icons-vue" "^6.0.0"
Expand Down

0 comments on commit 3c827b3

Please sign in to comment.