Set redux-batched-subscribe semver limit to <4.0.0 (#25423)

This commit is contained in:
Felipe
2018-05-07 13:33:47 -05:00
committed by Sheetal Nandi
parent fefafb09f4
commit 0ec6dc775c

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"redux": ">=1.0.0"
"redux": ">=1.0.0 <4.0.0"
}
}