Updated MobX dependencies

This commit is contained in:
Michel Weststrate 2016-06-20 09:22:36 +02:00 committed by GitHub
parent 3bb5986ae9
commit 5e0b9a8686

View file

@ -29,9 +29,9 @@
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"mobx": "^2.0.2",
"mobx-react": "^3.0.1",
"mobx-react-devtools": "^4.0.2",
"mobx": "^2.3.2",
"mobx-react": "^3.3.1",
"mobx-react-devtools": "^4.2.0",
"react": "^15.1.0",
"react-dom": "^15.1.0"
}