Skip to content

Commit

Permalink
Add React 19 to the allowed peer dependency range (#400)
Browse files Browse the repository at this point in the history
* add react v19 to peer deps

* Create tricky-llamas-shake.md

* Update .changeset/tricky-llamas-shake.md

* Update package.json

---------

Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
Yonom and Andarist authored Dec 9, 2024
1 parent ce4d98c commit 7d48e9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-llamas-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-textarea-autosize": patch
---

Add React 19 to the allowed peer dependency range.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"test:watch": "npm test -- --watch"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
Expand Down

0 comments on commit 7d48e9e

Please sign in to comment.