Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 81dfdf89d3 v11.3.2 2024-05-08 15:09:35 +00:00
2 changed files with 457 additions and 449 deletions
+447 -446
View File
File diff suppressed because one or more lines are too long
+10 -3
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "11.0.8",
"version": "11.3.2",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -85,7 +85,7 @@
"trace": "./dist/bin.js trace",
"trim-stats": "./dist/bin.js trim-stats-file",
"storybook": "start-storybook -p 9009 -s static",
"test": "vitest run && vitest run -c vitest.no-threads.config.ts",
"test": "vitest run --coverage && vitest run -c vitest.no-threads.config.ts",
"prepare": "husky install && npm run build",
"dev": "tsup --watch",
"lint-staged": "lint-staged"
@@ -134,6 +134,7 @@
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/coverage-v8": "^0.34.4",
"ansi-html": "0.0.8",
"any-observable": "^0.5.1",
"archiver": "^5.3.0",
@@ -228,7 +229,13 @@
},
"plugins": [
"npm",
"released"
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
]
},
"docs": "https://www.chromatic.com/docs/cli",