From 2a522b63df2d9ab55e5b26142e62e26be1190aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:20:52 +0000 Subject: [PATCH] chore(deps): bump @astrojs/react from 5.0.6 to 6.0.1 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 5.0.6 to 6.0.1. - [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.1/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 0c01b4e..8925878 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -17,7 +17,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "5.0.6", + "@astrojs/react": "6.0.1", "@astrojs/sitemap": "3.7.2", "@astrojs/starlight": "0.41.3", "@tailwindcss/vite": "4.3.2",