Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05a82adb1e |
+1
-1
File diff suppressed because one or more lines are too long
+6
-12
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chromatic",
|
||||
"version": "10.6.0",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user