Skip to content

Commit

Permalink
Update optional-chaining for new version (v7.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoagds committed Sep 10, 2019
1 parent 899a4c3 commit db0ea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
Expand Up @@ -26,7 +26,7 @@
"@babel/plugin-proposal-decorators": "7.6.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.6.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-destructuring": "7.6.0",
"@babel/plugin-transform-flow-strip-types": "7.4.4",
Expand Down

0 comments on commit db0ea68

Please sign in to comment.