Skip to content

Commit

Permalink
Drop support for React 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
snelsi committed Jan 12, 2024
1 parent f00677d commit b3c23b7
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 @@ -45,8 +45,8 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"author": "Vitalii Maslianok <maslianok@gmail.com> (https://github.com/maslianok)",
"bugs": {
Expand Down

0 comments on commit b3c23b7

Please sign in to comment.