From 32579f50ba4cb9f4e4960de014de8751863ba344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:16:07 +1000 Subject: [PATCH] Bump chromatic from 7.6.0 to 9.0.0 (#1314) Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.6.0 to 9.0.0. - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.6.0...v9.0.0) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4d5416c5..e35588478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@storybook/html-webpack5": "^7.5.3", "@storybook/testing-library": "^0.2.2", "babel-loader": "^9.1.3", - "chromatic": "^7.6.0", + "chromatic": "^9.0.0", "chromium": "^3.0.3", "concurrently": "^8.2.2", "copy-webpack-plugin": "^11.0.0", @@ -11377,9 +11377,9 @@ } }, "node_modules/chromatic": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-7.6.0.tgz", - "integrity": "sha512-4MwlX8EDMyfQKf1NXTdUhJ2b0EYueByaVrF75pdFaOzHH7n3OhzknmQYbUSegLiFhKvHuvM8nZvf9SCajO+Cow==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-9.0.0.tgz", + "integrity": "sha512-PczbWYOfqsf/SM0yIzI3ZOpFznEyf9Fc96EkxoYkhztFaA9CEOcpA9nk8zpmNgPUQWmIWNyG7z4xEK40sApFzw==", "dev": true, "bin": { "chroma": "dist/bin.js", diff --git a/package.json b/package.json index cf7eb31af..d55e98c09 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@storybook/html-webpack5": "^7.5.3", "@storybook/testing-library": "^0.2.2", "babel-loader": "^9.1.3", - "chromatic": "^7.6.0", + "chromatic": "^9.0.0", "chromium": "^3.0.3", "concurrently": "^8.2.2", "copy-webpack-plugin": "^11.0.0",