diff --git a/.changeset/chatty-elephants-fry.md b/.changeset/chatty-elephants-fry.md new file mode 100644 index 0000000000..f71c2225a5 --- /dev/null +++ b/.changeset/chatty-elephants-fry.md @@ -0,0 +1,5 @@ +--- +"@primer/css": patch +--- + +Bump @primer/primitives to `7.11.5` diff --git a/package.json b/package.json index 8c0fb20344..c2a5f0653c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "storybook": "cd docs && yarn && yarn storybook" }, "dependencies": { - "@primer/primitives": "^7.11.3", + "@primer/primitives": "^7.11.5", "@primer/view-components": "^0.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8c91276637..871392be4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1203,10 +1203,12 @@ resolved "https://registry.yarnpkg.com/@primer/behaviors/-/behaviors-1.3.1.tgz#febae28e5f7824f1fa547389b3ff8563e171da58" integrity sha512-aMRDUQ350lk0FxtL5gJWPFHHOSSzDbJ6uNJVIt8XSqiGe1pxuW5mVVfrEp1uvzZ0pCHkCdm9fycjnfOeMeIrOQ== -"@primer/primitives@^7.11.3": - version "7.11.3" - resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.11.3.tgz#ec41816368cd827a5902a5a933b1535204b47194" - integrity sha512-od+rjE04X5sAtGncn9v7/ehZS2O9/tBpQpRsNirU5d4EuOwWMXTt3c6zMBkke136jbmJ0VbGhU+DrLwhj0AM9w== +"@primer/primitives@^7.11.5": + version "7.11.5" + resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.11.5.tgz#df36599f70d7a8283ce967c17c0e808ecb3984a2" + integrity sha512-UmFQA0BZ5BIQKrlKg1TOEjDzeeI2NWyeh/5cCvXVOjfLegCXIlHf/xCLl1KCYO4YeegHmC9g5tpPLTlWjtcbaA== + dependencies: + markdown-table-ts "^1.0.3" "@primer/stylelint-config@^12.4.0": version "12.7.0" @@ -4245,6 +4247,11 @@ map-obj@^4.0.0: resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== +markdown-table-ts@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/markdown-table-ts/-/markdown-table-ts-1.0.3.tgz#46e4163805f1ca0b1076863b93996ba77436f990" + integrity sha512-lYrp7FXmBqpmGmsEF92WnSukdgYvLm15FPIODZOx9+3nobkxJxjBYcszqZf5VqTjBtISPSNC7zjU9o3zwpL6AQ== + mathml-tag-names@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"