Skip to content

Commit

Permalink
Merge pull request #326 from bring/update-react-19-peer-dependency
Browse files Browse the repository at this point in the history
🚸 Allow for React 19+ to be ussed as peer dep
  • Loading branch information
vegaasen authored Jan 3, 2025
2 parents 68ed77c + 71f74f8 commit 1c4ff61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-clouds-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@postenbring/hedwig-react": patch
---

Allow for React 19 as peer dependency
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"typescript": "^5.6.3"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@postenbring/hedwig-css": "workspace:*",
Expand Down

0 comments on commit 1c4ff61

Please sign in to comment.