From d4f1af65a4069db957d2a94bf143c5a4163578f2 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Tue, 28 Oct 2025 12:45:41 +0100 Subject: [PATCH] allow for canaries --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9743b4..b1150c2 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "wait-on": "^7.2.0" }, "peerDependencies": { - "storybook": "^10.0.0 || ^10.0.0-0" + "storybook": "^0.0.0-0 || ^10.0.0 || ^10.0.0-0" }, "packageManager": "yarn@4.5.1", "engines": { diff --git a/yarn.lock b/yarn.lock index 99b66dd..6111f0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2992,7 +2992,7 @@ __metadata: vitest: "npm:^3.2.4" wait-on: "npm:^7.2.0" peerDependencies: - storybook: ^10.0.0 || ^10.0.0-0 + storybook: ^0.0.0-0 || ^10.0.0 || ^10.0.0-0 bin: test-storybook: ./dist/test-storybook.js languageName: unknown