From 1faee19d4ca733066c595080ce467503175086b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 16:02:29 +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 63870c9..997d58f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@storybook/react": "^6.1.21", "@svgr/webpack": "^5.5.0", "babel-loader": "^8.2.2", - "chromatic": "^5.6.3", + "chromatic": "^5.7.0", "css-loader": "^5.1.2", "eslint": "^7.21.0", "eslint-config-google": "^0.14.0", diff --git a/yarn.lock b/yarn.lock index 2a42952..bb08d8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4026,10 +4026,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"