File tree 4 files changed +597
-90
lines changed
4 files changed +597
-90
lines changed Original file line number Diff line number Diff line change 8
8
9
9
---
10
10
11
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/callstack/react-native-paper.svg )] ( https://greenkeeper.io/ )
12
+
11
13
[ ![ Build Status] [ build-badge ]] [ build ]
12
14
[ ![ Version] [ version-badge ]] [ package ]
13
15
[ ![ MIT License] [ license-badge ]] [ license ]
Original file line number Diff line number Diff line change
1
+ {
2
+ "groups" : {
3
+ "default" : {
4
+ "packages" : [
5
+ " docs/package.json" ,
6
+ " example/package.json" ,
7
+ " package.json"
8
+ ]
9
+ }
10
+ }
11
+ }
Original file line number Diff line number Diff line change 46
46
"dependencies" : {
47
47
"@callstack/react-theme-provider" : " ^3.0.5" ,
48
48
"color" : " ^3.1.2" ,
49
- "react-native-safe-area-view" : " ^0.12.0 "
49
+ "react-native-safe-area-view" : " ^0.13.1 "
50
50
},
51
51
"devDependencies" : {
52
52
"@babel/core" : " ^7.4.4" ,
67
67
"all-contributors-cli" : " ^6.1.1" ,
68
68
"babel-cli" : " ^6.26.0" ,
69
69
"babel-core" : " ^7.0.0-bridge.0" ,
70
- "babel-jest" : " ^23.6.0 " ,
70
+ "babel-jest" : " ^24.3.1 " ,
71
71
"babel-test" : " ^0.1.1" ,
72
72
"chalk" : " ^2.4.1" ,
73
73
"commitlint" : " ^7.5.2" ,
74
74
"conventional-changelog-cli" : " ^2.0.11" ,
75
75
"dedent" : " ^0.7.0" ,
76
76
"eslint" : " ^5.16.0" ,
77
+ "eslint-config-callstack-io" : " ^1.1.1" ,
77
78
"eslint-plugin-prettier" : " ^3.0.0" ,
78
79
"eslint-plugin-react-native" : " ^3.5.0" ,
79
80
"flow-bin" : " 0.92.0" ,
80
81
"glob" : " ^7.1.3" ,
81
82
"husky" : " ^1.3.1" ,
82
83
"jest" : " ^24.8.0" ,
83
84
"jest-file-snapshot" : " ^0.3.2" ,
85
+ "metro-react-native-babel-preset" : " ^0.53.0" ,
84
86
"prettier" : " ^1.14.3" ,
85
87
"react" : " 16.8.3" ,
86
88
"react-dom" : " 16.8.3" ,
87
89
"react-native" : " ^0.59.8" ,
88
90
"react-native-testing-library" : " ^1.5.0" ,
89
- "react-native-vector-icons" : " ~6.0.2 " ,
91
+ "react-native-vector-icons" : " ~6.3.0 " ,
90
92
"react-test-renderer" : " 16.8.3" ,
91
93
"release-it" : " ^12.3.3" ,
92
94
"rimraf" : " ^2.6.2" ,
You can’t perform that action at this time.
0 commit comments