Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic c03d144dc7 v10.2.0 2024-01-10 18:59:39 +00:00
2 changed files with 518 additions and 508 deletions
+507 -505
View File
File diff suppressed because one or more lines are too long
+11 -3
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "9.1.0",
"version": "10.2.0",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -76,7 +76,7 @@
"lint": "yarn lint:js .storybook bin-src node-src test-stories ./isChromatic.js ./isChromatic.mjs",
"lint:js": "cross-env NODE_ENV=production eslint --fix --cache --cache-location=.cache/eslint --ext .js,.json,.mjs,.ts,.cjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"release": "yarn run build && auto shipit && yarn run publish-action",
"release": "yarn run build && auto shipit",
"publish-action": "./scripts/publish-action.mjs",
"trace": "./dist/bin.js trace",
"trim-stats": "./dist/bin.js trim-stats-file",
@@ -108,6 +108,7 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.0.0",
"@antfu/ni": "^0.21.5",
"@auto-it/exec": "^11.0.4",
"@discoveryjs/json-ext": "^0.5.7",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/builder-webpack5": "^6.5.6",
@@ -190,6 +191,7 @@
"vite": "^4.4.9",
"vitest": "^0.34.4",
"why-is-node-running": "^2.1.2",
"xxhash-wasm": "^1.0.2",
"yarn-or-npm": "^3.0.1",
"zen-observable": "^0.8.15",
"zod": "^3.22.2"
@@ -202,7 +204,13 @@
"baseBranch": "main",
"plugins": [
"npm",
"released"
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
]
},
"docs": "https://www.chromatic.com/docs/cli",