From cd2e70e7639f09cf42b81657f6b2b392a5f352f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:24:01 +0000 Subject: [PATCH] build(deps-dev): bump chromatic from 6.24.1 to 10.4.0 Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 10.4.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/v6.24.1...v10.4.0) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 b3c09f6..5e4fc35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "@typescript-eslint/eslint-plugin": "5.48.2", "@typescript-eslint/parser": "5.48.2", "autoprefixer": "10.4.14", - "chromatic": "^6.17.4", + "chromatic": "^10.4.0", "css-loader": "^6.7.3", "cypress": "^12.11.0", "eslint": "^8.33.0", @@ -12413,9 +12413,9 @@ } }, "node_modules/chromatic": { - "version": "6.24.1", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-6.24.1.tgz", - "integrity": "sha512-XbpdWWHvFpEHtcq1Km71UcuQ07effB+8q8L47E1Y7HJmJ4ZCoKCuPd8liNrbnvwEAxqfBZvTcONYU/3BPz2i5w==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-10.4.0.tgz", + "integrity": "sha512-6V4SGko4x7RaNJhxFND40kX7XZc4A67ncyXMYKN+RVvo8IubAbhJC4qqo/Pw6cbp5thLpa/x7piychM2zFY/VA==", "dev": true, "bin": { "chroma": "dist/bin.js", diff --git a/package.json b/package.json index 526af9c..444a40e 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@typescript-eslint/eslint-plugin": "5.48.2", "@typescript-eslint/parser": "5.48.2", "autoprefixer": "10.4.14", - "chromatic": "^6.17.4", + "chromatic": "^10.4.0", "css-loader": "^6.7.3", "cypress": "^12.11.0", "eslint": "^8.33.0",