From e547afac5d67e7e26ac449711f92c768a4b388fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:43:28 +0000 Subject: [PATCH] build(deps-dev): bump @astrojs/compiler-rs from 0.2.3 to 0.3.0 Bumps [@astrojs/compiler-rs](https://github.com/withastro/compiler-rs) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/withastro/compiler-rs/releases) - [Commits](https://github.com/withastro/compiler-rs/compare/@astrojs/compiler-rs@0.2.3...@astrojs/compiler-rs@0.3.0) --- updated-dependencies: - dependency-name: "@astrojs/compiler-rs" dependency-version: 0.3.0 dependency-type: direct:development 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 af1ca3a02..ab44c91ab 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "vite-plugin-top-level-await": "1.6.0" }, "devDependencies": { - "@astrojs/compiler-rs": "0.2.3", + "@astrojs/compiler-rs": "0.3.0", "@astrojs/ts-plugin": "1.10.9" }, "publishConfig": {