diff --git a/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-dark-high-contrast-topicTag-borderColor-linux.png b/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-dark-high-contrast-topicTag-borderColor-linux.png index a983287a6..e630605f7 100644 Binary files a/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-dark-high-contrast-topicTag-borderColor-linux.png and b/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-dark-high-contrast-topicTag-borderColor-linux.png differ diff --git a/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-light-high-contrast-topicTag-borderColor-linux.png b/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-light-high-contrast-topicTag-borderColor-linux.png index f677a3052..0d14be197 100644 Binary files a/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-light-high-contrast-topicTag-borderColor-linux.png and b/.playwright/snapshots/storybook.test.ts-snapshots/storybook-all-color-swatches-light-high-contrast-topicTag-borderColor-linux.png differ diff --git a/package-lock.json b/package-lock.json index 47b68ef07..6bfedc260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@primer/primitives", - "version": "10.0.0", + "version": "10.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@primer/primitives", - "version": "10.0.0", + "version": "10.1.0", "license": "MIT", "devDependencies": { "@actions/core": "^1.11.1", @@ -39,10 +39,6 @@ "vitest": "^2.0.3", "zod": "3.23", "zod-validation-error": "3.4" - }, - "optionalDependencies": { - "@esbuild/linux-x64": "0.24.0", - "@rollup/rollup-linux-x64-gnu": "^4.22.0" } }, "node_modules/@actions/core": { @@ -767,21 +763,6 @@ "node": ">=18" } }, - "node_modules/@esbuild/linux-x64": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.0.tgz", - "integrity": "sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, "node_modules/@esbuild/netbsd-x64": { "version": "0.23.1", "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", @@ -1675,18 +1656,6 @@ "linux" ] }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.28.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.0.tgz", - "integrity": "sha512-Nl4KIzteVEKE9BdAvYoTkW19pa7LR/RBrT6F1dJCV/3pbjwDcaOq+edkP0LXuJ9kflW/xOK414X78r+K84+msw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ] - }, "node_modules/@rollup/rollup-linux-x64-musl": { "version": "4.27.3", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.27.3.tgz", diff --git a/package.json b/package.json index 26d708ef7..d597db222 100644 --- a/package.json +++ b/package.json @@ -77,9 +77,5 @@ "vitest": "^2.0.3", "zod": "3.23", "zod-validation-error": "3.4" - }, - "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.22.0", - "@esbuild/linux-x64": "0.24.0" } }