From f6aed65fcc7a3dda8ac8cf2de84700f979376d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:22:00 +0000 Subject: [PATCH] build(deps-dev): bump @storybook/preview-api in /dashboard Bumps [@storybook/preview-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api) from 8.3.5 to 8.4.1. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v8.4.1/code/lib/preview-api) --- updated-dependencies: - dependency-name: "@storybook/preview-api" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 10 +++++----- dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index dddd97203..83bfd25a3 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -39,7 +39,7 @@ "@storybook/addons": "^7.6.17", "@storybook/blocks": "^8.3.5", "@storybook/nextjs": "^8.3.5", - "@storybook/preview-api": "^8.3.5", + "@storybook/preview-api": "^8.4.1", "@storybook/react": "^8.3.5", "@storybook/test": "^8.3.5", "@storybook/testing-library": "^0.2.2", @@ -5465,16 +5465,16 @@ } }, "node_modules/@storybook/preview-api": { - "version": "8.3.5", - "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.3.5.tgz", - "integrity": "sha512-VPqpudE8pmjTLvdNJoW/2//nqElDgUOmIn3QxbbCmdZTHDg5tFtxuqwdlNfArF0TxvTSBDIulXt/Q6K56TAfTg==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.4.1.tgz", + "integrity": "sha512-VdnESYfXCUasNtMd5s1Q8DPqMnAUdpROn8mE8UAD79Cy7DSNesI1q0SATuJqh5iYCT/+3Tpjfghsr2zC/mOh8w==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.3.5" + "storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0" } }, "node_modules/@storybook/react": { diff --git a/dashboard/package.json b/dashboard/package.json index 4df200851..e6a44b2fb 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -49,7 +49,7 @@ "@storybook/addons": "^7.6.17", "@storybook/blocks": "^8.3.5", "@storybook/nextjs": "^8.3.5", - "@storybook/preview-api": "^8.3.5", + "@storybook/preview-api": "^8.4.1", "@storybook/react": "^8.3.5", "@storybook/test": "^8.3.5", "@storybook/testing-library": "^0.2.2",