From dbd64b3b02648ed770a3ffc85311ced5061fb761 Mon Sep 17 00:00:00 2001 From: Ryan Higdn Date: Sat, 4 Mar 2023 13:19:52 -0500 Subject: [PATCH] chore: Allow React 18 peer dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a852f87..7fb9bcc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-dom": "^17.0.2" }, "peerDependencies": { - "react": "0.14.x || ^15.0.0-rc || ^16.0.0-rc || ^17.0.0-rc" + "react": "0.14.x || ^15.0.0-rc || ^16.0.0-rc || ^17.0.0-rc || ^18.0.0-rc" }, "scripts": { "build": "nwb build-react-component",