Skip to content

Commit 2cf661c

Browse files
authored
Loosening the primer/primitives dependency to any minor.patch version (#1594)
* Loosening the primer/primitives dependency to any minor.patch version * Create friendly-squids-grin.md
1 parent 5fb831c commit 2cf661c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/friendly-squids-grin.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+
Loosening the primer/primitives dependency to any minor.patch version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"release": "changeset publish"
3535
},
3636
"dependencies": {
37-
"@primer/primitives": "4.7.1"
37+
"@primer/primitives": "^4.7.1"
3838
},
3939
"devDependencies": {
4040
"@changesets/changelog-github": "0.4.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@
880880
"@nodelib/fs.scandir" "2.1.4"
881881
fastq "^1.6.0"
882882

883-
"@primer/primitives@4.7.1":
883+
"@primer/primitives@^4.7.1":
884884
version "4.7.1"
885885
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-4.7.1.tgz#2510ca37dd83d1e9cacda7637f2a594edff0391d"
886886
integrity sha512-kttAUcP3QgT5UbYLeMTKDxPvnAVzywX0xnKPcLkmEVQyhmEBlTO4LSlYIzL5YcKyklHcFRf1426UcGOY9wdWDQ==

0 commit comments

Comments
 (0)