From 297f0975a08d607766c88f29dbee28197b546b56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:47:56 +0000 Subject: [PATCH] fix(deps): update react monorepo to v19 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8eb852e..9408028 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "@astrojs/rss": "4.0.9", "@astrojs/sitemap": "3.2.1", "@astrojs/tailwind": "5.1.3", - "@types/react": "18.3.12", - "@types/react-dom": "18.3.1", + "@types/react": "19.0.1", + "@types/react-dom": "19.0.2", "astro": "5.0.1", "astro-robots-txt": "1.0.0", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "19.0.0", + "react-dom": "19.0.0", "tailwindcss": "3.4.15", "typescript": "5.7.2", "zustand": "5.0.1"