From eac7d25d880e85e3602e2563bf735ec6cba67376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 06:38:02 +0000 Subject: [PATCH] chore(deps): update react monorepo to v19 --- apps/web/package.json | 6 +++--- packages/design-system/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 185afd22..390e19ba 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -31,8 +31,8 @@ "@astrojs/tailwind": "6.0.0", "@repo/tailwind-config": "workspace:*", "@tailwindcss/typography": "0.5.16", - "@types/react": "18.3.18", - "react": "18.3.1", - "react-dom": "18.3.1" + "@types/react": "19.0.8", + "react": "19.0.0", + "react-dom": "19.0.0" } } diff --git a/packages/design-system/package.json b/packages/design-system/package.json index f0a27aa4..b0fa2465 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -17,11 +17,11 @@ "@repo/typescript-config": "workspace:*", "@turbo/gen": "2.4.2", "@types/node": "22.13.4", - "@types/react": "18.3.18", - "@types/react-dom": "18.3.5", + "@types/react": "19.0.8", + "@types/react-dom": "19.0.3", "autoprefixer": "10.4.20", "postcss": "8.5.2", - "react": "18.3.1", + "react": "19.0.0", "tailwindcss": "3.4.17", "typescript": "5.7.3" },