From 844f8575af3553ea845d2609fd892fd9d7e5bd4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:42:43 +0000 Subject: [PATCH] Update react monorepo --- example/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index e6d135e..fcaf198 100644 --- a/example/package.json +++ b/example/package.json @@ -16,15 +16,15 @@ "next": "12.1.6", "nextjs-koa-api": "^2.0.0", "on-finished": "^2.4.1", - "react": "18.1.0", - "react-dom": "18.1.0" + "react": "18.3.1", + "react-dom": "18.3.1" }, "devDependencies": { "@types/koa": "^2.13.4", "@types/koa__router": "^8.0.11", "@types/node": "^17.0.30", - "@types/react": "18.0.8", - "@types/react-dom": "18.0.3", + "@types/react": "18.3.4", + "@types/react-dom": "18.3.0", "eslint": "^8.14.0", "eslint-config-next": "12.1.6", "typescript": "^4.6.4"