diff --git a/nextjs/package.json b/nextjs/package.json index 17c14b19..b3dd67e7 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "next": "13.5.4", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" } }