From 192085f8e3f499b75c24f1b04d06ba4940d3bbb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:36:24 +0000 Subject: [PATCH] Update dependency @ant-design/plots to v1.2.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c93dc734a..3a8089808 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "vite" }, "dependencies": { - "@ant-design/plots": "1.2.1", + "@ant-design/plots": "1.2.2", "@ant-design/pro-components": "1.1.16", "@radix-ui/react-icons": "1.1.1", "@radix-ui/react-popover": "1.0.0", diff --git a/yarn.lock b/yarn.lock index f2ef408cb..7c62da6af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -33,10 +33,10 @@ classnames "^2.2.6" rc-util "^5.9.4" -"@ant-design/plots@1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@ant-design/plots/-/plots-1.2.1.tgz#2b5f2e234cf50669ae673c0d5f59344b5fd7caf3" - integrity sha512-wbcmhHRkVi7IFyqzVNUozcJtIpgWHOFHbny5T+DLQoE2lzh+A1nTOfhlPJXc6aq56uIg6w+4iN/umsJKUmcLPw== +"@ant-design/plots@1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@ant-design/plots/-/plots-1.2.2.tgz#06913f7931000409f49d800d5e04a27d68b5a438" + integrity sha512-glu1FpCsaFfObqMnK2/oDqw+B+QWcerTub9UsobkOKYnMDcBF85T50FR+/q9N/73oMTyy8EURihux5ghDlbBXQ== dependencies: "@antv/g2plot" "^2.2.11" react-content-loader "^5.0.4"