Skip to content

Commit db0ea68

Browse files
committed
Update optional-chaining for new version (v7.6.0)
1 parent 899a4c3 commit db0ea68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-preset-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/plugin-proposal-decorators": "7.6.0",
2727
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
2828
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
29-
"@babel/plugin-proposal-optional-chaining": "7.2.0",
29+
"@babel/plugin-proposal-optional-chaining": "7.6.0",
3030
"@babel/plugin-syntax-dynamic-import": "7.2.0",
3131
"@babel/plugin-transform-destructuring": "7.6.0",
3232
"@babel/plugin-transform-flow-strip-types": "7.4.4",

0 commit comments

Comments
 (0)