From ff8f5d61dc6f01b1181c92324cf76275f16d5f72 Mon Sep 17 00:00:00 2001 From: Andrew Del Prete Date: Sun, 29 Oct 2017 11:43:03 -0800 Subject: [PATCH] Update React and peer deps to 16 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2d19d1..bbb0dcf 100644 --- a/package.json +++ b/package.json @@ -67,8 +67,8 @@ "mkdirp": "^0.5.1", "ncp": "^2.0.0", "npm-run-all": "^1.4.0", - "react": "^15.5.0", - "react-dom": "^15.5.0", + "react": "^16.0.0", + "react-dom": "^16.0.0", "react-highlight": "^0.9.0", "sane": "^1.4.1", "simple-mock": "0.8.0", @@ -78,7 +78,7 @@ "zuul": "^3.11.1" }, "peerDependencies": { - "react": "0.14.x || 15.x", - "react-dom": "0.14.x || 15.x" + "react": "0.14.x || 15.x || ^16.0.0", + "react-dom": "0.14.x || 15.x || ^16.0.0" } }