Skip to content

Commit dbb3c68

Browse files
authored
fix: updated react-redux peerDependency to resolve ci failure for consumers (#557)
1 parent ef984dc commit dbb3c68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prop-types": "^15.7.2",
8080
"react": "^16.9.0 || ^17.0.0",
8181
"react-dom": "^16.9.0 || ^17.0.0",
82-
"react-redux": "^8.1.1",
82+
"react-redux": "^7.1.1 || ^8.1.1",
8383
"react-router-dom": "^6.0.0",
8484
"redux": "^4.0.4"
8585
}

0 commit comments

Comments
 (0)