diff --git a/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json b/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json index 53c3349..13c1514 100644 --- a/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json +++ b/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "9.4.4", + "next": "13.5.0", "react": "16.13.1", "react-dom": "16.13.1" },