Skip to content

Commit ee85170

Browse files
[skip ci] Update babel monorepo (#64)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 695e821 commit ee85170

File tree

2 files changed

+143
-33
lines changed

2 files changed

+143
-33
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"email": "[email protected]"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "7.10.5",
30-
"@babel/preset-env": "7.10.4",
29+
"@babel/core": "7.11.6",
30+
"@babel/preset-env": "7.11.5",
3131
"@babel/preset-react": "7.10.4",
3232
"@commitlint/cli": "8.3.5",
3333
"@commitlint/config-conventional": "8.3.4",

yarn.lock

Lines changed: 141 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,28 @@
2525
invariant "^2.2.4"
2626
semver "^5.5.0"
2727

28-
29-
version "7.10.5"
30-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
31-
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
28+
"@babel/compat-data@^7.11.0":
29+
version "7.11.0"
30+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
31+
integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==
32+
dependencies:
33+
browserslist "^4.12.0"
34+
invariant "^2.2.4"
35+
semver "^5.5.0"
36+
37+
38+
version "7.11.6"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
40+
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
3241
dependencies:
3342
"@babel/code-frame" "^7.10.4"
34-
"@babel/generator" "^7.10.5"
35-
"@babel/helper-module-transforms" "^7.10.5"
43+
"@babel/generator" "^7.11.6"
44+
"@babel/helper-module-transforms" "^7.11.0"
3645
"@babel/helpers" "^7.10.4"
37-
"@babel/parser" "^7.10.5"
46+
"@babel/parser" "^7.11.5"
3847
"@babel/template" "^7.10.4"
39-
"@babel/traverse" "^7.10.5"
40-
"@babel/types" "^7.10.5"
48+
"@babel/traverse" "^7.11.5"
49+
"@babel/types" "^7.11.5"
4150
convert-source-map "^1.7.0"
4251
debug "^4.1.0"
4352
gensync "^1.0.0-beta.1"
@@ -56,6 +65,15 @@
5665
jsesc "^2.5.1"
5766
source-map "^0.5.0"
5867

68+
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
69+
version "7.11.6"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
71+
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
72+
dependencies:
73+
"@babel/types" "^7.11.5"
74+
jsesc "^2.5.1"
75+
source-map "^0.5.0"
76+
5977
"@babel/generator@^7.9.0":
6078
version "7.9.4"
6179
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce"
@@ -229,6 +247,19 @@
229247
"@babel/types" "^7.10.5"
230248
lodash "^4.17.19"
231249

250+
"@babel/helper-module-transforms@^7.11.0":
251+
version "7.11.0"
252+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
253+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
254+
dependencies:
255+
"@babel/helper-module-imports" "^7.10.4"
256+
"@babel/helper-replace-supers" "^7.10.4"
257+
"@babel/helper-simple-access" "^7.10.4"
258+
"@babel/helper-split-export-declaration" "^7.11.0"
259+
"@babel/template" "^7.10.4"
260+
"@babel/types" "^7.11.0"
261+
lodash "^4.17.19"
262+
232263
"@babel/helper-optimise-call-expression@^7.10.4":
233264
version "7.10.4"
234265
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -289,13 +320,27 @@
289320
"@babel/template" "^7.10.4"
290321
"@babel/types" "^7.10.4"
291322

323+
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
324+
version "7.11.0"
325+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
326+
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
327+
dependencies:
328+
"@babel/types" "^7.11.0"
329+
292330
"@babel/helper-split-export-declaration@^7.10.4":
293331
version "7.10.4"
294332
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
295333
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
296334
dependencies:
297335
"@babel/types" "^7.10.4"
298336

337+
"@babel/helper-split-export-declaration@^7.11.0":
338+
version "7.11.0"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
340+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
341+
dependencies:
342+
"@babel/types" "^7.11.0"
343+
299344
"@babel/helper-split-export-declaration@^7.8.3":
300345
version "7.8.3"
301346
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
@@ -355,6 +400,11 @@
355400
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
356401
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
357402

403+
"@babel/parser@^7.11.5":
404+
version "7.11.5"
405+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
406+
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
407+
358408
"@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
359409
version "7.9.4"
360410
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
@@ -385,6 +435,14 @@
385435
"@babel/helper-plugin-utils" "^7.10.4"
386436
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
387437

438+
"@babel/plugin-proposal-export-namespace-from@^7.10.4":
439+
version "7.10.4"
440+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54"
441+
integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==
442+
dependencies:
443+
"@babel/helper-plugin-utils" "^7.10.4"
444+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
445+
388446
"@babel/plugin-proposal-json-strings@^7.10.4":
389447
version "7.10.4"
390448
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db"
@@ -393,6 +451,14 @@
393451
"@babel/helper-plugin-utils" "^7.10.4"
394452
"@babel/plugin-syntax-json-strings" "^7.8.0"
395453

454+
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
455+
version "7.11.0"
456+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8"
457+
integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==
458+
dependencies:
459+
"@babel/helper-plugin-utils" "^7.10.4"
460+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
461+
396462
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4":
397463
version "7.10.4"
398464
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
@@ -409,10 +475,10 @@
409475
"@babel/helper-plugin-utils" "^7.10.4"
410476
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
411477

412-
"@babel/plugin-proposal-object-rest-spread@^7.10.4":
413-
version "7.10.4"
414-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0"
415-
integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==
478+
"@babel/plugin-proposal-object-rest-spread@^7.11.0":
479+
version "7.11.0"
480+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af"
481+
integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==
416482
dependencies:
417483
"@babel/helper-plugin-utils" "^7.10.4"
418484
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -426,12 +492,13 @@
426492
"@babel/helper-plugin-utils" "^7.10.4"
427493
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
428494

429-
"@babel/plugin-proposal-optional-chaining@^7.10.4":
430-
version "7.10.4"
431-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7"
432-
integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==
495+
"@babel/plugin-proposal-optional-chaining@^7.11.0":
496+
version "7.11.0"
497+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
498+
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
433499
dependencies:
434500
"@babel/helper-plugin-utils" "^7.10.4"
501+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
435502
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
436503

437504
"@babel/plugin-proposal-private-methods@^7.10.4":
@@ -479,6 +546,13 @@
479546
dependencies:
480547
"@babel/helper-plugin-utils" "^7.8.0"
481548

549+
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
550+
version "7.8.3"
551+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
552+
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
553+
dependencies:
554+
"@babel/helper-plugin-utils" "^7.8.3"
555+
482556
"@babel/plugin-syntax-json-strings@^7.8.0":
483557
version "7.8.3"
484558
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
@@ -493,6 +567,13 @@
493567
dependencies:
494568
"@babel/helper-plugin-utils" "^7.10.4"
495569

570+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
571+
version "7.10.4"
572+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
573+
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
574+
dependencies:
575+
"@babel/helper-plugin-utils" "^7.10.4"
576+
496577
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
497578
version "7.8.3"
498579
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
@@ -798,12 +879,13 @@
798879
dependencies:
799880
"@babel/helper-plugin-utils" "^7.10.4"
800881

801-
"@babel/plugin-transform-spread@^7.10.4":
802-
version "7.10.4"
803-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff"
804-
integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==
882+
"@babel/plugin-transform-spread@^7.11.0":
883+
version "7.11.0"
884+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc"
885+
integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==
805886
dependencies:
806887
"@babel/helper-plugin-utils" "^7.10.4"
888+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
807889

808890
"@babel/plugin-transform-sticky-regex@^7.10.4":
809891
version "7.10.4"
@@ -843,30 +925,34 @@
843925
"@babel/helper-create-regexp-features-plugin" "^7.10.4"
844926
"@babel/helper-plugin-utils" "^7.10.4"
845927

846-
"@babel/preset-env@7.10.4":
847-
version "7.10.4"
848-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f"
849-
integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==
928+
"@babel/preset-env@7.11.5":
929+
version "7.11.5"
930+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272"
931+
integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA==
850932
dependencies:
851-
"@babel/compat-data" "^7.10.4"
933+
"@babel/compat-data" "^7.11.0"
852934
"@babel/helper-compilation-targets" "^7.10.4"
853935
"@babel/helper-module-imports" "^7.10.4"
854936
"@babel/helper-plugin-utils" "^7.10.4"
855937
"@babel/plugin-proposal-async-generator-functions" "^7.10.4"
856938
"@babel/plugin-proposal-class-properties" "^7.10.4"
857939
"@babel/plugin-proposal-dynamic-import" "^7.10.4"
940+
"@babel/plugin-proposal-export-namespace-from" "^7.10.4"
858941
"@babel/plugin-proposal-json-strings" "^7.10.4"
942+
"@babel/plugin-proposal-logical-assignment-operators" "^7.11.0"
859943
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4"
860944
"@babel/plugin-proposal-numeric-separator" "^7.10.4"
861-
"@babel/plugin-proposal-object-rest-spread" "^7.10.4"
945+
"@babel/plugin-proposal-object-rest-spread" "^7.11.0"
862946
"@babel/plugin-proposal-optional-catch-binding" "^7.10.4"
863-
"@babel/plugin-proposal-optional-chaining" "^7.10.4"
947+
"@babel/plugin-proposal-optional-chaining" "^7.11.0"
864948
"@babel/plugin-proposal-private-methods" "^7.10.4"
865949
"@babel/plugin-proposal-unicode-property-regex" "^7.10.4"
866950
"@babel/plugin-syntax-async-generators" "^7.8.0"
867951
"@babel/plugin-syntax-class-properties" "^7.10.4"
868952
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
953+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
869954
"@babel/plugin-syntax-json-strings" "^7.8.0"
955+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
870956
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
871957
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
872958
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -899,14 +985,14 @@
899985
"@babel/plugin-transform-regenerator" "^7.10.4"
900986
"@babel/plugin-transform-reserved-words" "^7.10.4"
901987
"@babel/plugin-transform-shorthand-properties" "^7.10.4"
902-
"@babel/plugin-transform-spread" "^7.10.4"
988+
"@babel/plugin-transform-spread" "^7.11.0"
903989
"@babel/plugin-transform-sticky-regex" "^7.10.4"
904990
"@babel/plugin-transform-template-literals" "^7.10.4"
905991
"@babel/plugin-transform-typeof-symbol" "^7.10.4"
906992
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
907993
"@babel/plugin-transform-unicode-regex" "^7.10.4"
908994
"@babel/preset-modules" "^0.1.3"
909-
"@babel/types" "^7.10.4"
995+
"@babel/types" "^7.11.5"
910996
browserslist "^4.12.0"
911997
core-js-compat "^3.6.2"
912998
invariant "^2.2.2"
@@ -977,7 +1063,7 @@
9771063
"@babel/parser" "^7.8.6"
9781064
"@babel/types" "^7.8.6"
9791065

980-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5":
1066+
"@babel/traverse@^7.10.4":
9811067
version "7.10.5"
9821068
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
9831069
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -992,6 +1078,21 @@
9921078
globals "^11.1.0"
9931079
lodash "^4.17.19"
9941080

1081+
"@babel/traverse@^7.11.5":
1082+
version "7.11.5"
1083+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
1084+
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
1085+
dependencies:
1086+
"@babel/code-frame" "^7.10.4"
1087+
"@babel/generator" "^7.11.5"
1088+
"@babel/helper-function-name" "^7.10.4"
1089+
"@babel/helper-split-export-declaration" "^7.11.0"
1090+
"@babel/parser" "^7.11.5"
1091+
"@babel/types" "^7.11.5"
1092+
debug "^4.1.0"
1093+
globals "^11.1.0"
1094+
lodash "^4.17.19"
1095+
9951096
"@babel/traverse@^7.7.0":
9961097
version "7.9.0"
9971098
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
@@ -1016,6 +1117,15 @@
10161117
lodash "^4.17.19"
10171118
to-fast-properties "^2.0.0"
10181119

1120+
"@babel/types@^7.11.0", "@babel/types@^7.11.5":
1121+
version "7.11.5"
1122+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
1123+
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
1124+
dependencies:
1125+
"@babel/helper-validator-identifier" "^7.10.4"
1126+
lodash "^4.17.19"
1127+
to-fast-properties "^2.0.0"
1128+
10191129
"@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
10201130
version "7.9.0"
10211131
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"

0 commit comments

Comments
 (0)