Skip to content

Commit 4c27a04

Browse files
committed
Update all of babel7 to version 7.11.6
1 parent 0888221 commit 4c27a04

2 files changed

Lines changed: 120 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"*.js"
3535
],
3636
"devDependencies": {
37-
"@babel/cli": "^7.0.0",
38-
"@babel/core": "^7.0.0",
37+
"@babel/cli": "^7.11.6",
38+
"@babel/core": "^7.11.6",
3939
"@babel/node": "^7.0.0",
4040
"@babel/preset-env": "^7.0.0",
4141
"babel-jest": "^26.5.2",

yarn.lock

Lines changed: 118 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.0.0":
6-
version "7.10.5"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
8-
integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
5+
"@babel/cli@^7.11.6":
6+
version "7.11.6"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.6.tgz#1fcbe61c2a6900c3539c06ee58901141f3558482"
8+
integrity sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -34,7 +34,7 @@
3434
invariant "^2.2.4"
3535
semver "^5.5.0"
3636

37-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
37+
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
3838
version "7.10.5"
3939
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
4040
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
@@ -56,6 +56,28 @@
5656
semver "^5.4.1"
5757
source-map "^0.5.0"
5858

59+
"@babel/core@^7.11.6":
60+
version "7.11.6"
61+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651"
62+
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg==
63+
dependencies:
64+
"@babel/code-frame" "^7.10.4"
65+
"@babel/generator" "^7.11.6"
66+
"@babel/helper-module-transforms" "^7.11.0"
67+
"@babel/helpers" "^7.10.4"
68+
"@babel/parser" "^7.11.5"
69+
"@babel/template" "^7.10.4"
70+
"@babel/traverse" "^7.11.5"
71+
"@babel/types" "^7.11.5"
72+
convert-source-map "^1.7.0"
73+
debug "^4.1.0"
74+
gensync "^1.0.0-beta.1"
75+
json5 "^2.1.2"
76+
lodash "^4.17.19"
77+
resolve "^1.3.2"
78+
semver "^5.4.1"
79+
source-map "^0.5.0"
80+
5981
"@babel/generator@^7.10.5":
6082
version "7.10.5"
6183
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69"
@@ -65,6 +87,15 @@
6587
jsesc "^2.5.1"
6688
source-map "^0.5.0"
6789

90+
"@babel/generator@^7.11.6", "@babel/generator@^7.12.1":
91+
version "7.12.1"
92+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
93+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
94+
dependencies:
95+
"@babel/types" "^7.12.1"
96+
jsesc "^2.5.1"
97+
source-map "^0.5.0"
98+
6899
"@babel/helper-annotate-as-pure@^7.10.4":
69100
version "7.10.4"
70101
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -159,13 +190,27 @@
159190
dependencies:
160191
"@babel/types" "^7.10.4"
161192

193+
"@babel/helper-member-expression-to-functions@^7.12.1":
194+
version "7.12.1"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
196+
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
197+
dependencies:
198+
"@babel/types" "^7.12.1"
199+
162200
"@babel/helper-module-imports@^7.10.4":
163201
version "7.10.4"
164202
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
165203
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
166204
dependencies:
167205
"@babel/types" "^7.10.4"
168206

207+
"@babel/helper-module-imports@^7.12.1":
208+
version "7.12.1"
209+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c"
210+
integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA==
211+
dependencies:
212+
"@babel/types" "^7.12.1"
213+
169214
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5":
170215
version "7.10.5"
171216
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
@@ -179,6 +224,21 @@
179224
"@babel/types" "^7.10.5"
180225
lodash "^4.17.19"
181226

227+
"@babel/helper-module-transforms@^7.11.0":
228+
version "7.12.1"
229+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
230+
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
231+
dependencies:
232+
"@babel/helper-module-imports" "^7.12.1"
233+
"@babel/helper-replace-supers" "^7.12.1"
234+
"@babel/helper-simple-access" "^7.12.1"
235+
"@babel/helper-split-export-declaration" "^7.11.0"
236+
"@babel/helper-validator-identifier" "^7.10.4"
237+
"@babel/template" "^7.10.4"
238+
"@babel/traverse" "^7.12.1"
239+
"@babel/types" "^7.12.1"
240+
lodash "^4.17.19"
241+
182242
"@babel/helper-optimise-call-expression@^7.10.4":
183243
version "7.10.4"
184244
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -219,6 +279,16 @@
219279
"@babel/traverse" "^7.10.4"
220280
"@babel/types" "^7.10.4"
221281

282+
"@babel/helper-replace-supers@^7.12.1":
283+
version "7.12.1"
284+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9"
285+
integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw==
286+
dependencies:
287+
"@babel/helper-member-expression-to-functions" "^7.12.1"
288+
"@babel/helper-optimise-call-expression" "^7.10.4"
289+
"@babel/traverse" "^7.12.1"
290+
"@babel/types" "^7.12.1"
291+
222292
"@babel/helper-simple-access@^7.10.4":
223293
version "7.10.4"
224294
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -227,13 +297,27 @@
227297
"@babel/template" "^7.10.4"
228298
"@babel/types" "^7.10.4"
229299

300+
"@babel/helper-simple-access@^7.12.1":
301+
version "7.12.1"
302+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
303+
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
304+
dependencies:
305+
"@babel/types" "^7.12.1"
306+
230307
"@babel/helper-split-export-declaration@^7.10.4":
231308
version "7.10.4"
232309
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1"
233310
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg==
234311
dependencies:
235312
"@babel/types" "^7.10.4"
236313

314+
"@babel/helper-split-export-declaration@^7.11.0":
315+
version "7.11.0"
316+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
317+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
318+
dependencies:
319+
"@babel/types" "^7.11.0"
320+
237321
"@babel/helper-validator-identifier@^7.10.4":
238322
version "7.10.4"
239323
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -286,6 +370,11 @@
286370
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
287371
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
288372

373+
"@babel/parser@^7.11.5", "@babel/parser@^7.12.1":
374+
version "7.12.2"
375+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.2.tgz#9d2fcf24cafe85333ab0aff9f26b81bba356004d"
376+
integrity sha512-LMN+SqTiZEonUw4hQA0A3zG8DnN0E1F4K107LbDDUnC+0chML1rvWgsHloC9weB4RmZweE0uhFq0eGX7Nr/PBQ==
377+
289378
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
290379
version "7.10.4"
291380
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6"
@@ -841,6 +930,21 @@
841930
globals "^11.1.0"
842931
lodash "^4.17.19"
843932

933+
"@babel/traverse@^7.11.5", "@babel/traverse@^7.12.1":
934+
version "7.12.1"
935+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
936+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
937+
dependencies:
938+
"@babel/code-frame" "^7.10.4"
939+
"@babel/generator" "^7.12.1"
940+
"@babel/helper-function-name" "^7.10.4"
941+
"@babel/helper-split-export-declaration" "^7.11.0"
942+
"@babel/parser" "^7.12.1"
943+
"@babel/types" "^7.12.1"
944+
debug "^4.1.0"
945+
globals "^11.1.0"
946+
lodash "^4.17.19"
947+
844948
"@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.4.4":
845949
version "7.10.5"
846950
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
@@ -850,6 +954,15 @@
850954
lodash "^4.17.19"
851955
to-fast-properties "^2.0.0"
852956

957+
"@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1":
958+
version "7.12.1"
959+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
960+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
961+
dependencies:
962+
"@babel/helper-validator-identifier" "^7.10.4"
963+
lodash "^4.17.19"
964+
to-fast-properties "^2.0.0"
965+
853966
"@bcoe/v8-coverage@^0.2.3":
854967
version "0.2.3"
855968
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)