Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 4e682ee5ee v11.12.6 2024-10-21 16:00:25 +00:00
3 changed files with 839 additions and 870 deletions
-9
View File
@@ -21,9 +21,6 @@ inputs:
buildScriptName:
description: 'The npm script that builds your Storybook [build-storybook]'
required: false
buildCommand:
description: 'The command that builds your Storybook (when your build command does not exist in "scripts" of your package.json)'
required: false
configFile:
description: 'Path from where to load the Chromatic config JSON file.'
cypress:
@@ -62,12 +59,6 @@ inputs:
logFile:
description: 'Write CLI logs to a file'
required: false
logLevel:
description: 'One of: silent, error, warn, info, debug (default: info)'
required: false
logPrefix:
description: 'Custom prefix for log messages (default: current timestamp)'
required: false
only:
description: 'Deprecated, replaced by onlyStoryNames'
required: false
+834 -855
View File
File diff suppressed because one or more lines are too long
+5 -6
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "11.20.1",
"version": "11.12.6",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -114,8 +114,8 @@
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"dotenv": "^16.4.5",
"env-ci": "^11.1.0",
"dotenv": "^8.2.0",
"env-ci": "^5.0.2",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
@@ -137,9 +137,8 @@
"globals": "^15.3.0",
"https-proxy-agent": "^7.0.2",
"husky": "^7.0.0",
"json5": "^2.2.3",
"jsonfile": "^6.0.1",
"junit-report-builder": "3.1.0",
"junit-report-builder": "2.1.0",
"listr": "0.14.3",
"listr-update-renderer": "^0.5.0",
"meow": "^9.0.0",
@@ -160,7 +159,7 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"read-package-up": "^11.0.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.5",
"slash": "^3.0.0",
"snyk-nodejs-lockfile-parser": "^1.52.1",