From ce0f0de99c551aa4105c029ad87217d69163c53e Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Fri, 6 Oct 2017 16:21:24 +0000 Subject: [PATCH] Update react-icons from 2.2.5 to 2.2.7 in lib/ui --- lib/ui/package.json | 2 +- yarn.lock | 22 +++++++--------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/lib/ui/package.json b/lib/ui/package.json index de7171408e7d..5f8d8596dec6 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -30,7 +30,7 @@ "podda": "^1.2.2", "prop-types": "^15.6.0", "qs": "^6.5.1", - "react-icons": "^2.2.5", + "react-icons": "^2.2.7", "react-inspector": "^2.2.0", "react-komposer": "^2.0.0", "react-modal": "^2.3.3", diff --git a/yarn.lock b/yarn.lock index a47b46092048..709dcb682175 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9059,12 +9059,6 @@ promise@^7.1.1: dependencies: asap "~2.0.3" -prop-types@15.5.8: - version "15.5.8" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394" - dependencies: - fbjs "^0.8.9" - prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.5.9, prop-types@^15.6.0: version "15.6.0" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856" @@ -9359,17 +9353,15 @@ react-html-attributes@^1.3.0: dependencies: html-element-attributes "^1.0.0" -react-icon-base@2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/react-icon-base/-/react-icon-base-2.0.7.tgz#0bd18736bd6ce79ca6d69ce8387a07fb8d4ceffe" - dependencies: - prop-types "15.5.8" +react-icon-base@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/react-icon-base/-/react-icon-base-2.1.0.tgz#a196e33fdf1e7aaa1fda3aefbb68bdad9e82a79d" -react-icons@^2.2.5: - version "2.2.5" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-2.2.5.tgz#f942501c21a4cc0456ce2bbee5032c93f6051dcf" +react-icons@^2.2.7: + version "2.2.7" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-2.2.7.tgz#d7860826b258557510dac10680abea5ca23cf650" dependencies: - react-icon-base "2.0.7" + react-icon-base "2.1.0" react-inspector@^2.2.0: version "2.2.0"