diff --git a/example/package.json b/example/package.json index e6d135e..238f271 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.27", + "@types/react-dom": "18.3.7", "eslint": "^8.14.0", "eslint-config-next": "12.1.6", "typescript": "^4.6.4"