From b79082f9260e7350ba9e6224e269ba6fc698dadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Thu, 30 Jul 2020 13:39:43 -0700 Subject: [PATCH] Update package.json (#2490) Summary: https://twitter.com/SemanticRelease/status/1249795728253353986 Pull Request resolved: https://github.com/facebook/draft-js/pull/2490 Reviewed By: claudiopro Differential Revision: D22787963 Pulled By: mrkev fbshipit-source-id: 980bb391854d674b7dba8b3a6f5a84807144e54c --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 731fbd1549..528383b25d 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "object-assign": "^4.1.1" }, "peerDependencies": { - "react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0", - "react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0" + "react": ">=0.14.0", + "react-dom": ">=0.14.0" }, "devDependencies": { "@babel/core": "^7.6.4",