Update packages
This commit is contained in:
parent
38bffac811
commit
579983f132
1 changed files with 6 additions and 6 deletions
12
package.json
12
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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue