Revert "examples(with-mdx): update to MDX 3" (#67249)

Reverts vercel/next.js#62503

This is currently failing tests that use this example


[x-ref](https://github.com/vercel/next.js/actions/runs/9699835771/job/26771391310)
This commit is contained in:
Zack Tanner 2024-06-27 19:24:53 +02:00 committed by GitHub
parent 3d3f02ecdc
commit 0a1f7e23d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,8 @@
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/loader": "^1.5.1",
"@mdx-js/react": "^1.6.18",
"@next/mdx": "^9.1.1",
"next": "latest",
"react": "^18.2.0",