From 8a3f5fec6689dd2a885c17f8cb34f8e9a451c203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 06:42:46 +0000 Subject: [PATCH] Bump react-wrap-balancer from 0.5.0 to 1.0.0 Bumps [react-wrap-balancer](https://github.com/shuding/react-wrap-balancer) from 0.5.0 to 1.0.0. - [Release notes](https://github.com/shuding/react-wrap-balancer/releases) - [Commits](https://github.com/shuding/react-wrap-balancer/compare/0.5.0...1.0.0) --- updated-dependencies: - dependency-name: react-wrap-balancer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7db69096..f155f8a2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-tooltip": "^4.5.1", "react-tsparticles": "^2.9.3", "react-use-websocket": "^4.3.1", - "react-wrap-balancer": "^0.5.0", + "react-wrap-balancer": "^1.0.0", "recharts": "2.1.12", "styled-components": "^5.3.9", "swr": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 5311c281..ba070f24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3916,10 +3916,10 @@ react-use-websocket@^4.3.1: resolved "https://registry.yarnpkg.com/react-use-websocket/-/react-use-websocket-4.3.1.tgz#13cd2fd2e0fb90010482ab2858f8ae81f2ce85c2" integrity sha512-zHPLWrgcqydJaak2O5V9hiz4q2dwkwqNQqpgFVmSuPxLZdsZlnDs8DVHy3WtHH+A6ms/8aHIyX7+7ulOcrnR0Q== -react-wrap-balancer@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/react-wrap-balancer/-/react-wrap-balancer-0.5.0.tgz#a63b14b6a125c8f15509e6f8be7e2faaae5ad8a9" - integrity sha512-5vwe5QDczQ9zwAtv3iEVj8hdMbNwQtM/QlSNLJfDUzRE9noPtxevb+Kon916Mu2RUorCrAtashQ1F9BVBjdeZg== +react-wrap-balancer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/react-wrap-balancer/-/react-wrap-balancer-1.0.0.tgz#f45f8af7cf68d9d54d16a8cf271047b75d1431d7" + integrity sha512-yjDH+I8WGyDfh95gKhX/6ckfSBAltwQkxiYxtLPlyIRQNUVSjvz1uHR6Hpy+zHyOkJQw6GEC5RPglA41QXvzyw== react@^17.0.2: version "17.0.2"