Skip to content

Commit

Permalink
Add mdx react peerDeps for pnp?
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 12, 2024
1 parent 8b74a4b commit bf8ad84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react-dom": "^18.0.0",
"@mdx-js/react": "^3.0.0"
},
"engines": {
"node": ">=18.0"
Expand Down

0 comments on commit bf8ad84

Please sign in to comment.