From 42cae13f2ccbae349b9360a159356dce123460e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:37:41 +0000 Subject: [PATCH] Bump @astrojs/check from 0.2.1 to 0.3.0 Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.2.1 to 0.3.0. - [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.3.0/packages/astro-check) --- updated-dependencies: - dependency-name: "@astrojs/check" 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 ccc585ed..ee3c20da 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "start": "astro dev" }, "dependencies": { - "@astrojs/check": "0.2.1", + "@astrojs/check": "0.3.0", "@astrojs/prefetch": "0.4.1", "@astrojs/sitemap": "3.0.2", "@tailwindcss/aspect-ratio": "0.4.2",