From d63d6253ea90eb85c34cc1ba7f02278cf1e2d680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 10:12:41 +0000 Subject: [PATCH] Bump chromatic from 5.6.3 to 5.7.0 Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 5.6.3 to 5.7.0. - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/next/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-cli/compare/v5.6.3...v5.7.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b11ac08..434aaa8b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@storybook/react": "^6.1.21", "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", "auto": "^10.18.3", - "chromatic": "^5.6.3", + "chromatic": "^5.7.0", "cross-env": "^7.0.3", "enzyme": "^3.11.0", "enzyme-to-json": "^3.6.1", diff --git a/yarn.lock b/yarn.lock index 8fd12fe6..ac441f14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5245,10 +5245,10 @@ chownr@^2.0.0: resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== -chromatic@^5.6.3: - version "5.6.3" - resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-5.6.3.tgz#5b1ef3a9ff60b617f9ee1397921951e6e2f08a8c" - integrity sha512-GjTWCxXD8bbOAIH8rPxIB0O96temNLis2fyCFHNwaSX762xx7mdZr8R6aEkBVjYVP5gY/l6tszPpMeCav6bNiQ== +chromatic@^5.7.0: + version "5.7.0" + resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-5.7.0.tgz#2e3cf1edb32da2c65547ca7809a516ce8aea5039" + integrity sha512-vcHNFTzjJGwlIDLzrR9lhIaCsxgUtyBQPPxn/+cFu9fLXox28Zgsfv0ccK5/gRc4fM5aF/ePMkdpgzVzEuyfuA== dependencies: "@actions/core" "^1.2.4" "@actions/github" "^4.0.0"