From d1aebebf684fd1ba4ce8dfe7772395ae556d91cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:46:44 +0000 Subject: [PATCH] fix(deps): update react monorepo --- example/nextjs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/nextjs/package.json b/example/nextjs/package.json index 1464e5090..04961899a 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@types/node": "20.6.2", - "@types/react": "18.2.22", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.23", + "@types/react-dom": "18.2.8", "autoprefixer": "10.4.15", "eslint": "8.49.0", "eslint-config-next": "13.5.1",