diff --git a/example/package.json b/example/package.json index 8b4f379..6d1736b 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": "^15.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": "15.0.0", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1" }