Update mattermost-redux to include changes for Mark as Unread websocket events

This commit is contained in:
Harrison Healey 2019-09-24 12:35:09 -04:00
parent ca68f3a244
commit b2722e31cc
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -14039,8 +14039,8 @@
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#52c1e6321ba7328fc4acee030aba92840c524bac",
"from": "github:mattermost/mattermost-redux#52c1e6321ba7328fc4acee030aba92840c524bac",
"version": "github:mattermost/mattermost-redux#1cc93a85a3f3bc14d097ef525e50c485601b7d63",
"from": "github:mattermost/mattermost-redux#1cc93a85a3f3bc14d097ef525e50c485601b7d63",
"requires": {
"deep-equal": "1.0.1",
"eslint-plugin-header": "3.0.0",
@ -16501,8 +16501,8 @@
}
},
"react-native-device-info": {
"version": "github:mattermost/react-native-device-info#66d730b4f675038867ca389be7374714c2db63b2",
"from": "github:mattermost/react-native-device-info#66d730b4f675038867ca389be7374714c2db63b2"
"version": "github:mattermost/react-native-device-info#a434e5378a59825b4c33c9a31bf0d8dc98a45966",
"from": "github:mattermost/react-native-device-info#a434e5378a59825b4c33c9a31bf0d8dc98a45966"
},
"react-native-doc-viewer": {
"version": "2.7.8",

View file

@ -21,7 +21,7 @@
"intl": "1.2.5",
"jail-monkey": "2.2.0",
"jsc-android": "241213.2.0",
"mattermost-redux": "github:mattermost/mattermost-redux#52c1e6321ba7328fc4acee030aba92840c524bac",
"mattermost-redux": "github:mattermost/mattermost-redux#1cc93a85a3f3bc14d097ef525e50c485601b7d63",
"mime-db": "1.40.0",
"moment-timezone": "0.5.25",
"prop-types": "15.7.2",