From e66c397415d7cbc24a10dcb69227c7007a013502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 09:38:33 +0000 Subject: [PATCH] Chore(deps): bump @astrojs/check from 0.7.0 to 0.9.3 in /www Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.7.0 to 0.9.3. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.9.3/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" 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..543137a 100644 --- a/www/package.json +++ b/www/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@abhushanaj/react-hooks": "workspace:*", - "@astrojs/check": "^0.7.0", + "@astrojs/check": "^0.9.3", "@astrojs/react": "^3.5.0", "@astrojs/starlight": "^0.24.0", "@astrojs/starlight-tailwind": "^2.0.3",