File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 21
21
" lib/"
22
22
],
23
23
"dependencies" : {
24
- "camelcase" : " ^4 .0.0" ,
24
+ "camelcase" : " ^5 .0.0" ,
25
25
"chalk" : " ^2.0.0" ,
26
- "chokidar" : " ^1.5.1 " ,
27
- "json5" : " ^0.5.1 " ,
26
+ "chokidar" : " ^2.0.0 " ,
27
+ "json5" : " ^1.0.0 " ,
28
28
"minimist" : " ^1.2.0" ,
29
29
"text-table" : " ^0.2.0" ,
30
30
"unified-engine" : " ^5.1.0"
Original file line number Diff line number Diff line change @@ -301,8 +301,7 @@ test('unified-args', function (t) {
301
301
302
302
st . equal (
303
303
stderr . slice ( 0 , stderr . indexOf ( ' in ' ) ) ,
304
- 'Error: Cannot parse `foo:bar` as JSON: Unexpected \'b\' at line 1 ' +
305
- 'column 7 of the JSON5 data. Still to read: "bar}"' ,
304
+ 'Error: Cannot parse `foo:bar` as JSON: JSON5: invalid character \'b\' at 1:6' ,
306
305
'should report'
307
306
) ;
308
307
} ) ;
@@ -392,8 +391,7 @@ test('unified-args', function (t) {
392
391
393
392
st . equal (
394
393
stderr . slice ( 0 , stderr . indexOf ( ' in ' ) ) ,
395
- 'Error: Cannot parse `foo:bar` as JSON: Unexpected \'b\' at line 1 ' +
396
- 'column 7 of the JSON5 data. Still to read: "bar}"' ,
394
+ 'Error: Cannot parse `foo:bar` as JSON: JSON5: invalid character \'b\' at 1:6' ,
397
395
'should report'
398
396
) ;
399
397
} ) ;
You can’t perform that action at this time.
0 commit comments