From a3c520eb90245c27490643efce85a77c966cfa58 Mon Sep 17 00:00:00 2001 From: Birhan Dursun Date: Mon, 20 Nov 2023 14:58:35 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3ffcff..108472f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "peerDependencies": { "react": "^16.3 || ^17.0 || ^18.0", - "react-dom": "^17.0 || ^18.0" + "react-dom": "^16.3 || ^17.0 || ^18.0" }, "dependencies": { "hoist-non-react-statics": "^3.3.2"