From 1ae45ca600e3436df2d5d8a34c8b80b3b92aa367 Mon Sep 17 00:00:00 2001 From: Timofey Smirnov Date: Tue, 25 Apr 2017 22:03:16 +0300 Subject: [PATCH] changed min react version --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afefae7e..904f3c0a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "jsdom": "^6.5.1", "mocha": "^2.2.5", "mocha-jsdom": "^1.0.0", - "react": "^0.14.0", + "react": "^0.14.9", "prop-types": "^15.5.0", "react-addons-test-utils": "^0.14.0", "react-dom": "^0.14.0", @@ -61,7 +61,8 @@ "webpack": "^1.11.0" }, "peerDependencies": { - "react": "^0.14.0 || ^15.0.0", + "react": "^0.14.9 || ^15.3.0", + "prop-types": "^15.5.0", "react-redux": "^4.0.0 || ^5.0.0", "redux": "^3.5.2" },