diff --git a/example/nextjs/package.json b/example/nextjs/package.json index 79cd000b6..ae5523e8f 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "14.0.4", + "next": "14.1.3", "react": "^18", "react-dom": "^18" }, @@ -20,7 +20,7 @@ "@uiw/react-md-editor": "4.0.3", "autoprefixer": "^10.0.1", "eslint": "^8", - "eslint-config-next": "14.0.4", + "eslint-config-next": "14.1.3", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5"