From b03865cc7b7ec422399b80996a695d045401d0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:50:48 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.29.3 to 0.32.2 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.29.3 to 0.32.2. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.32.2/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor ... 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..da62beb2e6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/sitemap": "^3.2.1", - "@astrojs/starlight": "^0.29.2", + "@astrojs/starlight": "^0.32.2", "@astrojs/tailwind": "^5.1.2", "@astrojs/vue": "^4.5.3", "@vitejs/plugin-vue": "^5.0.4",