diff --git a/package.json b/package.json index 8e17dc4..d7c289c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "express": "4.13.4", "jsdom": "8.4.0", "react-addons-test-utils": "15.0.1", - "react-dom": "15.0.1", + "react-dom": "0.14.9", "redbox-react": "1.2.3", "redux": "3.5.0", "rimraf": "2.5.2", @@ -60,7 +60,7 @@ "webpack": "1.13.0" }, "dependencies": { - "react": "15.0.1", - "react-dom": "0.14.3" + "react": "15.6.2", + "react-dom": "0.14.9" } }