fix(deps): update dependency react-polyglot to ^0.7.0 (#3872)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-08 12:25:17 +03:00 committed by GitHub
parent 98c5434a6d
commit 89f418135a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@
"react-immutable-proptypes": "^2.1.0",
"react-is": "16.13.1",
"react-modal": "^3.8.1",
"react-polyglot": "^0.6.0",
"react-polyglot": "^0.7.0",
"react-redux": "^5.1.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",

View File

@ -14030,12 +14030,12 @@ react-onclickoutside@^6.5.0:
resolved "https://registry.yarnpkg.com/react-onclickoutside/-/react-onclickoutside-6.9.0.tgz#a54bc317ae8cf6131a5d78acea55a11067f37a1f"
integrity sha512-8ltIY3bC7oGhj2nPAvWOGi+xGFybPNhJM0V1H8hY/whNcXgmDeaeoCMPPd8VatrpTsUWjb/vGzrmu6SrXVty3A==
react-polyglot@^0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/react-polyglot/-/react-polyglot-0.6.1.tgz#195a765def19e64b2022c4c6539aeb1fd59024d2"
integrity sha512-jen8wUdLLp3b+ROMwQiDsHGRtqZXp1DC4sAyn4u1yFBoLC3PmTh28EfV243YuuaFhwTnIxWKezciCjs5nIUXeA==
react-polyglot@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/react-polyglot/-/react-polyglot-0.7.0.tgz#808d5ce7133861373275362e9ff8364eb66d5d19"
integrity sha512-BxwkKyr8bJXOl7H/9LzYc9yHzLxLTv00JTRVbayAsN4cUKKIJA1TTBdpRqkuGrt+nh9AC3h4cDqWx46zuGIcvg==
dependencies:
hoist-non-react-statics "^2.5.0"
hoist-non-react-statics "^3.3.0"
prop-types "^15.5.8"
react-popper-tooltip@^2.8.3: