From 81d9750fa677c75ecbfc997e5de71b60fab357b7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 3 Jan 2021 17:52:53 -0500 Subject: [PATCH] Bump react-icons from 3.11.0 to 4.1.0 in /ui --- ui/package-lock.json | 19 +++++++++++++------ ui/package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index c4efbf2e1..3bbf17f65 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13588,12 +13588,9 @@ } }, "react-icons": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz", - "integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==", - "requires": { - "camelcase": "^5.0.0" - } + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.1.0.tgz", + "integrity": "sha512-FCXBg1JbbR0vWALXIxmFAfozHdVIJmmwCD81Jk0EKOt7Ax4AdBNcaRkWhR0NaKy9ugJgoY3fFvo0PHpte55pXg==" }, "react-image-lightbox": { "version": "5.1.1", @@ -13623,6 +13620,16 @@ "react-drag-listview": "^0.1.7", "react-draggable": "^4.4.3", "react-icons": "^3.11.0" + }, + "dependencies": { + "react-icons": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.11.0.tgz", + "integrity": "sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==", + "requires": { + "camelcase": "^5.0.0" + } + } } }, "react-lifecycles-compat": { diff --git a/ui/package.json b/ui/package.json index 522d3c3db..280f82f08 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "react-drag-listview": "^0.1.7", "react-ga": "^3.3.0", "react-hotkeys-hook": "^2.4.0", - "react-icons": "^3.11.0", + "react-icons": "^4.1.0", "react-image-lightbox": "^5.1.1", "react-jinke-music-player": "^4.19.1", "react-measure": "^2.5.2",