pin same react/redux dependencies as webapp

This commit is contained in:
Jesse Hallam 2018-07-24 16:03:48 -04:00
parent daaf7822ea
commit b245410cbe
No known key found for this signature in database
GPG key ID: E7959EB6518AF966

View file

@ -26,8 +26,8 @@
"webpack-cli": "^3.0.8"
},
"dependencies": {
"react": "^16.4.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
"react": "16.4.1",
"react-redux": "5.0.7",
"redux": "4.0.0"
}
}