From 1dbc005f5f253c08f074c4017cb996e1e711ef48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:40:00 +0000 Subject: [PATCH] chore: bump chromatic from 6.20.0 to 6.22.0 Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.20.0 to 6.22.0. - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.20.0...v6.22.0) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-minor ... 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 fe76725..321bc31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "autoprefixer": "^10.4.14", - "chromatic": "^6.20.0", + "chromatic": "^6.22.0", "eslint": "^8.46.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-vue": "^9.16.1", @@ -10692,9 +10692,9 @@ } }, "node_modules/chromatic": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-6.20.0.tgz", - "integrity": "sha512-PN00MNAg++kXl9HM4JgTHJAMiJQ+nZYhtmKF+viZ6N//CLN5sZrHK5x5TSj/0z/cMhx2gGtbwgRhLHGGqxpj5w==", + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-6.22.0.tgz", + "integrity": "sha512-PBZAhTzjQvx+B4nXmEgvySmR9+a8hgt7zuTT3NhC0BT1Wf08T6gjnl4bZR5Dg5V4PfCeQvP5uROPS7QFdzZeyA==", "dev": true, "bin": { "chroma": "dist/bin.js", @@ -38535,9 +38535,9 @@ "dev": true }, "chromatic": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-6.20.0.tgz", - "integrity": "sha512-PN00MNAg++kXl9HM4JgTHJAMiJQ+nZYhtmKF+viZ6N//CLN5sZrHK5x5TSj/0z/cMhx2gGtbwgRhLHGGqxpj5w==", + "version": "6.22.0", + "resolved": "https://registry.npmjs.org/chromatic/-/chromatic-6.22.0.tgz", + "integrity": "sha512-PBZAhTzjQvx+B4nXmEgvySmR9+a8hgt7zuTT3NhC0BT1Wf08T6gjnl4bZR5Dg5V4PfCeQvP5uROPS7QFdzZeyA==", "dev": true }, "chrome-trace-event": { diff --git a/package.json b/package.json index e984ca4..c713a48 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "autoprefixer": "^10.4.14", - "chromatic": "^6.20.0", + "chromatic": "^6.22.0", "eslint": "^8.46.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-vue": "^9.16.1",