Skip to content

Commit 32bc354

Browse files
committed
chore(deps): update babel monorepo
1 parent 303b42d commit 32bc354

File tree

2 files changed

+125
-32
lines changed

2 files changed

+125
-32
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"react-native": "0.63.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.8.4",
19-
"@babel/runtime": "7.8.4",
18+
"@babel/core": "7.12.3",
19+
"@babel/runtime": "7.12.1",
2020
"@react-native-community/eslint-config": "1.1.0",
2121
"babel-jest": "25.1.0",
2222
"eslint": "6.5.1",

example/yarn.lock

Lines changed: 123 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,31 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.10.4"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
88
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/core@7.8.4":
13-
version "7.8.4"
14-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
15-
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
16-
dependencies:
17-
"@babel/code-frame" "^7.8.3"
18-
"@babel/generator" "^7.8.4"
19-
"@babel/helpers" "^7.8.4"
20-
"@babel/parser" "^7.8.4"
21-
"@babel/template" "^7.8.3"
22-
"@babel/traverse" "^7.8.4"
23-
"@babel/types" "^7.8.3"
12+
"@babel/core@7.12.3":
13+
version "7.12.3"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
15+
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
16+
dependencies:
17+
"@babel/code-frame" "^7.10.4"
18+
"@babel/generator" "^7.12.1"
19+
"@babel/helper-module-transforms" "^7.12.1"
20+
"@babel/helpers" "^7.12.1"
21+
"@babel/parser" "^7.12.3"
22+
"@babel/template" "^7.10.4"
23+
"@babel/traverse" "^7.12.1"
24+
"@babel/types" "^7.12.1"
2425
convert-source-map "^1.7.0"
2526
debug "^4.1.0"
2627
gensync "^1.0.0-beta.1"
27-
json5 "^2.1.0"
28-
lodash "^4.17.13"
28+
json5 "^2.1.2"
29+
lodash "^4.17.19"
2930
resolve "^1.3.2"
3031
semver "^5.4.1"
3132
source-map "^0.5.0"
@@ -52,7 +53,7 @@
5253
semver "^5.4.1"
5354
source-map "^0.5.0"
5455

55-
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6", "@babel/generator@^7.5.0", "@babel/generator@^7.8.4":
56+
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6", "@babel/generator@^7.5.0":
5657
version "7.11.6"
5758
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
5859
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
@@ -61,6 +62,15 @@
6162
jsesc "^2.5.1"
6263
source-map "^0.5.0"
6364

65+
"@babel/generator@^7.12.1":
66+
version "7.12.1"
67+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
68+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
69+
dependencies:
70+
"@babel/types" "^7.12.1"
71+
jsesc "^2.5.1"
72+
source-map "^0.5.0"
73+
6474
"@babel/helper-annotate-as-pure@^7.10.4":
6575
version "7.10.4"
6676
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -153,13 +163,27 @@
153163
dependencies:
154164
"@babel/types" "^7.11.0"
155165

166+
"@babel/helper-member-expression-to-functions@^7.12.1":
167+
version "7.12.1"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
169+
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
170+
dependencies:
171+
"@babel/types" "^7.12.1"
172+
156173
"@babel/helper-module-imports@^7.10.4":
157174
version "7.10.4"
158175
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
159176
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
160177
dependencies:
161178
"@babel/types" "^7.10.4"
162179

180+
"@babel/helper-module-imports@^7.12.1":
181+
version "7.12.1"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
183+
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
184+
dependencies:
185+
"@babel/types" "^7.12.1"
186+
163187
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0":
164188
version "7.11.0"
165189
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
@@ -173,6 +197,21 @@
173197
"@babel/types" "^7.11.0"
174198
lodash "^4.17.19"
175199

200+
"@babel/helper-module-transforms@^7.12.1":
201+
version "7.12.1"
202+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
203+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
204+
dependencies:
205+
"@babel/helper-module-imports" "^7.12.1"
206+
"@babel/helper-replace-supers" "^7.12.1"
207+
"@babel/helper-simple-access" "^7.12.1"
208+
"@babel/helper-split-export-declaration" "^7.11.0"
209+
"@babel/helper-validator-identifier" "^7.10.4"
210+
"@babel/template" "^7.10.4"
211+
"@babel/traverse" "^7.12.1"
212+
"@babel/types" "^7.12.1"
213+
lodash "^4.17.19"
214+
176215
"@babel/helper-optimise-call-expression@^7.10.4":
177216
version "7.10.4"
178217
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -212,6 +251,16 @@
212251
"@babel/traverse" "^7.10.4"
213252
"@babel/types" "^7.10.4"
214253

254+
"@babel/helper-replace-supers@^7.12.1":
255+
version "7.12.1"
256+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
257+
integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
258+
dependencies:
259+
"@babel/helper-member-expression-to-functions" "^7.12.1"
260+
"@babel/helper-optimise-call-expression" "^7.10.4"
261+
"@babel/traverse" "^7.12.1"
262+
"@babel/types" "^7.12.1"
263+
215264
"@babel/helper-simple-access@^7.10.4":
216265
version "7.10.4"
217266
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -220,6 +269,13 @@
220269
"@babel/template" "^7.10.4"
221270
"@babel/types" "^7.10.4"
222271

