mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
fix: modify the peerDependencies to reflect the need for react 16.3
This commit is contained in:
parent
3fabce4d19
commit
b29c3293fc
|
@ -108,8 +108,8 @@
|
||||||
"yaml-js": "^0.2.3"
|
"yaml-js": "^0.2.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.0.0",
|
"react": "^16.3.0-alpha.2",
|
||||||
"react-dom": "^16.0.0"
|
"react-dom": "^16.3.0-alpha.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-jsx": "^7.0.0-beta.42",
|
"@babel/plugin-syntax-jsx": "^7.0.0-beta.42",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user