From 586b38511fa6ca7a32a16d16340640b3d9fc60fd Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 19 Nov 2020 21:07:13 +0000 Subject: [PATCH] feat(deps): proactively declare support with Draft.js v0.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 199e41b5..c005c7fc 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "source-map-explorer": "^1.8.0" }, "peerDependencies": { - "draft-js": "^0.10.5 || ^0.11.0", + "draft-js": "^0.10.5 || ^0.11.0 || ^0.12.0", "react": "^16.0.0" }, "scripts": {