update redux to latest 1cc6009 (#1704)

Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
This commit is contained in:
Saturnino Abril 2018-05-25 05:19:42 +08:00 committed by Elias Nahum
parent 38daeb95cf
commit dd346dbd75
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -9877,18 +9877,18 @@
}
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#238f9472caea3f11be066374f326f398978504c5",
"from": "mattermost-redux@github:mattermost/mattermost-redux#238f9472caea3f11be066374f326f398978504c5",
"version": "github:mattermost/mattermost-redux#1cc600992b9560a4d41cc622352cf440ae905ab1",
"from": "mattermost-redux@github:mattermost/mattermost-redux#1cc600992b9560a4d41cc622352cf440ae905ab1",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "1.2.0",
"form-data": "2.3.1",
"harmony-reflect": "1.5.1",
"form-data": "2.3.2",
"harmony-reflect": "1.6.0",
"isomorphic-fetch": "2.2.1",
"mime-db": "1.30.0",
"redux": "3.7.2",
"redux-action-buffer": "1.1.0",
"redux-batched-actions": "0.2.0",
"mime-db": "1.33.0",
"redux": "4.0.0",
"redux-action-buffer": "1.2.0",
"redux-batched-actions": "0.3.0",
"redux-offline": "git+https://github.com/enahum/redux-offline.git#4bd85e7e3b279a2b11fb4d587808d583d2b5e7b5",
"redux-persist": "4.9.1",
"redux-thunk": "2.2.0",

View file

@ -15,7 +15,7 @@
"intl": "1.2.5",
"jail-monkey": "1.0.0",
"jsc-android": "216113.0.3",
"mattermost-redux": "github:mattermost/mattermost-redux#238f9472caea3f11be066374f326f398978504c5",
"mattermost-redux": "github:mattermost/mattermost-redux#1cc600992b9560a4d41cc622352cf440ae905ab1",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-intl": "2.4.0",