1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 01:53:17 +03:00

update primitives version to allow for 9 and 10 (#2728)

This commit is contained in:
Lukas Oppermann 2024-10-30 08:43:34 +01:00 committed by GitHub
parent 0cc86c8a22
commit 7eaba91768
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'@primer/css': patch
---
Update primer/primitives to allow for version 9 and 10

2
package-lock.json generated
View File

@ -43,7 +43,7 @@
"node": ">=16.0.0"
},
"peerDependencies": {
"@primer/primitives": "^9.0.3"
"@primer/primitives": "9.x || 10.x"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@ -73,7 +73,7 @@
"table": "^6.8.1"
},
"peerDependencies": {
"@primer/primitives": "^9.0.3"
"@primer/primitives": "9.x || 10.x"
},
"jest": {
"testEnvironment": "node",