Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f2cdb26c0 |
+419
-417
File diff suppressed because one or more lines are too long
+13
-8
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "10.6.1",
|
||||
"version": "10.4.0",
|
||||
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
|
||||
"keywords": [
|
||||
"storybook-addon",
|
||||
@@ -38,8 +38,7 @@
|
||||
"types": "./isChromatic.d.ts",
|
||||
"require": "./isChromatic.js",
|
||||
"import": "./isChromatic.mjs"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
},
|
||||
"main": "isChromatic.js",
|
||||
"module": "isChromatic.mjs",
|
||||
@@ -206,14 +205,14 @@
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"chromatic-cypress": "^0.4.0 || ^1.0.0",
|
||||
"chromatic-playwright": "^0.4.0 || ^1.0.0"
|
||||
"chromatic-playwright": "^0.4.0 || ^1.0.0",
|
||||
"chromatic-cypress": "^0.4.0 || ^1.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"chromatic-cypress": {
|
||||
"chromatic-playwright": {
|
||||
"optional": true
|
||||
},
|
||||
"chromatic-playwright": {
|
||||
"chromatic-cypress": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
@@ -228,7 +227,13 @@
|
||||
},
|
||||
"plugins": [
|
||||
"npm",
|
||||
"released"
|
||||
"released",
|
||||
[
|
||||
"exec",
|
||||
{
|
||||
"afterShipIt": "yarn run publish-action"
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"docs": "https://www.chromatic.com/docs/cli",
|
||||
|
||||
Reference in New Issue
Block a user