From 9e90b4fd97565cada7efe867d62f2fa52eb39d0c Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Fri, 1 Aug 2025 12:20:31 +0200 Subject: [PATCH] Update peerDependencies for storybook to include version 9.2.0-0 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d5263a0..2b7b4d85 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "wait-on": "^7.2.0" }, "peerDependencies": { - "storybook": "^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0" + "storybook": "^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0" }, "engines": { "node": ">=20.0.0" diff --git a/yarn.lock b/yarn.lock index 9af48c52..8b8a9156 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2986,7 +2986,7 @@ __metadata: vite: "npm:^6.3.2" wait-on: "npm:^7.2.0" peerDependencies: - storybook: ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 + storybook: ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0 bin: test-storybook: ./dist/test-storybook.js languageName: unknown