Bump javascript dependencies (#1914)

Also update linting rules to match other community repositories.
This commit is contained in:
Benoit Dion
2020-02-22 13:56:31 -05:00
committed by GitHub
parent f0867d7eef
commit 4f07aab8b1
6 changed files with 54 additions and 45 deletions

View File

@@ -28,22 +28,21 @@
"url": "git@github.com:react-native-community/react-native-video.git"
},
"devDependencies": {
"babel-eslint": "5.0.0-beta8",
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "3.16.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"react-native": "^0.57.8"
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"@react-native-community/eslint-config": "0.0.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"react-native": "^0.61.5"
},
"dependencies": {
"keymirror": "^0.1.1",
"prop-types": "^15.5.10",
"shaka-player": "^2.4.4"
"prop-types": "^15.7.2",
"shaka-player": "^2.5.9"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
"lint": "yarn eslint *.js"
},
"files": [
"android-exoplayer",