MM-16829 Fix for websocket reconnects for android
This commit is contained in:
parent
c31ff56149
commit
a3783b1bf5
2 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -13150,8 +13150,8 @@
|
|||
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
|
||||
},
|
||||
"mattermost-redux": {
|
||||
"version": "github:mattermost/mattermost-redux#5c886167c5b424d89e64bcdeb2b0b1917e668d3f",
|
||||
"from": "github:mattermost/mattermost-redux#5c886167c5b424d89e64bcdeb2b0b1917e668d3f",
|
||||
"version": "github:mattermost/mattermost-redux#5171547dbdfa4bd5b43ca4fa30a8a37833ed9230",
|
||||
"from": "github:mattermost/mattermost-redux#5171547dbdfa4bd5b43ca4fa30a8a37833ed9230",
|
||||
"requires": {
|
||||
"deep-equal": "1.0.1",
|
||||
"eslint-plugin-header": "3.0.0",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"intl": "1.2.5",
|
||||
"jail-monkey": "2.2.0",
|
||||
"jsc-android": "241213.2.0",
|
||||
"mattermost-redux": "github:mattermost/mattermost-redux#5c886167c5b424d89e64bcdeb2b0b1917e668d3f",
|
||||
"mattermost-redux": "github:mattermost/mattermost-redux#5171547dbdfa4bd5b43ca4fa30a8a37833ed9230",
|
||||
"mime-db": "1.40.0",
|
||||
"moment-timezone": "0.5.25",
|
||||
"prop-types": "15.7.2",
|
||||
|
|
@ -146,4 +146,4 @@
|
|||
"node_modules/(?!react-native|jail-monkey)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue