Fix react-native peer deps

This commit is contained in:
Frieder Bluemle 2020-07-09 19:57:34 -07:00
parent c027879bd7
commit 6c86713aff
No known key found for this signature in database
GPG Key ID: EEAAFC3A01B5FFC6

View File

@ -28,13 +28,12 @@
"url": "git@github.com:react-native-community/react-native-video.git"
},
"devDependencies": {
"@react-native-community/eslint-config": "0.0.7",
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"@react-native-community/eslint-config": "^0.0.5",
"eslint": "^6.5.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-hot-loader": "^4.12.19",
"react-native": "^0.61.5",
"react-native": "0.61.5",
"react-native-windows": "^0.61.0-0"
},
"dependencies": {