Skip to content

Commit

Permalink
docs: update guide to mdx v3 typo (facebook#9585)
Browse files Browse the repository at this point in the history
  • Loading branch information
junminhong authored Nov 26, 2023
1 parent 17c93e4 commit 6e8292d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/migration/v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ A typical `package.json` dependency upgrade example:
- "@docusaurus/preset-classic": "2.4.3",
+ "@docusaurus/core": "3.0.0",
+ "@docusaurus/preset-classic": "3.0.0",
// upgrade to MDX v2
// upgrade to MDX v3
- "@mdx-js/react": "^1.6.22",
+ "@mdx-js/react": "^3.0.0",
// upgrade to prism-react-renderer v2.0+
Expand Down

0 comments on commit 6e8292d

Please sign in to comment.