Skip to content

Commit

Permalink
Allow primitives dep to be if version 9 OR 10 and add it to peerDep (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Nov 4, 2024
1 parent d09f57e commit 26b54d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-rice-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

Allow primitives dep to be if version 9 OR 10
21 changes: 12 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@primer/behaviors": "^1.7.2",
"@primer/live-region-element": "^0.7.1",
"@primer/octicons-react": "^19.9.0",
"@primer/primitives": "^9.0.3",
"@primer/primitives": "9.x || 10.x",
"@styled-system/css": "^5.1.5",
"@styled-system/props": "^5.1.5",
"@styled-system/theme-get": "^5.1.2",
Expand Down

0 comments on commit 26b54d8

Please sign in to comment.