From 3c827b326e2741bfc6e2b2354fec7387e15db97a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 01:44:52 +0800 Subject: [PATCH] fix(deps): update dependency ant-design-vue to v2.0.0 (#39) Co-authored-by: Renovate Bot --- playground/package.json | 2 +- playground/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playground/package.json b/playground/package.json index 4686e33f..c6380e26 100644 --- a/playground/package.json +++ b/playground/package.json @@ -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" diff --git a/playground/yarn.lock b/playground/yarn.lock index fc7120ce..a586bd0e 100644 --- a/playground/yarn.lock +++ b/playground/yarn.lock @@ -207,10 +207,10 @@ ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" -ant-design-vue@2.0.0-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== +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== dependencies: "@ant-design-vue/use" "^0.0.1-0" "@ant-design/icons-vue" "^6.0.0"