forked from Ivasoft/mattermost-mobile
MM-16399 Clear current channel when leaving a team (#3288)
* MM-16399 Clear current channel when leaving a team * Update mattermost-redux
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -14056,8 +14056,8 @@
|
|||||||
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
|
"integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A=="
|
||||||
},
|
},
|
||||||
"mattermost-redux": {
|
"mattermost-redux": {
|
||||||
"version": "github:mattermost/mattermost-redux#9800f16a94b46fd77e95132c1c33f18752bf8a98",
|
"version": "github:mattermost/mattermost-redux#d3429317c230c61afda5a01c798cd0332b3db0a5",
|
||||||
"from": "github:mattermost/mattermost-redux#9800f16a94b46fd77e95132c1c33f18752bf8a98",
|
"from": "github:mattermost/mattermost-redux#d3429317c230c61afda5a01c798cd0332b3db0a5",
|
||||||
"requires": {
|
"requires": {
|
||||||
"deep-equal": "1.0.1",
|
"deep-equal": "1.0.1",
|
||||||
"eslint-plugin-header": "3.0.0",
|
"eslint-plugin-header": "3.0.0",
|
||||||
@@ -17459,9 +17459,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-native-community/netinfo": {
|
"@react-native-community/netinfo": {
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-4.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-4.2.2.tgz",
|
||||||
"integrity": "sha512-kAnmYp8vXpZToPw8rgE7uO+MqmqHSR9VEDPkuZT0DnFMBJmIXCSD2NLAD28HGKVY/kujVWCknC/FuVWr5/A3uA=="
|
"integrity": "sha512-ktMlUCYn+vKL8PQH/e6Vpoygvn3gU+Ibc1uD7m+pYhQwiKHD7eqCRAkR1Xt5vc2L3Xy3N1z0tMXlxzK4IKbYyQ=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"intl": "1.2.5",
|
"intl": "1.2.5",
|
||||||
"jail-monkey": "2.2.0",
|
"jail-monkey": "2.2.0",
|
||||||
"jsc-android": "241213.2.0",
|
"jsc-android": "241213.2.0",
|
||||||
"mattermost-redux": "github:mattermost/mattermost-redux#9800f16a94b46fd77e95132c1c33f18752bf8a98",
|
"mattermost-redux": "github:mattermost/mattermost-redux#d3429317c230c61afda5a01c798cd0332b3db0a5",
|
||||||
"mime-db": "1.40.0",
|
"mime-db": "1.40.0",
|
||||||
"moment-timezone": "0.5.25",
|
"moment-timezone": "0.5.25",
|
||||||
"prop-types": "15.7.2",
|
"prop-types": "15.7.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user