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"