272+
"@babel/helper-simple-access@^7.12.1":
273+
version "7.12.1"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
275+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
276+
dependencies:
277+
"@babel/types" "^7.12.1"
278+
223279
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
224280
version "7.11.0"
225281
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
@@ -249,7 +305,7 @@
249305
"@babel/traverse" "^7.10.4"
250306
"@babel/types" "^7.10.4"
251307

252-
"@babel/helpers@^7.10.4", "@babel/helpers@^7.8.4":
308+
"@babel/helpers@^7.10.4":
253309
version "7.10.4"
254310
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
255311
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
@@ -258,6 +314,15 @@
258314
"@babel/traverse" "^7.10.4"
259315
"@babel/types" "^7.10.4"
260316

317+
"@babel/helpers@^7.12.1":
318+
version "7.12.1"
319+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79"
320+
integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g==
321+
dependencies:
322+
"@babel/template" "^7.10.4"
323+
"@babel/traverse" "^7.12.1"
324+
"@babel/types" "^7.12.1"
325+
261326
"@babel/highlight@^7.10.4":
262327
version "7.10.4"
263328
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
@@ -267,11 +332,16 @@
267332
chalk "^2.0.0"
268333
js-tokens "^4.0.0"
269334

270-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0", "@babel/parser@^7.8.4":
335+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0":
271336
version "7.11.5"
272337
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
273338
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
274339

340+
"@babel/parser@^7.12.1", "@babel/parser@^7.12.3":
341+
version "7.12.3"
342+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
343+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
344+
275345
"@babel/plugin-external-helpers@^7.0.0":
276346
version "7.10.4"
277347
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.10.4.tgz#40d38e8e48a1fa3766ab43496253266ca26783ce"
@@ -701,12 +771,12 @@
701771
core-js-pure "^3.0.0"
702772
regenerator-runtime "^0.13.4"
703773

704-
"@babel/runtime@7.8.4":
705-
version "7.8.4"
706-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308"
707-
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==
774+
"@babel/runtime@7.12.1":
775+
version "7.12.1"
776+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
777+
integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
708778
dependencies:
709-
regenerator-runtime "^0.13.2"
779+
regenerator-runtime "^0.13.4"
710780

711781
"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4":
712782
version "7.11.2"
@@ -715,7 +785,7 @@
715785
dependencies:
716786
regenerator-runtime "^0.13.4"
717787

718-
"@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.8.3":
788+
"@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.3.3":
719789
version "7.10.4"
720790
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
721791
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -724,7 +794,7 @@
724794
"@babel/parser" "^7.10.4"
725795
"@babel/types" "^7.10.4"
726796

727-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.4":
797+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0":
728798
version "7.11.5"
729799
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
730800
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
@@ -739,7 +809,22 @@
739809
globals "^11.1.0"
740810
lodash "^4.17.19"
741811

742-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@babel/types@^7.8.3":
812+
"@babel/traverse@^7.12.1":
813+
version "7.12.1"
814+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
815+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
816+
dependencies:
817+
"@babel/code-frame" "^7.10.4"
818+
"@babel/generator" "^7.12.1"
819+
"@babel/helper-function-name" "^7.10.4"
820+
"@babel/helper-split-export-declaration" "^7.11.0"
821+
"@babel/parser" "^7.12.1"
822+
"@babel/types" "^7.12.1"
823+
debug "^4.1.0"
824+
globals "^11.1.0"
825+
lodash "^4.17.19"
826+
827+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0":
743828
version "7.11.5"
744829
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
745830
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
@@ -748,6 +833,15 @@
748833
lodash "^4.17.19"
749834
to-fast-properties "^2.0.0"
750835

836+
"@babel/types@^7.12.1":
837+
version "7.12.1"
838+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
839+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
840+
dependencies:
841+
"@babel/helper-validator-identifier" "^7.10.4"
842+
lodash "^4.17.19"
843+
to-fast-properties "^2.0.0"
844+
751845
"@bcoe/v8-coverage@^0.2.3":
752846
version "0.2.3"
753847
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1325,8 +1419,7 @@
13251419
tsutils "^3.17.1"
13261420

13271421
"@uiw/react-native-amap-geolocation@link:..":
1328-
version "0.0.0"
1329-
uid ""
1422+
version "1.5.3"
13301423

13311424
abab@^2.0.0:
13321425
version "2.0.5"
@@ -4232,7 +4325,7 @@ json-stringify-safe@~5.0.1:
42324325
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
42334326
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
42344327

4235-
json5@^2.1.0, json5@^2.1.2:
4328+
json5@^2.1.2:
42364329
version "2.1.3"
42374330
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
42384331
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
@@ -4360,7 +4453,7 @@ lodash.throttle@^4.1.1:
43604453
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
43614454
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
43624455

4363-
lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.3.0:
4456+
lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.3.0:
43644457
version "4.17.20"
43654458
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
43664459
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

0 commit comments

Comments
 (0)