From 88e5ae366ab712cee68827efb678e18c69c5506e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:34:11 +0000 Subject: [PATCH] chore(deps-dev): bump chromatic from 11.29.0 to 13.3.0 Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 11.29.0 to 13.3.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/v11.29.0...v13.3.0) --- updated-dependencies: - dependency-name: chromatic dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d8fcc272..83a5bfdca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,6 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "@storybook/addon-a11y": "^8.6.8", - "@storybook/addon-docs": "^8.6.8", "@storybook/addon-essentials": "^8.6.8", "@storybook/addon-interactions": "^8.6.8", "@storybook/angular": "^8.6.12", @@ -48,7 +47,7 @@ "@typescript-eslint/eslint-plugin": "^8.28.0", "angular-eslint": "^20.4.0", "chokidar": "^4.0.3", - "chromatic": "^11.27.0", + "chromatic": "^13.3.2", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.0.11", "identity-obj-proxy": "^3.0.0", @@ -9477,7 +9476,9 @@ } }, "node_modules/chromatic": { - "version": "11.29.0", + "version": "13.3.2", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-13.3.2.tgz", + "integrity": "sha512-hBxbElFH8twWq7GHP52twqmduBkzB7EQZPIrzZA7iD9ZQ2P0Cbo1CDyeVsLz7FdywAKO86YvuXGxaOf7Z0n5eA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 1bcfee077..ef96e4d23 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@typescript-eslint/eslint-plugin": "^8.28.0", "angular-eslint": "^20.4.0", "chokidar": "^4.0.3", - "chromatic": "^11.27.0", + "chromatic": "^13.3.2", "eslint-plugin-prettier": "^5.2.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0",