Update dependencies

This still works just fine, ran it locally and tested.

Closes https://github.com/mobxjs/mobx-react-typescript-boilerplate/issues/4
This commit is contained in:
Benjamin Gruenbaum 2016-06-18 15:45:45 +03:00 committed by GitHub
parent 6c0878487f
commit 83fd70830c

View file

@ -32,7 +32,7 @@
"mobx": "^2.0.2",
"mobx-react": "^3.0.1",
"mobx-react-devtools": "^4.0.2",
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^15.1.0",
"react-dom": "^15.1.0"
}
}