File tree Expand file tree Collapse file tree 3 files changed +222
-217
lines changed Expand file tree Collapse file tree 3 files changed +222
-217
lines changed Original file line number Diff line number Diff line change 36
36
"author" : " Felix Kling" ,
37
37
"license" : " BSD-3-Clause" ,
38
38
"dependencies" : {
39
- "@babel/parser" : " 7.0.0-beta.51 " ,
39
+ "@babel/parser" : " 7.0.0-beta.53 " ,
40
40
"async" : " ^2.1.4" ,
41
41
"babel-runtime" : " ^6.9.2" ,
42
42
"commander" : " ^2.9.0" ,
57
57
"eslint" : " ^5.0.1" ,
58
58
"eslint-config-prettier" : " ^2.9.0" ,
59
59
"eslint-plugin-prettier" : " ^2.6.1" ,
60
- "flow-bin" : " ^0.75 .0" ,
60
+ "flow-bin" : " ^0.76 .0" ,
61
61
"jest" : " ^23.1.0" ,
62
62
"jest-diff" : " ^23.0.1" ,
63
63
"jest-matcher-utils" : " ^23.0.1" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const babelParserOptions = {
36
36
'bigInt' ,
37
37
'optionalCatchBinding' ,
38
38
'throwExpressions' ,
39
- 'pipelineOperator' ,
39
+ [ 'pipelineOperator' , { proposal : 'minimal' } ] ,
40
40
'nullishCoalescingOperator' ,
41
41
] ,
42
42
} ;
You can’t perform that action at this time.
0 commit comments