From 58f6d331e61d2a1e10f7430e3bc16ed48f00bff7 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 28 Apr 2016 14:35:27 +0200 Subject: [PATCH] Update to support react 15 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e3dce3da3..8ae5477db0 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "react-component" ], "peerDependencies": { - "react": "^0.14.7", - "react-dom": "^0.14.7" + "react": "^0.14.7 || ^15.0.0", + "react-dom": "^0.14.7 || ^15.0.0" }, "devDependencies": { "babel-cli": "^6.9.0", @@ -55,9 +55,9 @@ "eslint-plugin-jsx-a11y": "^1.2.2", "eslint-plugin-react": "^5.1.1", "jest-cli": "^12.1.1", - "react": "^0.14.7", - "react-addons-test-utils": "^0.14.7", - "react-dom": "^0.14.7", + "react": "^15.0.0", + "react-addons-test-utils": "^15.0.0", + "react-dom": "^15.0.0", "react-modal": "reactjs/react-modal", "rimraf": "^2.5.2", "webpack": "^1.13.1",