Merge branch 'master' into deprecated-prop-types

This commit is contained in:
Eran Hammer
2022-05-04 12:34:28 -07:00
committed by GitHub
51 changed files with 1633 additions and 679 deletions

View File

@@ -25,26 +25,26 @@
],
"repository": {
"type": "git",
"url": "git@github.com:react-native-community/react-native-video.git"
"url": "git@github.com:react-native-video/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-dom": "^0.5.0",
"react-native-windows": "^0.61.0-0"
},
"dependencies": {
"deprecated-react-native-prop-types": "^2.2.0",
"keymirror": "^0.1.1",
"prop-types": "^15.7.2",
"shaka-player": "^2.5.9"
"shaka-player": "^3.3.2"
},
"scripts": {
"lint": "yarn eslint *.js"
"lint": "eslint ."
},
"files": [
"android-exoplayer",