From 0af6d08ec3fafa2aa1581c5305f8aeaece00a41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 20:58:47 +0000 Subject: [PATCH] make account balances use new style --- packages/dev-frontend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/dev-frontend/package.json b/packages/dev-frontend/package.json index f20bfc58..a3cace8b 100644 --- a/packages/dev-frontend/package.json +++ b/packages/dev-frontend/package.json @@ -33,7 +33,7 @@ "react-circular-progressbar": "2.0.3", "react-copy-to-clipboard": "5.0.3", "react-dom": "17.0.1", - "react-is": "17.0.1", + "react-is": "17.0.2", "react-popper": "2.2.4", "react-query": "^3.24.3", "react-router-dom": "5.2.0", diff --git a/yarn.lock b/yarn.lock index e3a93161..18ca15cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17791,10 +17791,10 @@ react-fast-compare@^3.0.1: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-is@17.0.1, react-is@^17.0.1: - version "17.0.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339" - integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA== +react-is@17.0.2, react-is@^17.0.1: + version "17.0.2" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" + integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: version "16.13.1"