From af8f6f558ed8bd0e7960623e31249757dd65ef54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:18:23 +0000 Subject: [PATCH] chore(deps): bump @astrojs/react in /templates/astro-monorepo Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 4.4.2 to 5.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@5.0.0/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- templates/astro-monorepo/apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/astro-monorepo/apps/web/package.json b/templates/astro-monorepo/apps/web/package.json index 8a60a7dfc1..e54b2b9947 100644 --- a/templates/astro-monorepo/apps/web/package.json +++ b/templates/astro-monorepo/apps/web/package.json @@ -13,7 +13,7 @@ "typecheck": "astro check" }, "dependencies": { - "@astrojs/react": "^4.4.2", + "@astrojs/react": "^5.0.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@workspace/ui": "workspace:*",