Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 856cdf424d v10.3.1 2024-01-23 18:57:54 +00:00
3 changed files with 738 additions and 656 deletions
+3
View File
@@ -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
View File
File diff suppressed because one or more lines are too long
+14 -3
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "10.2.0",
"version": "10.3.1",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -16,10 +16,13 @@
},
"repository": {
"type": "git",
"url": "https://github.com/chromaui/chromatic-cli.git"
"url": "git+https://github.com/chromaui/chromatic-cli.git"
},
"license": "MIT",
"author": "Chromatic <support@chromatic.com>",
"author": {
"name": "Chromatic",
"email": "support@chromatic.com"
},
"exports": {
".": {
"types": "./dist/node.d.ts",
@@ -126,6 +129,7 @@
"@types/node": "18.x",
"@types/picomatch": "^2.3.0",
"@types/progress-stream": "^2.0.2",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
@@ -134,6 +138,7 @@
"archiver": "^5.3.0",
"async-retry": "^1.3.3",
"auto": "^11.0.4",
"boxen": "^7.1.1",
"chalk": "^4.1.2",
"cpy": "^8.1.2",
"cross-env": "^7.0.3",
@@ -150,6 +155,8 @@
"execa": "^7.2.0",
"fake-tag": "^2.0.0",
"filesize": "^10.1.0",
"find-up": "^7.0.0",
"formdata-node": "^6.0.3",
"fs-extra": "^10.0.0",
"https-proxy-agent": "^7.0.2",
"husky": "^7.0.0",
@@ -171,6 +178,7 @@
"pluralize": "^8.0.0",
"prettier": "^2.3.2",
"progress-stream": "^2.0.0",
"prompts": "^2.4.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@@ -202,6 +210,9 @@
},
"auto": {
"baseBranch": "main",
"canary": {
"force": true
},
"plugins": [
"npm",
"released",