From 6c86713aff1b4686f1a7418c6cda33324775ea9d Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 9 Jul 2020 19:57:34 -0700 Subject: [PATCH] Fix react-native peer deps --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cb8d146e..e145a3b0 100644 --- a/package.json +++ b/package.json @@ -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": {