mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(module-type-aliases): add react as peer dependency (#6741)
This commit is contained in:
parent
8f658f1e23
commit
cfcc8b31f4
|
|
@ -18,5 +18,9 @@
|
|||
"@types/react-router-dom": "*",
|
||||
"react-helmet-async": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue