Skip to content

Commit

Permalink
fix: correct peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Dec 1, 2023
1 parent 109c98f commit d094f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "4.1.3"
},
"peerDependencies": {
"react": "^16.8.1 || ^17.0.0 || ^18.0.0"
"react": "*"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit d094f4f

Please sign in to comment.