Skip to content

Commit

Permalink
chore: Add react and react-dom as peer dependencies (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 authored Jan 18, 2024
1 parent 8a0c5e9 commit 814be54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"now-build": "npm run build"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand Down

0 comments on commit 814be54

Please sign in to comment.