Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic c6e348fcea v11.9.0 2024-09-11 20:15:29 +00:00
3 changed files with 61 additions and 58 deletions
+3
View File
@@ -86,6 +86,9 @@ inputs:
skip:
description: 'Skip Chromatic tests, but mark the commit as passing'
required: false
skipUpdateCheck:
description: 'Skips Chromatic CLI update check'
required: false
storybookBaseDir:
description: 'Relative path from repository root to Storybook project root'
required: false
+55 -55
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "11.5.3",
"version": "11.9.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -99,7 +99,7 @@
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/coverage-v8": "^0.34.4",
"@vitest/coverage-v8": "^2.0.5",
"ansi-html": "0.0.8",
"any-observable": "^0.5.1",
"archiver": "^5.3.0",
@@ -167,7 +167,7 @@
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"vite": "^4.4.9",
"vitest": "^0.34.4",
"vitest": "^2.0.5",
"why-is-node-running": "^2.1.2",
"xxhash-wasm": "^1.0.2",
"yarn-or-npm": "^3.0.1",