From fb06a1cc07a960dcbceff5409880cb75cccd3eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:08:20 +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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dd46773..ebaab325 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^5.1.0", - "chromatic": "^5.6.3", + "chromatic": "^5.7.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", @@ -8047,9 +8047,9 @@ } }, "node_modules/chromatic": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-5.6.3.tgz", - "integrity": "sha512-GjTWCxXD8bbOAIH8rPxIB0O96temNLis2fyCFHNwaSX762xx7mdZr8R6aEkBVjYVP5gY/l6tszPpMeCav6bNiQ==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-5.7.0.tgz", + "integrity": "sha512-vcHNFTzjJGwlIDLzrR9lhIaCsxgUtyBQPPxn/+cFu9fLXox28Zgsfv0ccK5/gRc4fM5aF/ePMkdpgzVzEuyfuA==", "dev": true, "dependencies": { "@actions/core": "^1.2.4", @@ -36055,9 +36055,9 @@ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" }, "chromatic": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-5.6.3.tgz", - "integrity": "sha512-GjTWCxXD8bbOAIH8rPxIB0O96temNLis2fyCFHNwaSX762xx7mdZr8R6aEkBVjYVP5gY/l6tszPpMeCav6bNiQ==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-5.7.0.tgz", + "integrity": "sha512-vcHNFTzjJGwlIDLzrR9lhIaCsxgUtyBQPPxn/+cFu9fLXox28Zgsfv0ccK5/gRc4fM5aF/ePMkdpgzVzEuyfuA==", "dev": true, "requires": { "@actions/core": "^1.2.4", diff --git a/package.json b/package.json index 40368804..43317cbb 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^5.1.0", - "chromatic": "^5.6.3", + "chromatic": "^5.7.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1",