From 402150b873e10dae26604a8830c089d329b845b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:29:05 +0000 Subject: [PATCH] chore(deps): bump @astrojs/react from 3.6.3 to 5.0.7 in /site Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.6.3 to 5.0.7. - [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@5.0.7/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 5.0.7 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..08b847fda 100644 --- a/site/package.json +++ b/site/package.json @@ -8,7 +8,7 @@ "preview": "astro preview" }, "dependencies": { - "@astrojs/react": "^3.6.3", + "@astrojs/react": "^5.0.7", "@astrojs/tailwind": "^5.1.5", "@iconify-json/lucide": "^1.2.30", "@iconify-json/simple-icons": "^1.2.30",