Skip to content

Commit

Permalink
feat: add React 18 to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold authored and staylor committed Apr 11, 2022
1 parent 82c5ad8 commit 02506ed
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 @@ -56,8 +56,8 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0",
"react-dom": "^16.6.0 || ^17.0.0"
"react": "^16.6.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0"
},
"scripts": {
"clean": "rimraf lib",
Expand Down

0 comments on commit 02506ed

Please sign in to comment.