Update react-redux peer dependency

This commit is contained in:
Maik Marschner 2019-08-26 13:35:43 +02:00 committed by GitHub
parent 03d1448dc3
commit 856884e35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0", "react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0", "react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
"redux": "^3.5.2 || ^4.0.0" "redux": "^3.5.2 || ^4.0.0"
}, },
"dependencies": { "dependencies": {