From 30e06fb0d14e7a0a3a54a32eb484ca26bdd38224 Mon Sep 17 00:00:00 2001 From: KARTIK AGARWAL Date: Mon, 30 Oct 2023 16:56:29 +0000 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dcc44f3..446fa91 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ ], "private": false, "peerDependencies": { - "react": "^16.12.0", - "react-dom": "^16.12.0" + "react": "^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "@testing-library/jest-dom": "^4.2.4",