Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cfa065cbd | |||
| c7b4de89a3 | |||
| 2e159400ff | |||
| e8cc4c3177 | |||
| 2bac6c4d60 | |||
| 649b4fd73c | |||
| c93e0bc3a6 |
+12
@@ -21,6 +21,9 @@ 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:
|
||||
@@ -59,6 +62,12 @@ 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
|
||||
@@ -71,6 +80,9 @@ inputs:
|
||||
onlyStoryFiles:
|
||||
description: 'Only run a single story or a subset of stories by their filename(s)'
|
||||
required: false
|
||||
outputDir:
|
||||
description: 'Relative path to target directory containing your Storybook (a temporary directory is used if this is not set)'
|
||||
required: false
|
||||
playwright:
|
||||
description: 'Run build against `@chromatic-com/playwright` test archives'
|
||||
required: false
|
||||
|
||||
+1011
-906
File diff suppressed because one or more lines are too long
+15
-9
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "11.11.0",
|
||||
"version": "11.29.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -75,10 +75,12 @@
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"@antfu/ni": "^0.21.5",
|
||||
"@auto-it/exec": "^11.0.4",
|
||||
"@auto-it/slack": "^11.1.6",
|
||||
"@discoveryjs/json-ext": "^0.5.7",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
|
||||
"@sentry/cli": "^2.37.0",
|
||||
"@sentry/node": "^8.30.0",
|
||||
"@snyk/dep-graph": "^2.9.0",
|
||||
"@storybook/addon-essentials": "^8.1.5",
|
||||
"@storybook/addon-webpack5-compiler-swc": "^1.0.3",
|
||||
"@storybook/csf-tools": "^8.1.5",
|
||||
@@ -101,7 +103,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
"ansi-html": "0.0.8",
|
||||
"ansi-html": "0.0.9",
|
||||
"any-observable": "^0.5.1",
|
||||
"archiver": "^5.3.0",
|
||||
"async-retry": "^1.3.3",
|
||||
@@ -113,11 +115,12 @@
|
||||
"cross-env": "^7.0.3",
|
||||
"cross-spawn": "^7.0.2",
|
||||
"debug": "^4.3.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"env-ci": "^5.0.2",
|
||||
"dotenv": "^16.4.5",
|
||||
"env-ci": "^11.1.0",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"eslint-plugin-jsdoc": "^48.2.6",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-no-secrets": "^1.0.2",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
@@ -135,8 +138,9 @@
|
||||
"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": "2.1.0",
|
||||
"junit-report-builder": "3.1.0",
|
||||
"listr": "0.14.3",
|
||||
"listr-update-renderer": "^0.5.0",
|
||||
"meow": "^9.0.0",
|
||||
@@ -157,14 +161,15 @@
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"read-pkg-up": "^7.0.1",
|
||||
"read-package-up": "^11.0.0",
|
||||
"semver": "^7.3.5",
|
||||
"slash": "^3.0.0",
|
||||
"snyk-nodejs-lockfile-parser": "^1.52.1",
|
||||
"snyk-nodejs-lockfile-parser": "^1.58.18",
|
||||
"snyk-nodejs-plugin": "^1.4.3",
|
||||
"sort-package-json": "1.50.0",
|
||||
"storybook": "^8.1.5",
|
||||
"string-argv": "^0.3.1",
|
||||
"strip-ansi": "6.0.0",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tmp-promise": "3.0.2",
|
||||
"ts-dedent": "^1.0.0",
|
||||
"ts-loader": "^9.2.5",
|
||||
@@ -174,6 +179,7 @@
|
||||
"util-deprecate": "^1.0.2",
|
||||
"uuid": "^8.3.2",
|
||||
"vite": "^4.4.9",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^2.0.5",
|
||||
"why-is-node-running": "^2.1.2",
|
||||
"xxhash-wasm": "^1.0.2",
|
||||
|
||||
Reference in New Issue
Block a user