Compare commits

..

1 Commits

Author SHA1 Message Date
Chromatic 05a82adb1e v10.6.1 2024-01-26 16:06:22 -08:00
2 changed files with 7 additions and 13 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+6 -12
View File
@@ -1,6 +1,6 @@
{
"name": "chromatic",
"version": "10.5.2",
"version": "10.6.1",
"description": "Automate visual testing across browsers. Gather UI feedback. Versioned documentation.",
"keywords": [
"storybook-addon",
@@ -206,14 +206,14 @@
"zod": "^3.22.2"
},
"peerDependencies": {
"chromatic-playwright": "^0.4.0 || ^1.0.0",
"chromatic-cypress": "^0.4.0 || ^1.0.0"
"chromatic-cypress": "^0.4.0 || ^1.0.0",
"chromatic-playwright": "^0.4.0 || ^1.0.0"
},
"peerDependenciesMeta": {
"chromatic-playwright": {
"chromatic-cypress": {
"optional": true
},
"chromatic-cypress": {
"chromatic-playwright": {
"optional": true
}
},
@@ -228,13 +228,7 @@
},
"plugins": [
"npm",
"released",
[
"exec",
{
"afterShipIt": "yarn run publish-action"
}
]
"released"
]
},
"docs": "https://www.chromatic.com/docs/cli",