Update dependencies

This commit is contained in:
Laurin Quast 2018-02-28 14:10:39 +01:00
parent 8b010f81c5
commit 30c437fd04

View File

@ -4,7 +4,8 @@
"description": "A <Video /> element for react-native", "description": "A <Video /> element for react-native",
"main": "Video.js", "main": "Video.js",
"license": "MIT", "license": "MIT",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)", "author":
"Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"contributors": [ "contributors": [
{ {
"name": "Isaiah Grey", "name": "Isaiah Grey",
@ -24,11 +25,11 @@
"url": "git@github.com:brentvatne/react-native-video.git" "url": "git@github.com:brentvatne/react-native-video.git"
}, },
"devDependencies": { "devDependencies": {
"jest-cli": "0.2.1", "babel-eslint": "8.2.2",
"eslint": "1.10.3", "eslint": "4.18.1",
"babel-eslint": "5.0.0-beta8", "eslint-config-airbnb": "16.1.0",
"eslint-plugin-react": "3.16.1", "eslint-plugin-react": "7.7.0",
"eslint-config-airbnb": "4.0.0" "jest-cli": "22.4.2"
}, },
"dependencies": { "dependencies": {
"keymirror": "0.1.1", "keymirror": "0.1.1",