From 3deefe554660d93ce49f2bd382a1ccec3957152e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:03:04 +0000 Subject: [PATCH] fix(deps): update dependency react to v19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ea2af2..1b4f57a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "astro": "^2.0.0", - "react": "^18.2.0", + "react": "^19.0.0", "react-dom": "^18.2.0", "react-icons": "^5.0.0", "sass": "^1.57.1"