From 8c466e23ea5a8ccf5837760432ec9c1d22f51394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:53:38 +0000 Subject: [PATCH] chore(deps-dev): Bump chromatic from 15.3.1 to 16.0.0 in /apps/storybook Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 15.3.1 to 16.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/v15.3.1...v16.0.0) --- updated-dependencies: - dependency-name: chromatic dependency-version: 16.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/storybook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 673e12a..0653685 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -34,7 +34,7 @@ "@types/node": "^25", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "chromatic": "^15.2.0", + "chromatic": "^16.0.0", "postcss": "^8", "storybook": "^10.2.16", "tailwindcss": "^4.2.1",