Bump react-redux from 7.2.3 to 7.2.8

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.3 to 7.2.8.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.3...v7.2.8)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-05 10:01:41 +00:00 committed by GitHub
parent fcebedfe42
commit 797336b973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 16 deletions

View File

@ -113,7 +113,7 @@
"react-helmet": "^6.1.0",
"react-intl": "5.20.2",
"react-query": "3.24.3",
"react-redux": "7.2.3",
"react-redux": "7.2.8",
"react-refresh": "0.11.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",

View File

@ -37,7 +37,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "5.20.2",
"react-redux": "7.2.3",
"react-redux": "7.2.8",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"redux": "^4.0.1",

View File

@ -38,7 +38,7 @@
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-intl": "5.20.2",
"react-redux": "7.2.3",
"react-redux": "7.2.8",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"sharp": "0.30.6"

View File

@ -37,7 +37,7 @@
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-intl": "5.20.2",
"react-redux": "7.2.3",
"react-redux": "7.2.8",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"redux": "^4.0.1",

View File

@ -38,7 +38,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "5.20.2",
"react-redux": "7.2.3",
"react-redux": "7.2.8",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"redux-saga": "^0.16.0",

View File

@ -6115,10 +6115,10 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
"@types/react-redux@^7.1.16":
version "7.1.23"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.23.tgz#3c2bb1bcc698ae69d70735f33c5a8e95f41ac528"
integrity sha512-D02o3FPfqQlfu2WeEYwh3x2otYd2Dk1o8wAfsA0B1C2AJEFxE663Ozu7JzuWbznGgW248NaOF6wsqCGNq9d3qw==
"@types/react-redux@^7.1.20":
version "7.1.24"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.24.tgz#6caaff1603aba17b27d20f8ad073e4c077e975c0"
integrity sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==
dependencies:
"@types/hoist-non-react-statics" "^3.3.0"
"@types/react" "*"
@ -19587,17 +19587,17 @@ react-query@3.24.3:
broadcast-channel "^3.4.1"
match-sorter "^6.0.2"
react-redux@7.2.3:
version "7.2.3"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.3.tgz#4c084618600bb199012687da9e42123cca3f0be9"
integrity sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w==
react-redux@7.2.8:
version "7.2.8"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.8.tgz#a894068315e65de5b1b68899f9c6ee0923dd28de"
integrity sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==
dependencies:
"@babel/runtime" "^7.12.1"
"@types/react-redux" "^7.1.16"
"@babel/runtime" "^7.15.4"
"@types/react-redux" "^7.1.20"
hoist-non-react-statics "^3.3.2"
loose-envify "^1.4.0"
prop-types "^15.7.2"
react-is "^16.13.1"
react-is "^17.0.2"
react-refresh@0.11.0, react-refresh@^0.11.0:
version "0.11.0"