From 0d0f4a21b92490208b10bc07e5327faba1055e6c Mon Sep 17 00:00:00 2001 From: Shahadat Hussain Date: Wed, 6 Apr 2022 22:42:52 +0530 Subject: [PATCH] Update: React - 18 Support --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 55a8b92..f803c00 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "deploy": "gh-pages -d example/build" }, "peerDependencies": { - "react": "^16.0.0-0 || ^17.0.0-0", - "react-dom": "^16.0.0-0 || ^17.0.0-0" + "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0", + "react-dom": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0" }, "devDependencies": { "babel-core": "^6.26.3",