From 2aadd146fbb9b43e64c6988796f91e7443aa3363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:20:35 +0000 Subject: [PATCH] Bump react-icons from 3.11.0 to 4.3.1 in /studio Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.11.0 to 4.3.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.11.0...v4.3.1) --- updated-dependencies: - dependency-name: react-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- studio/package.json | 2 +- studio/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/studio/package.json b/studio/package.json index 6d299ffd..85e3c344 100644 --- a/studio/package.json +++ b/studio/package.json @@ -32,7 +32,7 @@ "prop-types": "^15.6", "react": "^16.14", "react-dom": "^16.14", - "react-icons": "^3.10.0", + "react-icons": "^4.3.1", "react-youtube": "^7.13.1", "sanity-plugin-dark-theme-blue": "^1.0.1", "sanity-plugin-dashboard-widget-document-list": "^0.0.11", diff --git a/studio/yarn.lock b/studio/yarn.lock index 38f97a03..fd2df916 100644 --- a/studio/yarn.lock +++ b/studio/yarn.lock @@ -8943,12 +8943,10 @@ react-icons@^2.2.7: dependencies: react-icon-base "2.1.0" -react-icons@^3.10.0: - version "3.11.0" - resolved "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz#2ca2903dfab8268ca18ebd8cc2e879921ec3b254" - integrity sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q== - dependencies: - camelcase "^5.0.0" +react-icons@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca" + integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ== react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6: version "16.13.1"