fix packages
This commit is contained in:
parent
e81a81003d
commit
86738a6c2e
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,14 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"immutable": "=3.7.6",
|
"immutable": "=3.7.6",
|
||||||
|
"moment": "=2.11.2",
|
||||||
"react-native": "=0.20.0",
|
"react-native": "=0.20.0",
|
||||||
"react-native-busy-indicator": "=1.0.6",
|
"react-native-busy-indicator": "=1.0.6",
|
||||||
"react-native-modalbox": "=1.3.0",
|
"react-native-modalbox": "=1.3.0",
|
||||||
"react-native-side-menu": "=0.18.0",
|
"react-native-side-menu": "=0.18.0",
|
||||||
"react-native-vector-icons": "=1.0.4",
|
"react-native-vector-icons": "=1.0.4",
|
||||||
"underscore": "=1.8.3",
|
"underscore": "=1.8.3",
|
||||||
|
"url": "=0.11.0",
|
||||||
"url-assembler": "=1.2.4"
|
"url-assembler": "=1.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -22,8 +24,6 @@
|
||||||
"eslint": "=1.10.3",
|
"eslint": "=1.10.3",
|
||||||
"eslint-config": "git://github.com/oleous/eslint-config.git",
|
"eslint-config": "git://github.com/oleous/eslint-config.git",
|
||||||
"eslint-plugin-react": "=3.14.0",
|
"eslint-plugin-react": "=3.14.0",
|
||||||
"eslint-plugin-react-native": "=0.5.0",
|
"eslint-plugin-react-native": "=0.5.0"
|
||||||
"react": "=0.14.7",
|
|
||||||
"react-addons-test-utils": "=0.14.7"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue