Skip to content

Commit 59aaba5

Browse files
committed
Relax React peer dep back to 16.4
1 parent 7496b91 commit 59aaba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "Official React bindings for Redux",
55
"keywords": [
66
"react",
@@ -42,7 +42,7 @@
4242
"coverage": "codecov"
4343
},
4444
"peerDependencies": {
45-
"react": "^16.6.0-0",
45+
"react": "^16.4.0-0",
4646
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)