Skip to content

Commit d43c856

Browse files
Update primitives dep (#2866)
* Update primitives dep Update primitives dependency * add changeset
1 parent 2e9981b commit d43c856

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/evil-peaches-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/css': patch
3+
---
4+
5+
Update @primer/primitives peerDependencies to 10.x || 11.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"table": "^6.8.1"
7373
},
7474
"peerDependencies": {
75-
"@primer/primitives": "9.x || 10.x"
75+
"@primer/primitives": "10.x || 11.x"
7676
},
7777
"jest": {
7878
"testEnvironment": "node",

0 commit comments

Comments
 (0)