From 69bb3574267461743eb82cf4e3415edf5ec26391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:47:17 +0000 Subject: [PATCH] fix(deps): update nextjs monorepo to v13 --- example/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index 8b4f379..fdeb639 100644 --- a/example/package.json +++ b/example/package.json @@ -11,9 +11,9 @@ "dependencies": { "@barelyhuman/choxy": "*", "@mdx-js/loader": "^2.1.2", - "@next/mdx": "^12.1.6", + "@next/mdx": "^13.0.0", "highlight.js": "^11.5.1", - "next": "12.1.6", + "next": "13.4.13", "react": "18.2.0", "react-dom": "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": "13.4.15", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1" }