From 151b54c062774dacbb7c0d0c13238f5f165f62ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:52:24 +0000 Subject: [PATCH] Update react monorepo to v19 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0cd5487..b47766b 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "@astrojs/rss": "4.0.10", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "5.1.4", - "@types/react": "18.3.18", - "@types/react-dom": "18.3.5", + "@types/react": "19.3.0", + "@types/react-dom": "19.3.0", "astro": "5.1.1", "astro-robots-txt": "1.0.0", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "19.3.0", + "react-dom": "19.3.0", "tailwindcss": "3.4.17", "typescript": "5.7.2", "zustand": "5.0.2"