From 0c2376d063629d99ed5e94d50bbf4f80632e9bd0 Mon Sep 17 00:00:00 2001 From: iamibrahimriaz Date: Thu, 13 Apr 2023 10:08:23 +0600 Subject: [PATCH] Updated peerDependencies - React 18.x.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c9b665..75f0cc4 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "immutable": "^3.8.1" }, "peerDependencies": { - "react": "0.14.x || 15.x.x || 16.x.x || 17.x.x", - "react-dom": "0.14.x || 15.x.x || 16.x.x || 17.x.x" + "react": "0.14.x || 15.x.x || 16.x.x || 17.x.x || 18.x.x", + "react-dom": "0.14.x || 15.x.x || 16.x.x || 17.x.x || 18.x.x" }, "devDependencies": { "babel-cli": "^6.18.0",