fix: modify the peerDependencies to reflect the need for react 16.3

This commit is contained in:
fritz-c 2018-03-23 12:44:41 +09:00 committed by Roman Hotsiy
parent 3fabce4d19
commit b29c3293fc

View File

@ -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",