From ce7ab1ab56bc100f63805663547bc7300f46088e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:27:49 +0000 Subject: [PATCH] chore(deps): bump @astrojs/ts-plugin from 1.10.3 to 1.10.4 Bumps [@astrojs/ts-plugin](https://github.com/withastro/language-tools/tree/HEAD/packages/ts-plugin) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/ts-plugin@1.10.4/packages/ts-plugin) --- updated-dependencies: - dependency-name: "@astrojs/ts-plugin" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d4523f..ecae1da 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/ts-plugin": "1.10.3", + "@astrojs/ts-plugin": "1.10.4", "@fontsource-variable/comfortaa": "5.1.0", "@fontsource-variable/nunito": "5.1.0", "@playform/compress": "0.1.4",