Skip to content

Commit

Permalink
Bumped peer deps to React 19 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
roginfarrer authored Dec 23, 2024
1 parent 9228226 commit 3e498c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/dull-crabs-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"react-collapsed": minor
"@collapsed/react": minor
---

Updated react peer dependency versions to include React 19
4 changes: 2 additions & 2 deletions packages/react-collapsed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"cypress:run": "cypress run --component"
},
"peerDependencies": {
"react": "^16.9.0 || ^17 || ^18",
"react-dom": "^16.9.0 || ^17 || ^18"
"react": "^16.9.0 || ^17 || ^18 || ^19",
"react-dom": "^16.9.0 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"cypress:run": "cypress run --component"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down

0 comments on commit 3e498c4

Please sign in to comment.