Skip to content

Commit

Permalink
Update package.json set peerDependencies react >= 16.13.1
Browse files Browse the repository at this point in the history
react-g peerDependencies react version is low!
  • Loading branch information
renzhaoz authored Nov 7, 2024
1 parent 57fd6ac commit 8142304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-g/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/scheduler": "^0.16.0"
},
"peerDependencies": {
"react": "^16.13.1"
"react": ">=16.13.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8142304

Please sign in to comment.