Skip to content

Commit 7123df4

Browse files
committed
Update babel monorepo
1 parent 3d36bf9 commit 7123df4

File tree

2 files changed

+91
-33
lines changed

2 files changed

+91
-33
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.11.5",
19+
"@babel/runtime": "7.11.2",
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: 89 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,34 @@
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.11.5":
13+
version "7.11.5"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d"
15+
integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q==
16+
dependencies:
17+
"@babel/code-frame" "^7.10.4"
18+
"@babel/generator" "^7.11.5"
19+
"@babel/helper-module-transforms" "^7.11.0"
20+
"@babel/helpers" "^7.10.4"
21+
"@babel/parser" "^7.11.5"
22+
"@babel/template" "^7.10.4"
23+
"@babel/traverse" "^7.11.5"
24+
"@babel/types" "^7.11.5"
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"
31-
source-map "^0.5.0"
32+
source-map "^0.6.1"
3233

3334
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
3435
version "7.10.5"
@@ -52,7 +53,7 @@
5253
semver "^5.4.1"
5354
source-map "^0.5.0"
5455

55-
"@babel/generator@^7.10.5", "@babel/generator@^7.5.0", "@babel/generator@^7.8.4":
56+
"@babel/generator@^7.10.5", "@babel/generator@^7.5.0":
5657
version "7.10.5"
5758
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
5859
integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig==
@@ -61,6 +62,15 @@
6162
jsesc "^2.5.1"
6263
source-map "^0.5.0"
6364

65+
"@babel/generator@^7.11.5":
66+
version "7.11.5"
67+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82"
68+
integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g==
69+
dependencies:
70+
"@babel/types" "^7.11.5"
71+
jsesc "^2.5.1"
72+
source-map "^0.6.1"
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"
@@ -174,6 +184,19 @@
174184
"@babel/types" "^7.10.5"
175185
lodash "^4.17.19"
176186

187+
"@babel/helper-module-transforms@^7.11.0":
188+
version "7.11.0"
189+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
190+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
191+
dependencies:
192+
"@babel/helper-module-imports" "^7.10.4"
193+
"@babel/helper-replace-supers" "^7.10.4"
194+
"@babel/helper-simple-access" "^7.10.4"
195+
"@babel/helper-split-export-declaration" "^7.11.0"
196+
"@babel/template" "^7.10.4"
197+
"@babel/types" "^7.11.0"
198+
lodash "^4.17.19"
199+
177200
"@babel/helper-optimise-call-expression@^7.10.4":
178201
version "7.10.4"
179202
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -229,6 +252,13 @@
229252
dependencies:
230253
"@babel/types" "^7.10.4"
231254

255+
"@babel/helper-split-export-declaration@^7.11.0":
256+
version "7.11.0"
257+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
258+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
259+
dependencies:
260+
"@babel/types" "^7.11.0"
261+
232262
"@babel/helper-validator-identifier@^7.10.4":
233263
version "7.10.4"
234264
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -244,7 +274,7 @@
244274
"@babel/traverse" "^7.10.4"
245275
"@babel/types" "^7.10.4"
246276

247-
"@babel/helpers@^7.10.4", "@babel/helpers@^7.8.4":
277+
"@babel/helpers@^7.10.4":
248278
version "7.10.4"
249279
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
250280
integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==
@@ -262,11 +292,16 @@
262292
chalk "^2.0.0"
263293
js-tokens "^4.0.0"
264294

265-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.0", "@babel/parser@^7.8.4":
295+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.0":
266296
version "7.10.5"
267297
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
268298
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
269299

300+
"@babel/parser@^7.11.5":
301+
version "7.11.5"
302+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
303+
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
304+
270305
"@babel/plugin-external-helpers@^7.0.0":
271306
version "7.10.4"
272307
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.10.4.tgz#40d38e8e48a1fa3766ab43496253266ca26783ce"
@@ -694,12 +729,12 @@
694729
core-js-pure "^3.0.0"
695730
regenerator-runtime "^0.13.4"
696731

697-
"@babel/runtime@7.8.4":
698-
version "7.8.4"
699-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.4.tgz#d79f5a2040f7caa24d53e563aad49cbc05581308"
700-
integrity sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==
732+
"@babel/runtime@7.11.2":
733+
version "7.11.2"
734+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
735+
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
701736
dependencies:
702-
regenerator-runtime "^0.13.2"
737+
regenerator-runtime "^0.13.4"
703738

704739
"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4":
705740
version "7.10.5"
@@ -708,7 +743,7 @@
708743
dependencies:
709744
regenerator-runtime "^0.13.4"
710745

711-
"@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.8.3":
746+
"@babel/template@^7.0.0", "@babel/template@^7.10.4", "@babel/template@^7.3.3":
712747
version "7.10.4"
713748
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
714749
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -717,7 +752,7 @@
717752
"@babel/parser" "^7.10.4"
718753
"@babel/types" "^7.10.4"
719754

720-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.4":
755+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.0":
721756
version "7.10.5"
722757
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
723758
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -732,7 +767,22 @@
732767
globals "^11.1.0"
733768
lodash "^4.17.19"
734769

735-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0", "@babel/types@^7.8.3":
770+
"@babel/traverse@^7.11.5":
771+
version "7.11.5"
772+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
773+
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
774+
dependencies:
775+
"@babel/code-frame" "^7.10.4"
776+
"@babel/generator" "^7.11.5"
777+
"@babel/helper-function-name" "^7.10.4"
778+
"@babel/helper-split-export-declaration" "^7.11.0"
779+
"@babel/parser" "^7.11.5"
780+
"@babel/types" "^7.11.5"
781+
debug "^4.1.0"
782+
globals "^11.1.0"
783+
lodash "^4.17.19"
784+
785+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0":
736786
version "7.10.5"
737787
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
738788
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
@@ -741,6 +791,15 @@
741791
lodash "^4.17.19"
742792
to-fast-properties "^2.0.0"
743793

794+
"@babel/types@^7.11.0", "@babel/types@^7.11.5":
795+
version "7.11.5"
796+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
797+
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
798+
dependencies:
799+
"@babel/helper-validator-identifier" "^7.10.4"
800+
lodash "^4.17.19"
801+
to-fast-properties "^2.0.0"
802+
744803
"@bcoe/v8-coverage@^0.2.3":
745804
version "0.2.3"
746805
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1311,8 +1370,7 @@
13111370
tsutils "^3.17.1"
13121371

13131372
"@uiw/react-native-amap-geolocation@link:..":
1314-
version "0.0.0"
1315-
uid ""
1373+
version "1.5.0"
13161374

13171375
abab@^2.0.0:
13181376
version "2.0.3"
@@ -4179,7 +4237,7 @@ json-stringify-safe@~5.0.1:
41794237
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
41804238
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
41814239

4182-
json5@^2.1.0, json5@^2.1.2:
4240+
json5@^2.1.2:
41834241
version "2.1.3"
41844242
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
41854243
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
@@ -4307,7 +4365,7 @@ lodash.throttle@^4.1.1:
43074365
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
43084366
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
43094367

4310-
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:
4368+
lodash@^4.17.10, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.3.0:
43114369
version "4.17.19"
43124370
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
43134371
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

0 commit comments

Comments
 (0)