chore: update dependencies

This commit is contained in:
Satyajit Sahoo
2016-11-11 21:37:05 +05:30
parent 7d75a7fc04
commit ecc481f9f5
3 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "react-native-paper-example",
"name": "React Native Paper Example",
"description": "Example for React Native Paper",
"slug": "react-native-paper-example",
"sdkVersion": "10.0.0",
"sdkVersion": "11.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",

View File

@@ -6,10 +6,10 @@
"private": true,
"main": "main.js",
"dependencies": {
"@exponent/ex-navigation": "^1.7.0",
"exponent": "^10.0.4",
"@exponent/ex-navigation": "^2.0.0",
"exponent": "^11.0.2",
"react": "~15.3.2",
"react-native": "github:exponentjs/react-native#sdk-10.1.2",
"react-native": "github:exponentjs/react-native#sdk-11.0.3",
"react-native-paper": "file:../",
"react-native-vector-icons": "git+https://github.com/exponentjs/react-native-vector-icons.git"
}

View File

@@ -27,17 +27,17 @@
"react-native-vector-icons": "*"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.8.1",
"babel-eslint": "^7.1.0",
"eslint": "^3.9.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-react-native": "^2.0.0",
"flow-bin": "^0.32.0",
"react": "latest",
"react-native": "latest"
},
"dependencies": {
"color": "^0.11.3"
"color": "^0.11.4"
}
}