From 4c72c80a64cfa17b61bec23ee44f5f5bab0682c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:19:44 +0000 Subject: [PATCH] chore(deps): bump @astrojs/react from 4.4.2 to 5.0.2 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 4.4.2 to 5.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@5.0.2/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2417b7..768dc10 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/mdx": "^4.3.13", - "@astrojs/react": "^4.4.2", + "@astrojs/react": "^5.0.2", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.7.0", "@expressive-code/plugin-collapsible-sections": "^0.41.6",