From a874921a64851e19dd0c8a1be5e512fd24a2e566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 05:11:34 +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.2.5 to 8.2.9. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/preview-api) --- updated-dependencies: - dependency-name: "@storybook/preview-api" dependency-type: direct:development update-type: version-update:semver-patch ... 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 6f7bfd93a..b1184402d 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -39,7 +39,7 @@ "@storybook/addons": "^7.6.17", "@storybook/blocks": "^8.2.9", "@storybook/nextjs": "^8.2.5", - "@storybook/preview-api": "^8.1.6", + "@storybook/preview-api": "^8.2.9", "@storybook/react": "^7.4.6", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^8.1.6", @@ -6251,16 +6251,16 @@ } }, "node_modules/@storybook/preview-api": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.5.tgz", - "integrity": "sha512-C5A3MtubUM5Tq1An1gIqiEmiBX4ybaTzAeBuohsqToPmWHvM2uIdSl6XpTyQQJowkvrqBKjchqZUy/2mynX4lQ==", + "version": "8.2.9", + "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.9.tgz", + "integrity": "sha512-D8/t+a78OJqQAcT/ABa1C4YM/OaLGQ9IvCsp3Q9ruUqDCwuZBj8bG3D4477dlY4owX2ycC0rWYu3VvuK0EmJjA==", "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.2.5" + "storybook": "^8.2.9" } }, "node_modules/@storybook/react": { diff --git a/dashboard/package.json b/dashboard/package.json index 6fe94bf8e..752563e6c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -49,7 +49,7 @@ "@storybook/addons": "^7.6.17", "@storybook/blocks": "^8.2.9", "@storybook/nextjs": "^8.2.5", - "@storybook/preview-api": "^8.1.6", + "@storybook/preview-api": "^8.2.9", "@storybook/react": "^7.4.6", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^8.1.6",