Skip to content

Commit

Permalink
Merge pull request #8 from configcat/update-peerDependencies
Browse files Browse the repository at this point in the history
Update package.json - Set a less strict react version in `peerDependencies`
  • Loading branch information
endret authored Oct 11, 2022
2 parents 43fdd38 + 1c84149 commit 799d031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -52,4 +52,4 @@
"react-scripts": "^5.0.1",
"typescript": "^4.6.4"
}
}
}

0 comments on commit 799d031

Please sign in to comment.