Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5269a1d11 |
+505
-507
File diff suppressed because one or more lines are too long
+3
-11
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "10.2.0",
|
||||
"version": "9.1.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",
|
||||
"release": "yarn run build && auto shipit && yarn run publish-action",
|
||||
"publish-action": "./scripts/publish-action.mjs",
|
||||
"trace": "./dist/bin.js trace",
|
||||
"trim-stats": "./dist/bin.js trim-stats-file",
|
||||
@@ -108,7 +108,6 @@
|
||||
"@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",
|
||||
@@ -191,7 +190,6 @@
|
||||
"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"
|
||||
@@ -204,13 +202,7 @@
|
||||
"baseBranch": "main",
|
||||
"plugins": [
|
||||
"npm",
|
||||
"released",
|
||||
[
|
||||
"exec",
|
||||
{
|
||||
"afterShipIt": "yarn run publish-action"
|
||||
}
|
||||
]
|
||||
"released"
|
||||
]
|
||||
},
|
||||
"docs": "https://www.chromatic.com/docs/cli",
|
||||
|
||||
Reference in New Issue
Block a user