Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be1963675a |
@@ -47,6 +47,9 @@ inputs:
|
||||
externals:
|
||||
description: 'Disable TurboSnap when any of these files have changed since the baseline build'
|
||||
required: false
|
||||
fileHashing:
|
||||
description: 'Whether to apply file hashing to skip uploading unchanged files (default: true)'
|
||||
required: false
|
||||
forceRebuild:
|
||||
description: 'Do not skip build when a rebuild is detected'
|
||||
required: false
|
||||
|
||||
+605
-577
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "10.9.0",
|
||||
"version": "11.0.2",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -138,7 +138,7 @@
|
||||
"any-observable": "^0.5.1",
|
||||
"archiver": "^5.3.0",
|
||||
"async-retry": "^1.3.3",
|
||||
"auto": "^11.0.4",
|
||||
"auto": "^11.0.5",
|
||||
"boxen": "^7.1.1",
|
||||
"chalk": "^4.1.2",
|
||||
"cpy": "^8.1.2",
|
||||
|
||||
Reference in New Issue
Block a user