Skip to content

Commit a485862

Browse files
committed
Add @babel/plugin-proposal-optional-chaining
1 parent 9ed48fd commit a485862

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

packages/app/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
'babel-plugin-macros',
2020
'babel-plugin-styled-components',
2121
'@babel/plugin-transform-react-display-name',
22+
'@babel/plugin-proposal-optional-chaining',
2223
],
2324
},
2425
},

packages/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
"@babel/helper-module-imports": "^7.0.0",
224224
"@babel/plugin-proposal-class-properties": "^7.5.5",
225225
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
226+
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
226227
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
227228
"@babel/plugin-transform-async-to-generator": "^7.5.0",
228229
"@babel/plugin-transform-react-display-name": "^7.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,13 @@
406406
"@babel/helper-plugin-utils" "^7.0.0"
407407
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
408408

409-
"@babel/plugin-proposal-optional-chaining@^7.6.0":
410-
version "7.6.0"
411-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.6.0.tgz#e9bf1f9b9ba10c77c033082da75f068389041af8"
412-
integrity sha512-kj4gkZ6qUggkprRq3Uh5KP8XnE1MdIO0J7MhdDX8+rAbB6dJ2UrensGIS+0NPZAaaJ1Vr0PN6oLUgXMU1uMcSg==
409+
"@babel/plugin-proposal-optional-chaining@^7.6.0", "@babel/plugin-proposal-optional-chaining@^7.7.4":
410+
version "7.7.4"
411+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.7.4.tgz#3f04c2de1a942cbd3008324df8144b9cbc0ca0ba"
412+
integrity sha512-JmgaS+ygAWDR/STPe3/7y0lNlHgS+19qZ9aC06nYLwQ/XB7c0q5Xs+ksFU3EDnp9EiEsO0dnRAOKeyLHTZuW3A==
413413
dependencies:
414414
"@babel/helper-plugin-utils" "^7.0.0"
415-
"@babel/plugin-syntax-optional-chaining" "^7.2.0"
415+
"@babel/plugin-syntax-optional-chaining" "^7.7.4"
416416

417417
"@babel/plugin-proposal-unicode-property-regex@^7.0.0", "@babel/plugin-proposal-unicode-property-regex@^7.4.0", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
418418
version "7.4.4"
@@ -490,10 +490,10 @@
490490
dependencies:
491491
"@babel/helper-plugin-utils" "^7.0.0"
492492

493-
"@babel/plugin-syntax-optional-chaining@^7.2.0":
494-
version "7.2.0"
495-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
496-
integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
493+
"@babel/plugin-syntax-optional-chaining@^7.7.4":
494+
version "7.7.4"
495+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.7.4.tgz#c91fdde6de85d2eb8906daea7b21944c3610c901"
496+
integrity sha512-2MqYD5WjZSbJdUagnJvIdSfkb/ucOC9/1fRJxm7GAxY6YQLWlUvkfxoNbUPcPLHJyetKUDQ4+yyuUyAoc0HriA==
497497
dependencies:
498498
"@babel/helper-plugin-utils" "^7.0.0"
499499

0 commit comments

Comments
 (0)