Skip to content

Commit 7dfcb0c

Browse files
authored
Bump @primer/primitives to 7.11.5 (#2421)
* yarn add @primer/primitives@^7.11.5 * Create .changeset/chatty-elephants-fry.md
1 parent ae9d71b commit 7dfcb0c

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.changeset/chatty-elephants-fry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Bump @primer/primitives to `7.11.5`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"storybook": "cd docs && yarn && yarn storybook"
4343
},
4444
"dependencies": {
45-
"@primer/primitives": "^7.11.3",
45+
"@primer/primitives": "^7.11.5",
4646
"@primer/view-components": "^0.1.0"
4747
},
4848
"devDependencies": {

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1203,10 +1203,12 @@
12031203
resolved "https://registry.yarnpkg.com/@primer/behaviors/-/behaviors-1.3.1.tgz#febae28e5f7824f1fa547389b3ff8563e171da58"
12041204
integrity sha512-aMRDUQ350lk0FxtL5gJWPFHHOSSzDbJ6uNJVIt8XSqiGe1pxuW5mVVfrEp1uvzZ0pCHkCdm9fycjnfOeMeIrOQ==
12051205

1206-
"@primer/primitives@^7.11.3":
1207-
version "7.11.3"
1208-
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.11.3.tgz#ec41816368cd827a5902a5a933b1535204b47194"
1209-
integrity sha512-od+rjE04X5sAtGncn9v7/ehZS2O9/tBpQpRsNirU5d4EuOwWMXTt3c6zMBkke136jbmJ0VbGhU+DrLwhj0AM9w==
1206+
"@primer/primitives@^7.11.5":
1207+
version "7.11.5"
1208+
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.11.5.tgz#df36599f70d7a8283ce967c17c0e808ecb3984a2"
1209+
integrity sha512-UmFQA0BZ5BIQKrlKg1TOEjDzeeI2NWyeh/5cCvXVOjfLegCXIlHf/xCLl1KCYO4YeegHmC9g5tpPLTlWjtcbaA==
1210+
dependencies:
1211+
markdown-table-ts "^1.0.3"
12101212

12111213
"@primer/stylelint-config@^12.4.0":
12121214
version "12.7.0"
@@ -4245,6 +4247,11 @@ map-obj@^4.0.0:
42454247
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
42464248
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
42474249

4250+
markdown-table-ts@^1.0.3:
4251+
version "1.0.3"
4252+
resolved "https://registry.yarnpkg.com/markdown-table-ts/-/markdown-table-ts-1.0.3.tgz#46e4163805f1ca0b1076863b93996ba77436f990"
4253+
integrity sha512-lYrp7FXmBqpmGmsEF92WnSukdgYvLm15FPIODZOx9+3nobkxJxjBYcszqZf5VqTjBtISPSNC7zjU9o3zwpL6AQ==
4254+
42484255
mathml-tag-names@^2.1.3:
42494256
version "2.1.3"
42504257
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"

0 commit comments

Comments
 (0)