v5.1.0-alpha5

This commit is contained in:
Benoit Dion 2020-02-25 19:10:26 -05:00
parent 89b6d113a1
commit 68dc15242d

View File

@ -1,6 +1,6 @@
{ {
"name": "react-native-video", "name": "react-native-video",
"version": "5.1.0-alpha4", "version": "5.1.0-alpha5",
"description": "A <Video /> element for react-native", "description": "A <Video /> element for react-native",
"main": "Video.js", "main": "Video.js",
"license": "MIT", "license": "MIT",
@ -28,9 +28,9 @@
"url": "git@github.com:react-native-community/react-native-video.git" "url": "git@github.com:react-native-community/react-native-video.git"
}, },
"devDependencies": { "devDependencies": {
"@react-native-community/eslint-config": "0.0.7",
"babel-eslint": "10.0.3", "babel-eslint": "10.0.3",
"eslint": "6.8.0", "eslint": "6.8.0",
"@react-native-community/eslint-config": "0.0.7",
"react": "^16.12.0", "react": "^16.12.0",
"react-dom": "^16.12.0", "react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19", "react-hot-loader": "^4.12.19",