Skip to content

Commit c492c7c

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.11.0
1 parent aa6fcd2 commit c492c7c

File tree

2 files changed

+157
-25
lines changed

2 files changed

+157
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"@aureooms/js-random": "2.0.0",
4040
"@aureooms/js-string": "0.2.0",
4141
"@babel/cli": "7.10.5",
42-
"@babel/core": "7.10.5",
42+
"@babel/core": "7.11.0",
4343
"@babel/polyfill": "7.10.4",
44-
"@babel/preset-env": "7.10.4",
44+
"@babel/preset-env": "7.11.0",
4545
"@babel/register": "7.10.5",
4646
"ava": "3.11.0",
4747
"coveralls": "3.1.0",

yarn.lock

Lines changed: 155 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,38 @@
8484
invariant "^2.2.4"
8585
semver "^5.5.0"
8686

87-
"@babel/core@7.10.5", "@babel/core@^7.7.5":
87+
"@babel/compat-data@^7.11.0":
88+
version "7.11.0"
89+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
90+
integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==
91+
dependencies:
92+
browserslist "^4.12.0"
93+
invariant "^2.2.4"
94+
semver "^5.5.0"
95+
96+
"@babel/core@7.11.0":
97+
version "7.11.0"
98+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
99+
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
100+
dependencies:
101+
"@babel/code-frame" "^7.10.4"
102+
"@babel/generator" "^7.11.0"
103+
"@babel/helper-module-transforms" "^7.11.0"
104+
"@babel/helpers" "^7.10.4"
105+
"@babel/parser" "^7.11.0"
106+
"@babel/template" "^7.10.4"
107+
"@babel/traverse" "^7.11.0"
108+
"@babel/types" "^7.11.0"
109+
convert-source-map "^1.7.0"
110+
debug "^4.1.0"
111+
gensync "^1.0.0-beta.1"
112+
json5 "^2.1.2"
113+
lodash "^4.17.19"
114+
resolve "^1.3.2"
115+
semver "^5.4.1"
116+
source-map "^0.5.0"
117+
118+
"@babel/core@^7.7.5":
88119
version "7.10.5"
89120
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
90121
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
@@ -115,6 +146,15 @@
115146
jsesc "^2.5.1"
116147
source-map "^0.5.0"
117148

149+
"@babel/generator@^7.11.0":
150+
version "7.11.0"
151+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
152+
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
153+
dependencies:
154+
"@babel/types" "^7.11.0"
155+
jsesc "^2.5.1"
156+
source-map "^0.5.0"
157+
118158
"@babel/helper-annotate-as-pure@^7.10.4":
119159
version "7.10.4"
120160
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -229,14 +269,27 @@
229269
"@babel/types" "^7.10.5"
230270
lodash "^4.17.19"
231271

272+
"@babel/helper-module-transforms@^7.11.0":
273+
version "7.11.0"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
275+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
276+
dependencies:
277+
"@babel/helper-module-imports" "^7.10.4"
278+
"@babel/helper-replace-supers" "^7.10.4"
279+
"@babel/helper-simple-access" "^7.10.4"
280+
"@babel/helper-split-export-declaration" "^7.11.0"
281+
"@babel/template" "^7.10.4"
282+
"@babel/types" "^7.11.0"
283+
lodash "^4.17.19"
284+
232285
"@babel/helper-optimise-call-expression@^7.10.4":
233286
version "7.10.4"
234287
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
235288
integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
236289
dependencies:
237290
"@babel/types" "^7.10.4"
238291

239-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
292+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
240293
version "7.10.4"
241294
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
242295
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
@@ -277,13 +330,27 @@
277330
"@babel/template" "^7.10.4"
278331
"@babel/types" "^7.10.4"
279332

333+
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
334+
version "7.11.0"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
336+
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
337+
dependencies:
338+
"@babel/types" "^7.11.0"
339+
280340
"@babel/helper-split-export-declaration@^7.10.4":
281341
version "7.10.4"
282342
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
283343
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
284344
dependencies:
285345
"@babel/types" "^7.10.4"
286346

