From 6981e6aa0c451fbacc3e848f91c70eec92356a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 23:43:48 +0000 Subject: [PATCH] build(deps): Bump @astrojs/react from 6.0.1 to 6.0.2 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 6.0.1 to 6.0.2. - [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.2/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 6.0.2 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 15b800152..514034a98 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@astrojs/check": "0.9.10", "@astrojs/mdx": "7.0.5", - "@astrojs/react": "6.0.1", + "@astrojs/react": "6.0.2", "@astrojs/sitemap": "3.7.3", "@astrojs/ts-plugin": "1.10.10", "@auth0/auth0-react": "~2.22.0",