From fa8c59c08b61bf0173be2e14c1975bce028b81df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:50:39 -0500 Subject: [PATCH] fix(deps): update react monorepo to v18.2.0 (#41) Co-authored-by: Renovate Bot --- ts-example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-example/package.json b/ts-example/package.json index 81be373..3ca3de6 100644 --- a/ts-example/package.json +++ b/ts-example/package.json @@ -13,8 +13,8 @@ "next": "12.1.6", "next-mdx-relations": "^0.0.16", "next-transpile-modules": "9.0.0", - "react": "18.1.0", - "react-dom": "18.1.0" + "react": "18.2.0", + "react-dom": "18.2.0" }, "devDependencies": { "@types/react": "18.0.14",