347+
"@babel/helper-split-export-declaration@^7.11.0":
348+
version "7.11.0"
349+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
350+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
351+
dependencies:
352+
"@babel/types" "^7.11.0"
353+
287354
"@babel/helper-validator-identifier@^7.10.4":
288355
version "7.10.4"
289356
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -322,6 +389,11 @@
322389
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
323390
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
324391

392+
"@babel/parser@^7.11.0":
393+
version "7.11.0"
394+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
395+
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
396+
325397
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
326398
version "7.10.5"
327399
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
@@ -347,6 +419,14 @@
347419
"@babel/helper-plugin-utils" "^7.10.4"
348420
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
349421

422+
"@babel/plugin-proposal-export-namespace-from@^7.10.4":
423+
version "7.10.4"
424+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54"
425+
integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==
426+
dependencies:
427+
"@babel/helper-plugin-utils" "^7.10.4"
428+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
429+
350430
"@babel/plugin-proposal-json-strings@^7.10.4":
351431
version "7.10.4"
352432
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db"
@@ -355,6 +435,14 @@
355435
"@babel/helper-plugin-utils" "^7.10.4"
356436
"@babel/plugin-syntax-json-strings" "^7.8.0"
357437

438+
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
439+
version "7.11.0"
440+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8"
441+
integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==
442+
dependencies:
443+
"@babel/helper-plugin-utils" "^7.10.4"
444+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
445+
358446
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4":
359447
version "7.10.4"
360448
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
@@ -371,10 +459,10 @@
371459
"@babel/helper-plugin-utils" "^7.10.4"
372460
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
373461

374-
"@babel/plugin-proposal-object-rest-spread@^7.10.4":
375-
version "7.10.4"
376-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0"
377-
integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==
462+
"@babel/plugin-proposal-object-rest-spread@^7.11.0":
463+
version "7.11.0"
464+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af"
465+
integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==
378466
dependencies:
379467
"@babel/helper-plugin-utils" "^7.10.4"
380468
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -388,12 +476,13 @@
388476
"@babel/helper-plugin-utils" "^7.10.4"
389477
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
390478

391-
"@babel/plugin-proposal-optional-chaining@^7.10.4":
392-
version "7.10.4"
393-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7"
394-
integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==
479+
"@babel/plugin-proposal-optional-chaining@^7.11.0":
480+
version "7.11.0"
481+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
482+
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
395483
dependencies:
396484
"@babel/helper-plugin-utils" "^7.10.4"
485+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
397486
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
398487

399488
"@babel/plugin-proposal-private-methods@^7.10.4":
@@ -433,13 +522,27 @@
433522
dependencies:
434523
"@babel/helper-plugin-utils" "^7.8.0"
435524

525+
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
526+
version "7.8.3"
527+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
528+
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
529+
dependencies:
530+
"@babel/helper-plugin-utils" "^7.8.3"
531+
436532
"@babel/plugin-syntax-json-strings@^7.8.0":
437533
version "7.8.3"
438534
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
439535
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
440536
dependencies:
441537
"@babel/helper-plugin-utils" "^7.8.0"
442538

539+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
540+
version "7.10.4"
541+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
542+
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
543+
dependencies:
544+
"@babel/helper-plugin-utils" "^7.10.4"
545+
443546
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
444547
version "7.8.3"
445548
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
@@ -687,12 +790,13 @@
687790
dependencies:
688791
"@babel/helper-plugin-utils" "^7.10.4"
689792

690-
"@babel/plugin-transform-spread@^7.10.4":
691-
version "7.10.4"
692-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff"
693-
integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==
793+
"@babel/plugin-transform-spread@^7.11.0":
794+
version "7.11.0"
795+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc"
796+
integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==
694797
dependencies:
695798
"@babel/helper-plugin-utils" "^7.10.4"
799+
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
696800

697801
"@babel/plugin-transform-sticky-regex@^7.10.4":
698802
version "7.10.4"
@@ -740,30 +844,34 @@
740844
core-js "^2.6.5"
741845
regenerator-runtime "^0.13.4"
742846

