Skip to content

Commit

Permalink
fix: correct peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Dec 1, 2023
1 parent 4b6298c commit d770587
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 @@ -63,8 +63,8 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@babel/core": "7.20.2",
Expand Down

0 comments on commit d770587

Please sign in to comment.