mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
docs: update guide to mdx v3 typo (#9585)
This commit is contained in:
parent
17c93e444e
commit
6e8292da4c
1 changed files with 1 additions and 1 deletions
|
@ -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+
|
||||
|
|
Loading…
Add table
Reference in a new issue