WIP: [MM-20164] Update Redux hash for member role changing (#3650)

* Stub hash

* update redux hash

* Address PR comments

* updated hash
This commit is contained in:
Hossein Ahmadian-Yazdi 2019-12-02 14:49:22 -05:00 committed by GitHub
parent a0a0ed7334
commit 4a6d280d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4673,7 +4673,7 @@
"dependencies": {
"json5": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
"resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
"integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
"dev": true
}
@ -7821,8 +7821,8 @@
}
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#e3d38bf92c5a8b5066c0a6252fb750ccd7a0bf98",
"from": "github:mattermost/mattermost-redux#e3d38bf92c5a8b5066c0a6252fb750ccd7a0bf98",
"version": "github:mattermost/mattermost-redux#6533fd2acdd67af70049282bfd587be984f299c4",
"from": "github:mattermost/mattermost-redux#6533fd2acdd67af70049282bfd587be984f299c4",
"requires": {
"form-data": "2.5.1",
"gfycat-sdk": "1.4.18",

View file

@ -24,7 +24,7 @@
"intl": "1.2.5",
"jail-monkey": "2.3.0",
"jsc-android": "241213.1.0",
"mattermost-redux": "github:mattermost/mattermost-redux#e3d38bf92c5a8b5066c0a6252fb750ccd7a0bf98",
"mattermost-redux": "github:mattermost/mattermost-redux#6533fd2acdd67af70049282bfd587be984f299c4",
"mime-db": "1.42.0",
"moment-timezone": "0.5.27",
"prop-types": "15.7.2",