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" } }