File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
packages/platform-android Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 "main" : " build/index.js" ,
55 "dependencies" : {
66 "@react-native-community/cli-tools" : " ^2.0.2" ,
7- "logkitty" : " ^0.4 .0" ,
7+ "logkitty" : " ^0.5 .0" ,
88 "slash" : " ^2.0.0" ,
99 "xmldoc" : " ^0.4.0"
1010 },
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 makeTagsFilter ,
1111 formatEntry ,
1212 formatError ,
13- Priority ,
13+ AndroidPriority ,
1414} from 'logkitty' ;
1515import { logger } from '@react-native-community/cli-tools' ;
1616
@@ -19,7 +19,7 @@ async function logAndroid() {
1919
2020 const emitter = logkitty ( {
2121 platform : 'android' ,
22- minPriority : Priority . VERBOSE ,
22+ minPriority : AndroidPriority . VERBOSE ,
2323 filter : makeTagsFilter ( 'ReactNative' , 'ReactNativeJS' ) ,
2424 } ) ;
2525
Original file line number Diff line number Diff line change @@ -5971,10 +5971,10 @@ log-symbols@^2.2.0:
59715971 dependencies :
59725972 chalk "^2.0.1"
59735973
5974- logkitty@^0.4 .0 :
5975- version "0.4 .0"
5976- resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.4 .0.tgz#4a534bb4fb2b27f0120ed7b9fc62b8aa3ba6bb43 "
5977- integrity sha512-IKuHwaXYDpbEzC9EfsrmvwdS80b4Lv+W4n7g6GG0gBHt5kXzQEvew46E0omrSD3ycEpTOtAX7BXGWnOUFEksYA ==
5974+ logkitty@^0.5 .0 :
5975+ version "0.5 .0"
5976+ resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.5 .0.tgz#5a348c2049551aa02da69543c3b5c44e28c7c24f "
5977+ integrity sha512-UA06TmPaSPiHxMBlo5uxL3ZvjJ2Gx/rEECrqowHsIsNoAoSB8aBSP553Fr2FJhOp3it2ulLsd520DZWS1IaYOw ==
59785978 dependencies :
59795979 ansi-fragments "^0.2.1"
59805980 yargs "^12.0.5"
You can’t perform that action at this time.
0 commit comments