From e5fa76700c9c6dec5ac644f8baa768247cd0f74d Mon Sep 17 00:00:00 2001 From: Tom Chen Date: Sat, 28 Oct 2017 11:30:16 +0800 Subject: [PATCH] feat(package.json): drop support for `react@^0.14` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21c5050..be93a9d 100644 --- a/package.json +++ b/package.json @@ -81,8 +81,8 @@ "lodash": "^4.17.4" }, "peerDependencies": { - "react": "^0.14.0 || ^15.0.0 || ^16.0.0", - "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0" + "react": "^15.0.0 || ^16.0.0", + "react-dom": "^15.0.0 || ^16.0.0" }, "devDependencies": { "animate.css": "^3.5.2",