Skip to content

Commit

Permalink
Add support for React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Apr 21, 2022
1 parent 319b887 commit 4aa3787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://github.com/nkbt/react-debounce-input",
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0 || ^17.0.0"
"react": "^15.3.0 || 16 || 17 || 18"
},
"dependencies": {
"lodash.debounce": "^4",
Expand Down

0 comments on commit 4aa3787

Please sign in to comment.