From 13715379d0ab7b475515921bb08b373dcf012d1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:38:15 +0000 Subject: [PATCH] chore(deps): update react monorepo to v18.3.0 --- ts-example/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ts-example/package.json b/ts-example/package.json index cc7daa1..1b425c2 100644 --- a/ts-example/package.json +++ b/ts-example/package.json @@ -13,11 +13,11 @@ "next": "12.1.6", "next-mdx-relations": "^0.0.16", "next-transpile-modules": "9.0.0", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.0", + "react-dom": "18.3.0" }, "devDependencies": { - "@types/react": "18.0.14", + "@types/react": "18.3.0", "eslint": "8.18.0", "eslint-config-next": "12.1.6", "typescript": "4.7.4"