Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9067691ac |
+629
-660
File diff suppressed because one or more lines are too long
+6
-13
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "chromatic",
|
"name": "chromatic",
|
||||||
"version": "11.3.0",
|
"version": "10.9.5",
|
||||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"storybook-addon",
|
"storybook-addon",
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
"trace": "./dist/bin.js trace",
|
"trace": "./dist/bin.js trace",
|
||||||
"trim-stats": "./dist/bin.js trim-stats-file",
|
"trim-stats": "./dist/bin.js trim-stats-file",
|
||||||
"storybook": "start-storybook -p 9009 -s static",
|
"storybook": "start-storybook -p 9009 -s static",
|
||||||
"test": "vitest run --coverage && vitest run -c vitest.no-threads.config.ts",
|
"test": "vitest run && vitest run -c vitest.no-threads.config.ts",
|
||||||
"prepare": "husky install && npm run build",
|
"prepare": "husky install && npm run build",
|
||||||
"dev": "tsup --watch",
|
"dev": "tsup --watch",
|
||||||
"lint-staged": "lint-staged"
|
"lint-staged": "lint-staged"
|
||||||
@@ -134,12 +134,11 @@
|
|||||||
"@types/semver": "^7.3.9",
|
"@types/semver": "^7.3.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||||
"@typescript-eslint/parser": "^6.8.0",
|
"@typescript-eslint/parser": "^6.8.0",
|
||||||
"@vitest/coverage-v8": "^0.34.4",
|
|
||||||
"ansi-html": "0.0.8",
|
"ansi-html": "0.0.8",
|
||||||
"any-observable": "^0.5.1",
|
"any-observable": "^0.5.1",
|
||||||
"archiver": "^5.3.0",
|
"archiver": "^5.3.0",
|
||||||
"async-retry": "^1.3.3",
|
"async-retry": "^1.3.3",
|
||||||
"auto": "^11.0.5",
|
"auto": "^11.0.4",
|
||||||
"boxen": "^7.1.1",
|
"boxen": "^7.1.1",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^4.1.2",
|
||||||
"cpy": "^8.1.2",
|
"cpy": "^8.1.2",
|
||||||
@@ -207,8 +206,8 @@
|
|||||||
"zod": "^3.22.2"
|
"zod": "^3.22.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@chromatic-com/cypress": "^0.*.* || ^1.0.0",
|
"@chromatic-com/cypress": "^0.5.2 || ^1.0.0",
|
||||||
"@chromatic-com/playwright": "^0.*.* || ^1.0.0"
|
"@chromatic-com/playwright": "^0.5.2 || ^1.0.0"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@chromatic-com/cypress": {
|
"@chromatic-com/cypress": {
|
||||||
@@ -229,13 +228,7 @@
|
|||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"npm",
|
"npm",
|
||||||
"released",
|
"released"
|
||||||
[
|
|
||||||
"exec",
|
|
||||||
{
|
|
||||||
"afterShipIt": "yarn run publish-action"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"docs": "https://www.chromatic.com/docs/cli",
|
"docs": "https://www.chromatic.com/docs/cli",
|
||||||
|
|||||||
Reference in New Issue
Block a user