Skip to content

Commit

Permalink
feat(react): update range to include support for 19.x (#5492)
Browse files Browse the repository at this point in the history
* feat(react): update range to include support for 19.x

* chore: add changeset
joshblack authored Jan 27, 2025
1 parent 6cfccdc commit 469f703
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-boxes-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

Update dependency range for React dependencies to include 19.x
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -210,11 +210,11 @@
"yaml": "2.7.0"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "18.x || 19.x",
"@types/react-dom": "18.x || 19.x",
"@types/styled-components": "^5.1.11",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "18.x || 19.x",
"react-dom": "18.x || 19.x",
"styled-components": "5.x"
},
"peerDependenciesMeta": {

0 comments on commit 469f703

Please sign in to comment.