Skip to content

Commit

Permalink
Merge 59aa122 into 8ce1a7a
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jan 6, 2025
2 parents 8ce1a7a + 59aa122 commit f510d72
Show file tree
Hide file tree
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
Expand Up @@ -209,11 +209,11 @@
"yaml": "2.3.4"
},
"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": {
Expand Down

0 comments on commit f510d72

Please sign in to comment.