From ffee05945b0caba5cef216618f02710b6245fd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 09:20:10 +0000 Subject: [PATCH] Chore(deps): bump @astrojs/check from 0.7.0 to 0.9.2 in /www Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.7.0 to 0.9.2. - [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.2/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..2368822 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.2", "@astrojs/react": "^3.5.0", "@astrojs/starlight": "^0.24.0", "@astrojs/starlight-tailwind": "^2.0.3",