From bfc1f392071f9d40a6917a15378a1affb6f06abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:56:50 +0000 Subject: [PATCH] chore(deps): bump @astrojs/react from 6.0.2 to 6.0.4 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 6.0.2 to 6.0.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@6.0.4/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index 850bea71..fcc26325 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -20,7 +20,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "6.0.2", + "@astrojs/react": "6.0.4", "@astrojs/sitemap": "3.7.3", "@astrojs/starlight": "0.41.7", "@tailwindcss/vite": "4.3.3",