From 579983f1320a326dd37c4e1e980a03ee768d9eb6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 25 Feb 2016 17:36:51 +0000 Subject: [PATCH] Update packages --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3511d9f..88ae37a 100644 --- a/package.json +++ b/package.json @@ -12,18 +12,18 @@ "moment": "=2.11.2", "react-native": "=0.20.0", "react-native-busy-indicator": "=1.0.6", - "react-native-modalbox": "=1.3.0", + "react-native-modalbox": "=1.3.1", "react-native-side-menu": "=0.18.0", - "react-native-vector-icons": "=1.0.4", + "react-native-vector-icons": "=1.2.1", "underscore": "=1.8.3", "url": "=0.11.0", "url-assembler": "=1.2.4" }, "devDependencies": { - "babel-eslint": "=4.1.7", - "eslint": "=1.10.3", + "babel-eslint": "=5.0.0", + "eslint": "=2.2.0", "eslint-config": "git://github.com/oleous/eslint-config.git", - "eslint-plugin-react": "=3.14.0", - "eslint-plugin-react-native": "=0.5.0" + "eslint-plugin-react": "=4.1.0", + "eslint-plugin-react-native": "=1.0.0" } }