Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 35e8f075a7 v11.16.0 2024-10-25 18:12:42 +00:00
3 changed files with 830 additions and 849 deletions
-3
View File
@@ -80,9 +80,6 @@ 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
+827 -842
View File
File diff suppressed because one or more lines are too long
+3 -4
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "11.26.0",
"version": "11.16.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -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",
@@ -163,7 +162,7 @@
"read-package-up": "^11.0.0",
"semver": "^7.3.5",
"slash": "^3.0.0",
"snyk-nodejs-lockfile-parser": "^1.58.18",
"snyk-nodejs-lockfile-parser": "^1.52.1",
"sort-package-json": "1.50.0",
"storybook": "^8.1.5",
"string-argv": "^0.3.1",