Replace mattermost-webapp dependency with mattermost-redux (#190)
* replace mattermost-webapp dep with mattermost-redux * remove references in tsconfig.json and webpack.config.js --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
5237d354cf
commit
846ffb50d3
4 changed files with 9872 additions and 12478 deletions
|
@ -74,8 +74,8 @@
|
|||
"webpack-cli": "5.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mattermost/webapp": "github:mattermost/mattermost-webapp",
|
||||
"core-js": "3.22.8",
|
||||
"mattermost-redux": "5.33.1",
|
||||
"react": "^16.14.0",
|
||||
"react-redux": "8.0.2",
|
||||
"redux": "4.2.0",
|
||||
|
|
Reference in a new issue