From 77106d24815b9beca8fbcf606cc5657c8ab7d8c4 Mon Sep 17 00:00:00 2001 From: Miroslav Blasko Date: Tue, 9 Jan 2024 09:55:00 +0100 Subject: [PATCH] [New] Add support for usage with react 17 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f57626..8e7e593 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "typescript": "^4.4.3" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^17.0.2 || ^18.2.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index e4c2d17..e3d0ab5 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "yaml": "^1.10.2" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^17.0.2 || ^18.2.0" } }