From 3f4b6af85d388388e7c6dbb263ce80805ec14367 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 10 Mar 2026 11:24:21 +0100 Subject: [PATCH 1/3] Update peerDependencies in package.json and yarn.lock to include pre-release versions for @chromatic-com/cypress and @chromatic-com/playwright --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 813b27df8..af6dfd7f8 100644 --- a/package.json +++ b/package.json @@ -216,8 +216,8 @@ "zod": "^3.22.2" }, "peerDependencies": { - "@chromatic-com/cypress": "^0.*.* || ^1.0.0", - "@chromatic-com/playwright": "^0.*.* || ^1.0.0" + "@chromatic-com/cypress": "^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0", + "@chromatic-com/playwright": "^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0" }, "peerDependenciesMeta": { "@chromatic-com/cypress": { diff --git a/yarn.lock b/yarn.lock index 4640126ea..127067094 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7728,8 +7728,8 @@ __metadata: zen-observable: "npm:^0.8.15" zod: "npm:^3.22.2" peerDependencies: - "@chromatic-com/cypress": ^0.*.* || ^1.0.0 - "@chromatic-com/playwright": ^0.*.* || ^1.0.0 + "@chromatic-com/cypress": ^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0 + "@chromatic-com/playwright": ^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0 peerDependenciesMeta: "@chromatic-com/cypress": optional: true From 05c66bca2a69ce9d85fff640b92524591982ccdf Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 10 Mar 2026 11:25:52 +0100 Subject: [PATCH 2/3] Update peerDependencies in package.json and yarn.lock to standardize versioning for @chromatic-com/cypress and @chromatic-com/playwright --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index af6dfd7f8..7af8b8515 100644 --- a/package.json +++ b/package.json @@ -216,8 +216,8 @@ "zod": "^3.22.2" }, "peerDependencies": { - "@chromatic-com/cypress": "^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0", - "@chromatic-com/playwright": "^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0" + "@chromatic-com/cypress": "^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0", + "@chromatic-com/playwright": "^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0" }, "peerDependenciesMeta": { "@chromatic-com/cypress": { diff --git a/yarn.lock b/yarn.lock index 127067094..e6eee13d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7728,8 +7728,8 @@ __metadata: zen-observable: "npm:^0.8.15" zod: "npm:^3.22.2" peerDependencies: - "@chromatic-com/cypress": ^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0 - "@chromatic-com/playwright": ^0.*.* || ^1.0.0 || ^0.0.0-0 || ^1.0.0-0 + "@chromatic-com/cypress": ^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0 + "@chromatic-com/playwright": ^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0 peerDependenciesMeta: "@chromatic-com/cypress": optional: true From 7843ad8a924600ad49f1fdbc06dfe31dbb01e0f4 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 10 Mar 2026 12:47:57 +0100 Subject: [PATCH 3/3] Update peerDependencies in package.json and yarn.lock to include specific pre-release versions for @chromatic-com/cypress and @chromatic-com/playwright --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7af8b8515..51bb04db3 100644 --- a/package.json +++ b/package.json @@ -216,8 +216,8 @@ "zod": "^3.22.2" }, "peerDependencies": { - "@chromatic-com/cypress": "^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0", - "@chromatic-com/playwright": "^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0" + "@chromatic-com/cypress": "^0.*.* || ^0.12.0-0 || ^0.13.0-0 || ^1.0.0 || ^1.0.0-0", + "@chromatic-com/playwright": "^0.*.* || ^0.12.0-0 || ^0.13.0-0 || ^1.0.0 || ^1.0.0-0" }, "peerDependenciesMeta": { "@chromatic-com/cypress": { diff --git a/yarn.lock b/yarn.lock index e6eee13d2..8c0064b2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7728,8 +7728,8 @@ __metadata: zen-observable: "npm:^0.8.15" zod: "npm:^3.22.2" peerDependencies: - "@chromatic-com/cypress": ^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0 - "@chromatic-com/playwright": ^0.*.* || ^0.0.0-0 || ^1.0.0 || ^1.0.0-0 + "@chromatic-com/cypress": ^0.*.* || ^0.12.0-0 || ^0.13.0-0 || ^1.0.0 || ^1.0.0-0 + "@chromatic-com/playwright": ^0.*.* || ^0.12.0-0 || ^0.13.0-0 || ^1.0.0 || ^1.0.0-0 peerDependenciesMeta: "@chromatic-com/cypress": optional: true