From 9143f61e0da882eb2b1f10b0d05a8cba85edda7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:43:26 +0000 Subject: [PATCH] fix(deps): update nextjs monorepo to v14 --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 8b4f379..14e3f61 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ "dependencies": { "@barelyhuman/choxy": "*", "@mdx-js/loader": "^2.1.2", - "@next/mdx": "^12.1.6", + "@next/mdx": "^14.0.0", "highlight.js": "^11.5.1", "next": "12.1.6", "react": "18.2.0", @@ -21,7 +21,7 @@ "@types/node": "^18.0.0", "@types/react": "^18.0.14", "eslint": "8.18.0", - "eslint-config-next": "12.1.6", + "eslint-config-next": "14.2.12", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1" }