Skip to content

Commit 93297d2

Browse files
authored
Update the primer/primitives dependency to be 9.x || 10.x and move it to peer (#3179)
1 parent 308a56b commit 93297d2

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.changeset/wise-terms-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/view-components": patch
3+
---
4+
5+
Update the primer/primitives dependency to be 9.x || 10.x and move it to peer

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"@oddbird/popover-polyfill": "^0.4.0",
5757
"@primer/behaviors": "^1.3.4"
5858
},
59+
"peerDependencies": {
60+
"@primer/primitives": "9.x || 10.x"
61+
},
5962
"devDependencies": {
6063
"@changesets/changelog-github": "^0.5.0",
6164
"@changesets/cli": "^2.24.1",
@@ -65,7 +68,6 @@
6568
"@github/prettier-config": "0.0.6",
6669
"@playwright/test": "^1.35.1",
6770
"@primer/css": "21.5.0",
68-
"@primer/primitives": "^9.0.2",
6971
"@primer/stylelint-config": "^13.1.1",
7072
"@rollup/plugin-node-resolve": "^15.2.3",
7173
"@rollup/plugin-typescript": "^8.3.3",

0 commit comments

Comments
 (0)