mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 08:13:29 +08:00
chore: update dependencies
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
10
package.json
10
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user