From 08ac648e5eb0e10a000d309d5f4bafa627373fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:28:44 +0000 Subject: [PATCH] :arrow_up: Bump @storybook/vue3 from 7.6.20 to 8.3.5 in /packages/vue3 Bumps [@storybook/vue3](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/vue3) from 7.6.20 to 8.3.5. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v8.3.5/code/renderers/vue3) --- updated-dependencies: - dependency-name: "@storybook/vue3" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/vue3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 9329ea8d..4c4846aa 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -45,7 +45,7 @@ "@storybook/cli": "7.6.20", "@storybook/manager-api": "7.6.20", "@storybook/theming": "7.6.20", - "@storybook/vue3": "7.6.20", + "@storybook/vue3": "8.3.5", "@storybook/vue3-vite": "7.6.20", "@vitejs/plugin-vue": "4.6.2", "@vitest/coverage-istanbul": "0.34.6",