From b03c65e81625d9b60f4a9027e001c5f53a0cc234 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:12:49 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to v14.2.3 --- 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 fc39280ad..c4aac3a98 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@uiw/react-codemirror": "4.21.25", - "next": "14.0.3", + "next": "14.2.3", "react": "^18", "react-codemirror-merge": "4.21.25", "react-dom": "^18" @@ -21,7 +21,7 @@ "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", - "eslint-config-next": "14.0.3", + "eslint-config-next": "14.2.3", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5"