Update dependency react-redux to v7.2.3 (#1137)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
renovate[bot] 2021-03-27 20:45:01 +01:00 committed by GitHub
parent 927b6b989c
commit 8374e34286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,6 @@
"@types/react-bootstrap-typeahead": "5.1.4",
"@types/react-dom": "17.0.3",
"@types/react-html-parser": "2.0.1",
"@types/react-redux": "7.1.16",
"@types/react-router": "5.1.13",
"@types/react-router-bootstrap": "0.24.5",
"@types/react-router-dom": "5.1.7",
@ -92,7 +91,7 @@
"react-dom": "17.0.1",
"react-html-parser": "2.0.2",
"react-i18next": "11.8.12",
"react-redux": "7.2.2",
"react-redux": "7.2.3",
"react-router": "5.2.0",
"react-router-bootstrap": "0.25.0",
"react-router-dom": "5.2.0",

View file

@ -2420,7 +2420,7 @@
"@types/htmlparser2" "*"
"@types/react" "*"
"@types/react-redux@7.1.16":
"@types/react-redux@^7.1.16":
version "7.1.16"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.16.tgz#0fbd04c2500c12105494c83d4a3e45c084e3cb21"
integrity sha512-f/FKzIrZwZk7YEO9E1yoxIuDNRiDducxkFlkw/GNMGEnK9n4K8wJzlJBghpSuOVDgEUHoDkDF7Gi9lHNQR4siw==
@ -12240,12 +12240,13 @@ react-popper@^1.0.0:
typed-styles "^0.0.7"
warning "^4.0.2"
react-redux@7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.2.tgz#03862e803a30b6b9ef8582dadcc810947f74b736"
integrity sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA==
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==
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"