From dbb7fd9a89bce220fec748392039c168fb6fa67f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:13:10 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to v14.2.1 --- example/nextjs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/nextjs/package.json b/example/nextjs/package.json index 5f77d8982..20bb4a9c6 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.2.1", "react": "^18", "react-dom": "^18" }, @@ -20,7 +20,7 @@ "@uiw/react-md-editor": "4.0.4", "autoprefixer": "^10.0.1", "eslint": "^8", - "eslint-config-next": "14.0.4", + "eslint-config-next": "14.2.1", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5"