From da92d1e24a11e711ba6fed51762f07b70e07a484 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Sat, 19 Mar 2016 08:20:04 -0700 Subject: [PATCH] Make enzyme compatible with all React 15 Release Candidates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cedc36bd0..2ff36bf77 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,6 @@ "sinon": "^1.15.4" }, "peerDependencies": { - "react": "0.13.x || 0.14.x || 15.* || 15.0.0-rc.2" + "react": "0.13.x || 0.14.x || 15.* || ^15.0.0-rc" } }