From 4e2447aaec58c1af957b5560c1f1fe0c53991219 Mon Sep 17 00:00:00 2001 From: Evgueni Naverniouk Date: Fri, 8 Apr 2016 21:54:52 -0700 Subject: [PATCH] [changed] Updated to add support for React 15 (#152) This commit updates both the peerDependencies and the devDependencies such that they will use React 15 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index baece9d3..a8504f00 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "karma-mocha": "0.2.0", "karma-safari-launcher": "^0.1.1", "mocha": "2.3.3", - "react": "^0.14.0", - "react-addons-test-utils": "^0.14.0", - "react-dom": "^0.14.0", + "react": "^15.0.0", + "react-addons-test-utils": "^15.0.0", + "react-dom": "^15.0.0", "reactify": "^1.1.1", "rf-release": "0.4.0", "sinon": "^1.17.3", @@ -50,7 +50,7 @@ "lodash.assign": "^3.2.0" }, "peerDependencies": { - "react": "^0.14.0" + "react": "^0.14.0 || ^15.0.0-0" }, "tags": [ "react",