From b011820a5cce3291380864a363ae87d157c5edce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 09:20:06 +0000 Subject: [PATCH] Chore(deps): bump @astrojs/starlight from 0.24.5 to 0.25.4 in /www Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.24.5 to 0.25.4. - [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.25.4/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index a3e0c09..be9c4d8 100644 --- a/www/package.json +++ b/www/package.json @@ -18,7 +18,7 @@ "@abhushanaj/react-hooks": "workspace:*", "@astrojs/check": "^0.7.0", "@astrojs/react": "^3.5.0", - "@astrojs/starlight": "^0.24.0", + "@astrojs/starlight": "^0.25.4", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.10.1",