From 751c5270c606aef5055fa4621e288ef3d571fab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:17:13 +0000 Subject: [PATCH] deps(web): bump @astrojs/react from 3.6.3 to 5.0.0 in /web Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.6.3 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 771424d..6d32dfc 100644 --- a/web/package.json +++ b/web/package.json @@ -19,7 +19,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@astrojs/react": "^3.0.0", + "@astrojs/react": "^5.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.15", "@types/react": "^18.3.0",