Skip to content

Commit 0b9fe85

Browse files
fix(deps): update dependency react-redux to v8.1.3
1 parent 16caac6 commit 0b9fe85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react": "17.0.2",
2323
"react-dom": "17.0.2",
2424
"react-html-parser": "2.0.2",
25-
"react-redux": "8.0.2",
25+
"react-redux": "8.1.3",
2626
"react-router-dom": "6.3.0",
2727
"react-scripts": "5.0.1",
2828
"redux": "4.2.0",

example-app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9010,10 +9010,10 @@ react-is@^18.0.0:
90109010
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
90119011
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
90129012

9013-
react-redux@8.0.2:
9014-
version "8.0.2"
9015-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.2.tgz#bc2a304bb21e79c6808e3e47c50fe1caf62f7aad"
9016-
integrity sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==
9013+
react-redux@8.1.3:
9014+
version "8.1.3"
9015+
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.3.tgz#4fdc0462d0acb59af29a13c27ffef6f49ab4df46"
9016+
integrity sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==
90179017
dependencies:
90189018
"@babel/runtime" "^7.12.1"
90199019
"@types/hoist-non-react-statics" "^3.3.1"

0 commit comments

Comments
 (0)