From c548a0ad0e1288278139c1a3240b2162a5f8e1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 17 Apr 2019 04:26:43 +0000 Subject: [PATCH] Bump react-icons from 3.2.1 to 3.6.1 Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.2.1 to 3.6.1. - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v3.2.1...v3.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ac39f200..3e24c11a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "qs": "^6.5.2", "react": "^16.5.2", "react-dom": "^16.7.0", - "react-icons": "^3.2.1", + "react-icons": "^3.6.1", "react-popper": "^1.0.2", "react-redux": "^5.0.4", "react-router": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index a1d2c32b..d4b4bd31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1998,6 +1998,11 @@ camelcase@^4.1.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= +camelcase@^5.0.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + caniuse-api@^1.5.2: version "1.6.1" resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-1.6.1.tgz#b534e7c734c4f81ec5fbe8aca2ad24354b962c6c" @@ -8084,10 +8089,12 @@ rc@^1.0.1, rc@^1.2.7: prop-types "^15.6.2" scheduler "^0.12.0" -react-icons@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-3.2.1.tgz#6f7f9ccbeec05ff7076df070703e03238903ac30" - integrity sha512-NQhnh7G5hWCAK7pXPeeI944RkeZ85mtvFATx3wfcVQRTW4ejaQgriemYF72gQIFIyoApMXLTdb01BKp8PaXlrg== +react-icons@^3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-3.6.1.tgz#794da15fff7788907e0390237e13a50692bffd00" + integrity sha512-TpdkxqS2zohHjMjO58AfMB3aW4HE6Hn2FWX2HhIbfCptHpPzW3fIrXRBSOhkzsm59CZUr7M5v2F/j3eBwws95Q== + dependencies: + camelcase "^5.0.0" react-lifecycles-compat@^3.0.4: version "3.0.4"