Skip to content

Commit

Permalink
Drop support for React 16 and 17
Browse files Browse the repository at this point in the history
snelsi committed Jan 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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 <[email protected]> (https://github.com/maslianok)",
"bugs": {

0 comments on commit b3c23b7

Please sign in to comment.