diff --git a/package.json b/package.json index 58845ff..a008718 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "configcat-common": "^6.0.0" }, "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": ">=16.8.0", + "react-dom": ">=16.8.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", @@ -52,4 +52,4 @@ "react-scripts": "^5.0.1", "typescript": "^4.6.4" } -} \ No newline at end of file +}