743-
"@babel/preset-env@7.10.4":
744-
version "7.10.4"
745-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f"
746-
integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==
847+
"@babel/preset-env@7.11.0":
848+
version "7.11.0"
849+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796"
850+
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==
747851
dependencies:
748-
"@babel/compat-data" "^7.10.4"
852+
"@babel/compat-data" "^7.11.0"
749853
"@babel/helper-compilation-targets" "^7.10.4"
750854
"@babel/helper-module-imports" "^7.10.4"
751855
"@babel/helper-plugin-utils" "^7.10.4"
752856
"@babel/plugin-proposal-async-generator-functions" "^7.10.4"
753857
"@babel/plugin-proposal-class-properties" "^7.10.4"
754858
"@babel/plugin-proposal-dynamic-import" "^7.10.4"
859+
"@babel/plugin-proposal-export-namespace-from" "^7.10.4"
755860
"@babel/plugin-proposal-json-strings" "^7.10.4"
861+
"@babel/plugin-proposal-logical-assignment-operators" "^7.11.0"
756862
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4"
757863
"@babel/plugin-proposal-numeric-separator" "^7.10.4"
758-
"@babel/plugin-proposal-object-rest-spread" "^7.10.4"
864+
"@babel/plugin-proposal-object-rest-spread" "^7.11.0"
759865
"@babel/plugin-proposal-optional-catch-binding" "^7.10.4"
760-
"@babel/plugin-proposal-optional-chaining" "^7.10.4"
866+
"@babel/plugin-proposal-optional-chaining" "^7.11.0"
761867
"@babel/plugin-proposal-private-methods" "^7.10.4"
762868
"@babel/plugin-proposal-unicode-property-regex" "^7.10.4"
763869
"@babel/plugin-syntax-async-generators" "^7.8.0"
764870
"@babel/plugin-syntax-class-properties" "^7.10.4"
765871
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
872+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
766873
"@babel/plugin-syntax-json-strings" "^7.8.0"
874+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
767875
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
768876
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
769877
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -796,14 +904,14 @@
796904
"@babel/plugin-transform-regenerator" "^7.10.4"
797905
"@babel/plugin-transform-reserved-words" "^7.10.4"
798906
"@babel/plugin-transform-shorthand-properties" "^7.10.4"
799-
"@babel/plugin-transform-spread" "^7.10.4"
907+
"@babel/plugin-transform-spread" "^7.11.0"
800908
"@babel/plugin-transform-sticky-regex" "^7.10.4"
801909
"@babel/plugin-transform-template-literals" "^7.10.4"
802910
"@babel/plugin-transform-typeof-symbol" "^7.10.4"
803911
"@babel/plugin-transform-unicode-escapes" "^7.10.4"
804912
"@babel/plugin-transform-unicode-regex" "^7.10.4"
805913
"@babel/preset-modules" "^0.1.3"
806-
"@babel/types" "^7.10.4"
914+
"@babel/types" "^7.11.0"
807915
browserslist "^4.12.0"
808916
core-js-compat "^3.6.2"
809917
invariant "^2.2.2"
@@ -863,6 +971,21 @@
863971
globals "^11.1.0"
864972
lodash "^4.17.19"
865973

974+
"@babel/traverse@^7.11.0":
975+
version "7.11.0"
976+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
977+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
978+
dependencies:
979+
"@babel/code-frame" "^7.10.4"
980+
"@babel/generator" "^7.11.0"
981+
"@babel/helper-function-name" "^7.10.4"
982+
"@babel/helper-split-export-declaration" "^7.11.0"
983+
"@babel/parser" "^7.11.0"
984+
"@babel/types" "^7.11.0"
985+
debug "^4.1.0"
986+
globals "^11.1.0"
987+
lodash "^4.17.19"
988+
866989
"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.4.4":
867990
version "7.10.5"
868991
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
@@ -872,6 +995,15 @@
872995
lodash "^4.17.19"
873996
to-fast-properties "^2.0.0"
874997

998+
"@babel/types@^7.11.0":
999+
version "7.11.0"
1000+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1001+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
1002+
dependencies:
1003+
"@babel/helper-validator-identifier" "^7.10.4"
1004+
lodash "^4.17.19"
1005+
to-fast-properties "^2.0.0"
1006+
8751007
"@concordance/react@^2.0.0":
8761008
version "2.0.0"
8771009
resolved "https://registry.yarnpkg.com/@concordance/react/-/react-2.0.0.tgz#aef913f27474c53731f4fd79cc2f54897de90fde"

0 commit comments

Comments
 (0)