diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-03-25 10:55:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 10:55:07 +0900 |
commit | 520c3537e115408af7ba8749a6314068fcd6918a (patch) | |
tree | 34174099762240bcea5c3fde5b8e13565e59d8ea | |
parent | 1fd0bae20fc926554ec9278d6c56ed2fa4ddbacd (diff) | |
parent | 41e0ee4f120865fdecff92c1f4118e3c74b8cf5d (diff) |
Merge pull request #1052 from ueokande/dependabot/npm_and_yarn/react-redux-7.2.3
Bump react-redux from 7.2.2 to 7.2.3
-rw-r--r-- | yarn.lock | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -335,7 +335,7 @@ dependencies: "@types/react" "*" -"@types/react-redux@^7.1.7": +"@types/react-redux@^7.1.16", "@types/react-redux@^7.1.7": version "7.1.16" resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.16.tgz#0fbd04c2500c12105494c83d4a3e45c084e3cb21" integrity sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw== @@ -4816,11 +4816,12 @@ react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1: integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== react-redux@^7.1.3: - version "7.2.2" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.2.tgz#03862e803a30b6b9ef8582dadcc810947f74b736" - integrity sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA== + version "7.2.3" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.3.tgz#4c084618600bb199012687da9e42123cca3f0be9" + integrity sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w== dependencies: "@babel/runtime" "^7.12.1" + "@types/react-redux" "^7.1.16" hoist-non-react-statics "^3.3.2" loose-envify "^1.4.0" prop-types "^15.7.2" |