Skip to content

Commit 0464e2d

Browse files
committed
Fix tests
1 parent cf3be38 commit 0464e2d

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

packages/common/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ module.exports = {
1414
'@babel/plugin-syntax-dynamic-import',
1515
'babel-plugin-system-import-transformer',
1616
'babel-plugin-macros',
17+
'@babel/plugin-proposal-optional-chaining',
1718
],
1819
};

packages/common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"@babel/core": "^7.5.5",
7575
"@babel/plugin-proposal-class-properties": "^7.5.5",
7676
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
77+
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
7778
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
7879
"@babel/plugin-transform-async-to-generator": "^7.5.0",
7980
"@babel/plugin-transform-runtime": "^7.5.5",

yarn.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,14 @@
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==
413+
dependencies:
414+
"@babel/helper-plugin-utils" "^7.0.0"
415+
"@babel/plugin-syntax-optional-chaining" "^7.2.0"
416+
409417
"@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":
410418
version "7.4.4"
411419
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78"
@@ -482,6 +490,13 @@
482490
dependencies:
483491
"@babel/helper-plugin-utils" "^7.0.0"
484492

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==
497+
dependencies:
498+
"@babel/helper-plugin-utils" "^7.0.0"
499+
485500
"@babel/plugin-syntax-typescript@^7.2.0":
486501
version "7.2.0"
487502
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.2.0.tgz#55d240536bd314dcbbec70fd949c5cabaed1de29"

0 commit comments

Comments
 (0)