From 0f298bbb5cb101adda372025b8ddc14602598447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 16:21:07 +0000 Subject: [PATCH] deps(web): bump @astrojs/react from 3.6.3 to 4.4.2 in /web Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.6.3 to 4.4.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@4.4.2/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-version: 4.4.2 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..084f417 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": "^4.4.2", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.15", "@types/react": "^18.3.0",