Skip to content

Commit

Permalink
Merge pull request #207 from snelsi/feature/206-react-18-support
Browse files Browse the repository at this point in the history
#206 Add React 18 to peerDependencies
  • Loading branch information
maslianok authored May 25, 2022
2 parents 353457d + 27ea7a7 commit 78bee87
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 @@ -46,8 +46,8 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"author": "Vitalii Maslianok <[email protected]> (https://github.com/maslianok)",
"version": "7.0.0",
Expand Down

0 comments on commit 78bee87

Please sign in to comment.