housekeeping(deps): redux-immutable v4 (#5639)

This commit is contained in:
renovate[bot]
2019-11-03 22:59:36 -05:00
committed by kyle shockey
parent a8b793b87d
commit 0bbc373213
2 changed files with 4 additions and 7 deletions

9
package-lock.json generated
View File

@@ -14825,12 +14825,9 @@
}
},
"redux-immutable": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/redux-immutable/-/redux-immutable-3.1.0.tgz",
"integrity": "sha1-yvvWhuBxEmERm5wolgk13EeknQo=",
"requires": {
"immutable": "^3.8.1"
}
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/redux-immutable/-/redux-immutable-4.0.0.tgz",
"integrity": "sha1-Ohoy32Y2ZGK2NpHw4dw15HK7yfM="
},
"regenerate": {
"version": "1.4.0",

View File

@@ -75,7 +75,7 @@
"react-motion": "^0.5.2",
"react-redux": "^4.x.x",
"redux": "^4.0.0",
"redux-immutable": "3.1.0",
"redux-immutable": "4.0.0",
"remarkable": "^1.7.4",
"reselect": "^2.5.4",
"serialize-error": "^2.1.0",