From a94ed75979899c841f0c13b0df1b08af574d7880 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Fri, 1 Aug 2025 11:51:37 +0200 Subject: [PATCH] Update peerDependencies to include storybook 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 4b4c264c..13303575 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 2457dc54..cf5f8cfb 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