diff --git a/package.json b/package.json index 734ebc3ad2..ac9b29f75c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "radium": "^0.18.1", "radium-normalize": "^2.0.4", "react": "^15.2.1", - "react-dom": "^15.2.1", + "react-dom": "^15.3.1", "react-redux": "^4.4.5", "react-router": "^2.7.0", "react-router-redux": "^4.0.5", @@ -82,7 +82,6 @@ "eslint-plugin-jsx-a11y": "^2.1.1", "eslint-plugin-react": "^6.0.0", "mocha": "^3.0.2", - "react-addons-test-utils": "^15.3.1", - "react-dom": "^15.3.1" + "react-addons-test-utils": "^15.3.1" } }