From b14f631e82ff8c8ca69ac4d04f4965f2da60e205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:15:36 +0000 Subject: [PATCH] fix(deps): update react monorepo --- 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..826922a 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.1", + "react-dom": "18.3.1" }, "devDependencies": { - "@types/react": "18.0.14", + "@types/react": "18.3.16", "eslint": "8.18.0", "eslint-config-next": "12.1.6", "typescript": "4.7.4"