mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
fix(v2): pin prism-react-renderer version to 1.1.1 (#4830)
This commit is contained in:
parent
4b5d612009
commit
56b6b01cd1
4 changed files with 9 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
"@docusaurus/module-type-aliases": "2.0.0-beta.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"prism-react-renderer": "^1.1.1",
|
||||
"prism-react-renderer": "1.1.1",
|
||||
"react": "^16.8.4 || ^17.0.0",
|
||||
"react-dom": "^16.8.4 || ^17.0.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue