Skip to content

Commit 44a223e

Browse files
committed
chore: Update dependencies
1 parent b471230 commit 44a223e

File tree

3 files changed

+222
-217
lines changed

3 files changed

+222
-217
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"author": "Felix Kling",
3737
"license": "BSD-3-Clause",
3838
"dependencies": {
39-
"@babel/parser": "7.0.0-beta.51",
39+
"@babel/parser": "7.0.0-beta.53",
4040
"async": "^2.1.4",
4141
"babel-runtime": "^6.9.2",
4242
"commander": "^2.9.0",
@@ -57,7 +57,7 @@
5757
"eslint": "^5.0.1",
5858
"eslint-config-prettier": "^2.9.0",
5959
"eslint-plugin-prettier": "^2.6.1",
60-
"flow-bin": "^0.75.0",
60+
"flow-bin": "^0.76.0",
6161
"jest": "^23.1.0",
6262
"jest-diff": "^23.0.1",
6363
"jest-matcher-utils": "^23.0.1",

src/babelParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const babelParserOptions = {
3636
'bigInt',
3737
'optionalCatchBinding',
3838
'throwExpressions',
39-
'pipelineOperator',
39+
['pipelineOperator', { proposal: 'minimal' }],
4040
'nullishCoalescingOperator',
4141
],
4242
};

0 commit comments

Comments
 (0)