From 751881d7aa48b75c3331d550e5558f19ada112f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:41:23 +0000 Subject: [PATCH] build(deps): bump @astrojs/react from 3.6.3 to 6.0.0 in /site Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.6.3 to 6.0.0. - [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.0/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index 3f4b7c140..31c7b36c7 100644 --- a/site/package.json +++ b/site/package.json @@ -8,7 +8,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/react": "^3.6.3", + "@astrojs/react": "^6.0.0", "@astrojs/tailwind": "^5.1.5", "@iconify-json/lucide": "^1.2.30", "@iconify-json/simple-icons": "^1.2.30",