update to mobx-react v6, remove mobx-react-devtools as it is not compatible with v6

This commit is contained in:
Jacob Wang 2019-10-20 11:58:05 +01:00
parent 2f461a421d
commit 9897ec2305
3 changed files with 1186 additions and 1045 deletions

View file

@ -23,17 +23,16 @@
},
"homepage": "http://mobxjs.github.com/mobx",
"devDependencies": {
"@types/react-dom": "^16.0.9",
"@types/react-dom": "^16.9.2",
"awesome-typescript-loader": "^5.2.1",
"typescript": "^3.1.3",
"webpack": "^4.22.0",
"webpack-dev-server": "^3.1.10"
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"mobx": "^5.5.2",
"mobx-react": "^5.3.5",
"mobx-react-devtools": "^6.0.3",
"react": "^16.5.2",
"react-dom": "^16.5.2"
"mobx": "^5.14.2",
"mobx-react": "^6.1.4",
"react": "^16.10.2",
"react-dom": "^16.10.2"
}
}