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 committed Oct 27, 2024
1 parent 6713e72 commit 23883b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 41 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 and add it to peerDep
47 changes: 7 additions & 40 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,6 @@
"@primer/behaviors": "^1.7.2",
"@primer/live-region-element": "^0.7.1",
"@primer/octicons-react": "^19.9.0",
"@primer/primitives": "^9.0.3",
"@styled-system/css": "^5.1.5",
"@styled-system/props": "^5.1.5",
"@styled-system/theme-get": "^5.1.2",
Expand Down Expand Up @@ -209,6 +208,7 @@
"yaml": "2.3.4"
},
"peerDependencies": {
"@primer/primitives": "9.x || 10.x",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.11",
Expand Down

0 comments on commit 23883b5

Please sign in to comment.