From 1dc23b82c977bd5549396d449a4409b4ccba7a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:46:47 +0000 Subject: [PATCH] Bump @astrojs/vue from 4.5.3 to 5.0.8 Bumps [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) from 4.5.3 to 5.0.8. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vue/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/vue@5.0.8/packages/integrations/vue) --- updated-dependencies: - dependency-name: "@astrojs/vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4101580c3d..c91cdceafc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.29.2", "@astrojs/tailwind": "^5.1.2", - "@astrojs/vue": "^4.5.3", + "@astrojs/vue": "^5.0.8", "@vitejs/plugin-vue": "^5.0.4", "astro": "^4.16.14", "sharp": "^0.32.6",