From 83fd70830c8038e9633cccdc4940578d9ee23748 Mon Sep 17 00:00:00 2001 From: Benjamin Gruenbaum Date: Sat, 18 Jun 2016 15:45:45 +0300 Subject: [PATCH] Update dependencies This still works just fine, ran it locally and tested. Closes https://github.com/mobxjs/mobx-react-typescript-boilerplate/issues/4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f7d1f7..b7f842c 100644 --- a/package.json +++ b/package.json @@ -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" } }