Skip to content

Commit e69183d

Browse files
[7.x] Update babel-typescript config (#53108) (#53167)
1 parent a33dc1d commit e69183d

File tree

6 files changed

+114
-68
lines changed

6 files changed

+114
-68
lines changed

packages/kbn-babel-preset/common_preset.js

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,9 @@ const plugins = [
3737
];
3838

3939
module.exports = {
40-
presets: [require.resolve('@babel/preset-typescript'), require.resolve('@babel/preset-react')],
41-
plugins,
42-
overrides: [
43-
{
44-
// Babel 7 don't support the namespace feature on typescript code.
45-
// With namespaces only used for type declarations, we can securely
46-
// strip them off for babel on x-pack infra/siem plugins
47-
//
48-
// See https://github.com/babel/babel/issues/8244#issuecomment-466548733
49-
test: [
50-
/x-pack[\/\\]legacy[\/\\]plugins[\/\\]infra[\/\\].*[\/\\]graphql/,
51-
/x-pack[\/\\]legacy[\/\\]plugins[\/\\]siem[\/\\].*[\/\\]graphql/,
52-
],
53-
plugins: [[require.resolve('babel-plugin-typescript-strip-namespaces')]],
54-
},
40+
presets: [
41+
[require.resolve('@babel/preset-typescript'), { allowNamespaces: true }],
42+
require.resolve('@babel/preset-react'),
5543
],
44+
plugins,
5645
};

packages/kbn-babel-preset/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
"version": "1.0.0",
55
"license": "Apache-2.0",
66
"dependencies": {
7-
"@babel/plugin-proposal-class-properties": "^7.5.1",
8-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
9-
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
10-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
11-
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
12-
"@babel/preset-env": "^7.5.5",
13-
"@babel/preset-react": "^7.0.0",
14-
"@babel/preset-typescript": "^7.3.3",
7+
"@babel/plugin-proposal-class-properties": "^7.7.4",
8+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
9+
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
10+
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
11+
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
12+
"@babel/preset-env": "^7.7.6",
13+
"@babel/preset-react": "^7.7.4",
14+
"@babel/preset-typescript": "^7.7.4",
1515
"babel-plugin-add-module-exports": "^1.0.2",
1616
"babel-plugin-filter-imports": "^3.0.0",
1717
"babel-plugin-styled-components": "^1.10.6",
18-
"babel-plugin-transform-define": "^1.3.1",
19-
"babel-plugin-typescript-strip-namespaces": "^1.1.1"
18+
"babel-plugin-transform-define": "^2.0.0"
2019
}
2120
}

packages/kbn-pm/dist/index.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23296,11 +23296,10 @@ const CleanCommand = {
2329623296
const originalCwd = process.cwd();
2329723297

2329823298
try {
23299-
for (const _ref of toDelete) {
23300-
const {
23301-
pattern,
23302-
cwd
23303-
} = _ref;
23299+
for (const {
23300+
pattern,
23301+
cwd
23302+
} of toDelete) {
2330423303
process.chdir(cwd);
2330523304
const promise = del__WEBPACK_IMPORTED_MODULE_1___default()(pattern);
2330623305
ora__WEBPACK_IMPORTED_MODULE_2___default.a.promise(promise, Object(path__WEBPACK_IMPORTED_MODULE_3__["relative"])(originalCwd, Object(path__WEBPACK_IMPORTED_MODULE_3__["join"])(cwd, String(pattern))));

packages/kbn-pm/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"prettier": "prettier --write './src/**/*.ts'"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.5.5",
14-
"@babel/plugin-proposal-class-properties": "^7.5.5",
15-
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
16-
"@babel/preset-env": "^7.5.5",
17-
"@babel/preset-typescript": "^7.3.3",
13+
"@babel/core": "^7.7.5",
14+
"@babel/plugin-proposal-class-properties": "^7.7.4",
15+
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
16+
"@babel/preset-env": "^7.7.6",
17+
"@babel/preset-typescript": "^7.7.4",
1818
"@types/cmd-shim": "^2.0.0",
1919
"@types/cpy": "^5.1.0",
2020
"@types/dedent": "^0.7.0",

renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
packageNames: [
6060
'core-js',
6161
'@types/core-js',
62+
'@babel/preset-react',
63+
'@types/babel__preset-react',
64+
'@babel/preset-typescript',
65+
'@types/babel__preset-typescript',
6266
],
6367
},
6468
{

yarn.lock

Lines changed: 88 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,26 @@
6666
semver "^5.4.1"
6767
source-map "^0.5.0"
6868

69+
"@babel/core@^7.7.5":
70+
version "7.7.5"
71+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
72+
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
73+
dependencies:
74+
"@babel/code-frame" "^7.5.5"
75+
"@babel/generator" "^7.7.4"
76+
"@babel/helpers" "^7.7.4"
77+
"@babel/parser" "^7.7.5"
78+
"@babel/template" "^7.7.4"
79+
"@babel/traverse" "^7.7.4"
80+
"@babel/types" "^7.7.4"
81+
convert-source-map "^1.7.0"
82+
debug "^4.1.0"
83+
json5 "^2.1.0"
84+
lodash "^4.17.13"
85+
resolve "^1.3.2"
86+
semver "^5.4.1"
87+
source-map "^0.5.0"
88+
6989
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.5.5":
7090
version "7.5.5"
7191
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
@@ -471,6 +491,15 @@
471491
"@babel/traverse" "^7.6.0"
472492
"@babel/types" "^7.6.0"
473493

494+
"@babel/helpers@^7.7.4":
495+
version "7.7.4"
496+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302"
497+
integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg==
498+
dependencies:
499+
"@babel/template" "^7.7.4"
500+
"@babel/traverse" "^7.7.4"
501+
"@babel/types" "^7.7.4"
502+
474503
"@babel/highlight@^7.0.0":
475504
version "7.5.0"
476505
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
@@ -500,7 +529,7 @@
500529
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
501530
integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
502531

503-
"@babel/parser@^7.7.4":
532+
"@babel/parser@^7.7.4", "@babel/parser@^7.7.5":
504533
version "7.7.5"
505534
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
506535
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
@@ -523,15 +552,15 @@
523552
"@babel/helper-remap-async-to-generator" "^7.7.4"
524553
"@babel/plugin-syntax-async-generators" "^7.7.4"
525554

526-
"@babel/[email protected]", "@babel/plugin-proposal-class-properties@^7.5.1", "@babel/plugin-proposal-class-properties@^7.5.5":
555+
527556
version "7.5.5"
528557
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
529558
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
530559
dependencies:
531560
"@babel/helper-create-class-features-plugin" "^7.5.5"
532561
"@babel/helper-plugin-utils" "^7.0.0"
533562

534-
"@babel/plugin-proposal-class-properties@^7.7.0":
563+
"@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.7.4":
535564
version "7.7.4"
536565
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba"
537566
integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==
@@ -580,13 +609,13 @@
580609
"@babel/helper-plugin-utils" "^7.0.0"
581610
"@babel/plugin-syntax-json-strings" "^7.7.4"
582611

583-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4":
584-
version "7.4.4"
585-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.4.4.tgz#41c360d59481d88e0ce3a3f837df10121a769b39"
586-
integrity sha512-Amph7Epui1Dh/xxUxS2+K22/MUi6+6JVTvy3P58tja3B6yKTSjwwx0/d83rF7551D6PVSSoplQb8GCwqec7HRw==
612+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.7.4":
613+
version "7.7.4"
614+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.7.4.tgz#7db302c83bc30caa89e38fee935635ef6bd11c28"
615+
integrity sha512-TbYHmr1Gl1UC7Vo2HVuj/Naci5BEGNZ0AJhzqD2Vpr6QPFWpUmBRLrIDjedzx7/CShq0bRDS2gI4FIs77VHLVQ==
587616
dependencies:
588617
"@babel/helper-plugin-utils" "^7.0.0"
589-
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0"
618+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.7.4"
590619

591620
"@babel/[email protected]", "@babel/plugin-proposal-object-rest-spread@^7.5.5":
592621
version "7.5.5"
@@ -620,13 +649,13 @@
620649
"@babel/helper-plugin-utils" "^7.0.0"
621650
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
622651

623-
"@babel/plugin-proposal-optional-chaining@^7.6.0":
624-
version "7.6.0"
625-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.6.0.tgz#e9bf1f9b9ba10c77c033082da75f068389041af8"
626-
integrity sha512-kj4gkZ6qUggkprRq3Uh5KP8XnE1MdIO0J7MhdDX8+rAbB6dJ2UrensGIS+0NPZAaaJ1Vr0PN6oLUgXMU1uMcSg==
652+
"@babel/plugin-proposal-optional-chaining@^7.7.5":
653+
version "7.7.5"
654+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.7.5.tgz#f0835f044cef85b31071a924010a2a390add11d4"
655+
integrity sha512-sOwFqT8JSchtJeDD+CjmWCaiFoLxY4Ps7NjvwHC/U7l4e9i5pTRNt8nDMIFSOUL+ncFbYSwruHM8WknYItWdXw==
627656
dependencies:
628657
"@babel/helper-plugin-utils" "^7.0.0"
629-
"@babel/plugin-syntax-optional-chaining" "^7.2.0"
658+
"@babel/plugin-syntax-optional-chaining" "^7.7.4"
630659

631660
"@babel/plugin-proposal-unicode-property-regex@^7.4.4":
632661
version "7.4.4"
@@ -715,10 +744,10 @@
715744
dependencies:
716745
"@babel/helper-plugin-utils" "^7.0.0"
717746

718-
"@babel/plugin-syntax-nullish-coalescing-operator@^7.2.0":
719-
version "7.2.0"
720-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
721-
integrity sha512-lRCEaKE+LTxDQtgbYajI04ddt6WW0WJq57xqkAZ+s11h4YgfRHhVA/Y2VhfPzzFD4qeLHWg32DMp9HooY4Kqlg==
747+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.7.4":
748+
version "7.7.4"
749+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.7.4.tgz#e53b751d0c3061b1ba3089242524b65a7a9da12b"
750+
integrity sha512-XKh/yIRPiQTOeBg0QJjEus5qiSKucKAiApNtO1psqG7D17xmE+X2i5ZqBEuSvo0HRuyPaKaSN/Gy+Ha9KFQolw==
722751
dependencies:
723752
"@babel/helper-plugin-utils" "^7.0.0"
724753

@@ -750,10 +779,10 @@
750779
dependencies:
751780
"@babel/helper-plugin-utils" "^7.0.0"
752781

753-
"@babel/plugin-syntax-optional-chaining@^7.2.0":
754-
version "7.2.0"
755-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
756-
integrity sha512-HtGCtvp5Uq/jH/WNUPkK6b7rufnCPLLlDAFN7cmACoIjaOOiXxUt3SswU5loHqrhtqTsa/WoLQ1OQ1AGuZqaWA==
782+
"@babel/plugin-syntax-optional-chaining@^7.7.4":
783+
version "7.7.4"
784+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.7.4.tgz#c91fdde6de85d2eb8906daea7b21944c3610c901"
785+
integrity sha512-2MqYD5WjZSbJdUagnJvIdSfkb/ucOC9/1fRJxm7GAxY6YQLWlUvkfxoNbUPcPLHJyetKUDQ4+yyuUyAoc0HriA==
757786
dependencies:
758787
"@babel/helper-plugin-utils" "^7.0.0"
759788

@@ -771,6 +800,13 @@
771800
dependencies:
772801
"@babel/helper-plugin-utils" "^7.0.0"
773802

803+
"@babel/plugin-syntax-typescript@^7.7.4":
804+
version "7.7.4"
805+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.7.4.tgz#5d037ffa10f3b25a16f32570ebbe7a8c2efa304b"
806+
integrity sha512-77blgY18Hud4NM1ggTA8xVT/dBENQf17OpiToSa2jSmEY3fWXD2jwrdVlO4kq5yzUTeF15WSQ6b4fByNvJcjpQ==
807+
dependencies:
808+
"@babel/helper-plugin-utils" "^7.0.0"
809+
774810
"@babel/plugin-transform-arrow-functions@^7.2.0":
775811
version "7.2.0"
776812
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
@@ -1383,6 +1419,15 @@
13831419
"@babel/helper-plugin-utils" "^7.0.0"
13841420
"@babel/plugin-syntax-typescript" "^7.2.0"
13851421

1422+
"@babel/plugin-transform-typescript@^7.7.4":
1423+
version "7.7.4"
1424+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.4.tgz#2974fd05f4e85c695acaf497f432342de9fc0636"
1425+
integrity sha512-X8e3tcPEKnwwPVG+vP/vSqEShkwODOEeyQGod82qrIuidwIrfnsGn11qPM1jBLF4MqguTXXYzm58d0dY+/wdpg==
1426+
dependencies:
1427+
"@babel/helper-create-class-features-plugin" "^7.7.4"
1428+
"@babel/helper-plugin-utils" "^7.0.0"
1429+
"@babel/plugin-syntax-typescript" "^7.7.4"
1430+
13861431
"@babel/plugin-transform-unicode-regex@^7.4.4":
13871432
version "7.4.4"
13881433
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
@@ -1512,7 +1557,7 @@
15121557
js-levenshtein "^1.1.3"
15131558
semver "^5.5.0"
15141559

1515-
"@babel/preset-env@^7.7.1":
1560+
"@babel/preset-env@^7.7.1", "@babel/preset-env@^7.7.6":
15161561
version "7.7.6"
15171562
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.6.tgz#39ac600427bbb94eec6b27953f1dfa1d64d457b2"
15181563
integrity sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ==
@@ -1588,7 +1633,7 @@
15881633
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
15891634
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
15901635

1591-
"@babel/preset-react@^7.7.0":
1636+
"@babel/preset-react@^7.7.0", "@babel/preset-react@^7.7.4":
15921637
version "7.7.4"
15931638
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.4.tgz#3fe2ea698d8fb536d8e7881a592c3c1ee8bf5707"
15941639
integrity sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g==
@@ -1599,14 +1644,22 @@
15991644
"@babel/plugin-transform-react-jsx-self" "^7.7.4"
16001645
"@babel/plugin-transform-react-jsx-source" "^7.7.4"
16011646

1602-
"@babel/[email protected]", "@babel/preset-typescript@^7.3.3":
1647+
16031648
version "7.3.3"
16041649
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.3.3.tgz#88669911053fa16b2b276ea2ede2ca603b3f307a"
16051650
integrity sha512-mzMVuIP4lqtn4du2ynEfdO0+RYcslwrZiJHXu4MGaC1ctJiW2fyaeDrtjJGs7R/KebZ1sgowcIoWf4uRpEfKEg==
16061651
dependencies:
16071652
"@babel/helper-plugin-utils" "^7.0.0"
16081653
"@babel/plugin-transform-typescript" "^7.3.2"
16091654

1655+
"@babel/preset-typescript@^7.7.4":
1656+
version "7.7.4"
1657+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.4.tgz#780059a78e6fa7f7a4c87f027292a86b31ce080a"
1658+
integrity sha512-rqrjxfdiHPsnuPur0jKrIIGQCIgoTWMTjlbWE69G4QJ6TIOVnnRnIJhUxNTL/VwDmEAVX08Tq3B1nirer5341w==
1659+
dependencies:
1660+
"@babel/helper-plugin-utils" "^7.0.0"
1661+
"@babel/plugin-transform-typescript" "^7.7.4"
1662+
16101663
"@babel/register@^7.7.0":
16111664
version "7.7.0"
16121665
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.0.tgz#4e23ecf840296ef79c605baaa5c89e1a2426314b"
@@ -6861,10 +6914,10 @@ babel-plugin-syntax-jsx@^6.18.0:
68616914
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
68626915
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
68636916

6864-
babel-plugin-transform-define@^1.3.1:
6865-
version "1.3.1"
6866-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-1.3.1.tgz#b21b7bad3b84cf8e3f07cdc8c660b99cbbc01213"
6867-
integrity sha512-JXZ1xE9jIbKCGYZ4wbSMPSI5mdS4DRLi5+SkTHgZqWn5YIf/EucykkzUsPmzJlpkX8fsMVdLnA5vt/LvT97Zbg==
6917+
babel-plugin-transform-define@^2.0.0:
6918+
version "2.0.0"
6919+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-define/-/babel-plugin-transform-define-2.0.0.tgz#79c3536635f899aabaf830b194b25519465675a4"
6920+
integrity sha512-0dv5RNRUlUKxGYIIErl01lpvi8b7W2R04Qcl1mCj70ahwZcgiklfXnFlh4FGnRh6aayCfSZKdhiMryVzcq5Dmg==
68686921
dependencies:
68696922
lodash "^4.17.11"
68706923
traverse "0.6.6"
@@ -6933,11 +6986,6 @@ babel-plugin-transform-undefined-to-void@^6.9.4:
69336986
resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz#be241ca81404030678b748717322b89d0c8fe280"
69346987
integrity sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA=
69356988

6936-
babel-plugin-typescript-strip-namespaces@^1.1.1:
6937-
version "1.1.1"
6938-
resolved "https://registry.yarnpkg.com/babel-plugin-typescript-strip-namespaces/-/babel-plugin-typescript-strip-namespaces-1.1.1.tgz#160433b17e424b57cf72e3b4d8f08195ad28d7fd"
6939-
integrity sha512-dVB9caEANbEVwUylL8g3lsYU5JjaXE2KNIVLib3KVcGJF32QunxvQqP6kf+lzW/fyDed/zWD/e/hdyimyc/79Q==
6940-
69416989
babel-polyfill@^6.26.0:
69426990
version "6.26.0"
69436991
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153"
@@ -9317,6 +9365,13 @@ convert-source-map@^1.5.1, convert-source-map@^1.6.0:
93179365
dependencies:
93189366
safe-buffer "~5.1.1"
93199367

9368+
convert-source-map@^1.7.0:
9369+
version "1.7.0"
9370+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
9371+
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
9372+
dependencies:
9373+
safe-buffer "~5.1.1"
9374+
93209375
convex-hull@^1.0.3:
93219376
version "1.0.3"
93229377
resolved "https://registry.yarnpkg.com/convex-hull/-/convex-hull-1.0.3.tgz#20a3aa6ce87f4adea2ff7d17971c9fc1c67e1fff"

0 commit comments

Comments
 (0)