Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fb6b0407c |
@@ -21,6 +21,9 @@ inputs:
|
||||
buildScriptName:
|
||||
description: 'The npm script that builds your Storybook [build-storybook]'
|
||||
required: false
|
||||
configFile:
|
||||
description: 'Path from where to load the Chromatic config JSON file.'
|
||||
required: false
|
||||
debug:
|
||||
description: 'Output verbose debugging information'
|
||||
required: false
|
||||
|
||||
+721
-653
File diff suppressed because one or more lines are too long
+5
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "10.2.0",
|
||||
"version": "10.3.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -125,7 +125,6 @@
|
||||
"@types/listr": "^0.14.4",
|
||||
"@types/node": "18.x",
|
||||
"@types/picomatch": "^2.3.0",
|
||||
"@types/progress-stream": "^2.0.2",
|
||||
"@types/semver": "^7.3.9",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
@@ -150,6 +149,7 @@
|
||||
"execa": "^7.2.0",
|
||||
"fake-tag": "^2.0.0",
|
||||
"filesize": "^10.1.0",
|
||||
"formdata-node": "^6.0.3",
|
||||
"fs-extra": "^10.0.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"husky": "^7.0.0",
|
||||
@@ -170,7 +170,6 @@
|
||||
"pkg-up": "^3.1.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"progress-stream": "^2.0.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
@@ -202,6 +201,9 @@
|
||||
},
|
||||
"auto": {
|
||||
"baseBranch": "main",
|
||||
"canary": {
|
||||
"force": true
|
||||
},
|
||||
"plugins": [
|
||||
"npm",
|
||||
"released",
|
||||
|
||||
Reference in New Issue
Block a user