Skip to content

Commit

Permalink
Add peer version to include 19 (#5984)
Browse files Browse the repository at this point in the history
* Bump peer version to 19

* fix: bump use-isomorphic-layout-effect version

* Update yarn.lock

* Create five-ligers-beg.md

---------

Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
Thris3n and Methuselah96 authored Dec 11, 2024
1 parent 5f93c76 commit 01206c3
Show file tree
Hide file tree
Showing 3 changed files with 16,412 additions and 15,860 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-ligers-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-select': minor
---

Add React 19 to peer dependency range
6 changes: 3 additions & 3 deletions packages/react-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"memoize-one": "^6.0.0",
"prop-types": "^15.6.0",
"react-transition-group": "^4.3.0",
"use-isomorphic-layout-effect": "^1.1.2"
"use-isomorphic-layout-effect": "^1.2.0"
},
"devDependencies": {
"@types/jest-in-case": "^1.0.6",
Expand All @@ -29,8 +29,8 @@
"react-dom": "^16.13.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 01206c3

Please sign in to comment.