From f19c64e30f904ba4b2389ffbc723219fa2d6fe21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 23:44:22 +0000 Subject: [PATCH] build(deps-dev): bump @astrojs/ts-plugin from 1.10.7 to 1.10.8 Bumps [@astrojs/ts-plugin](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/ts-plugin) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/ts-plugin/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/ts-plugin@1.10.8/packages/language-tools/ts-plugin) --- updated-dependencies: - dependency-name: "@astrojs/ts-plugin" dependency-version: 1.10.8 dependency-type: direct:development 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 b16717b1..8db756a3 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "zod": "4.4.3" }, "devDependencies": { - "@astrojs/ts-plugin": "1.10.7", + "@astrojs/ts-plugin": "1.10.8", "@tailwindcss/postcss": "4.3.0", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2",