Skip to content

Commit 851fefe

Browse files
committed
chore(deps): update babel monorepo
1 parent acad664 commit 851fefe

File tree

2 files changed

+76
-63
lines changed

2 files changed

+76
-63
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"serve": "cd ./examples/web && ./node_modules/.bin/webpack-dev-server --config webpack.config.js"
1717
},
1818
"dependencies": {
19-
"@babel/runtime": "7.13.10",
19+
"@babel/runtime": "7.14.0",
2020
"@poool/junipero-native": "2.0.0-alpha.9",
2121
"@poool/junipero-utils": "2.0.0-alpha.8",
2222
"buffer": "6.0.3",
@@ -25,9 +25,9 @@
2525
"stream-browserify": "3.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.13.14",
28+
"@babel/core": "7.14.0",
2929
"@babel/eslint-parser": "7.13.14",
30-
"@babel/eslint-plugin": "7.13.10",
30+
"@babel/eslint-plugin": "7.13.16",
3131
"@poool/eslint-config": "1.4.2",
3232
"@poool/eslint-config-react": "1.4.2",
3333
"@poool/eslint-config-react-native": "1.4.2",

yarn.lock

Lines changed: 73 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@
2323
dependencies:
2424
"@babel/highlight" "^7.12.13"
2525

26-
"@babel/compat-data@^7.13.12":
27-
version "7.13.12"
28-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
29-
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
26+
"@babel/compat-data@^7.13.15":
27+
version "7.14.0"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
29+
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
3030

31-
"@babel/core@7.13.14":
32-
version "7.13.14"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
34-
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
31+
"@babel/core@7.14.0":
32+
version "7.14.0"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88"
34+
integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==
3535
dependencies:
3636
"@babel/code-frame" "^7.12.13"
37-
"@babel/generator" "^7.13.9"
38-
"@babel/helper-compilation-targets" "^7.13.13"
39-
"@babel/helper-module-transforms" "^7.13.14"
40-
"@babel/helpers" "^7.13.10"
41-
"@babel/parser" "^7.13.13"
37+
"@babel/generator" "^7.14.0"
38+
"@babel/helper-compilation-targets" "^7.13.16"
39+
"@babel/helper-module-transforms" "^7.14.0"
40+
"@babel/helpers" "^7.14.0"
41+
"@babel/parser" "^7.14.0"
4242
"@babel/template" "^7.12.13"
43-
"@babel/traverse" "^7.13.13"
44-
"@babel/types" "^7.13.14"
43+
"@babel/traverse" "^7.14.0"
44+
"@babel/types" "^7.14.0"
4545
convert-source-map "^1.7.0"
4646
debug "^4.1.0"
4747
gensync "^1.0.0-beta.2"
@@ -80,10 +80,10 @@
8080
eslint-visitor-keys "^1.3.0"
8181
semver "^6.3.0"
8282

83-
"@babel/[email protected].10":
84-
version "7.13.10"
85-
resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.13.10.tgz#6720c32d52a4fef817796c7bb55a87b80320bbe7"
86-
integrity sha512-xsNxo099fKnJ2rArkuuMOTPxxTLZSXwbFXdH4GjqQRKTOr6S1odQlE+R3Leid56VFQ3KVAR295vVNG9fqNQVvQ==
83+
"@babel/[email protected].16":
84+
version "7.13.16"
85+
resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.13.16.tgz#d6937636c567b41d6ca46d291c7b2d101e6ccaf3"
86+
integrity sha512-RNL0dLHBvjXW857JwzToTHxtbOZfGcvdSegcgXC1c1PqfE+o/QN8MugkgKj2vXFxCcMByfxJrmpCbLzVBVlgIA==
8787
dependencies:
8888
eslint-rule-composer "^0.3.0"
8989

@@ -96,7 +96,7 @@
9696
jsesc "^2.5.1"
9797
source-map "^0.5.0"
9898

99-
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
99+
"@babel/generator@^7.13.0":
100100
version "7.13.9"
101101
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
102102
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
@@ -105,6 +105,15 @@
105105
jsesc "^2.5.1"
106106
source-map "^0.5.0"
107107

108+
"@babel/generator@^7.14.0":
109+
version "7.14.0"
110+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be"
111+
integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg==
112+
dependencies:
113+
"@babel/types" "^7.14.0"
114+
jsesc "^2.5.1"
115+
source-map "^0.5.0"
116+
108117
"@babel/helper-annotate-as-pure@^7.10.4":
109118
version "7.10.4"
110119
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -137,12 +146,12 @@
137146
"@babel/helper-annotate-as-pure" "^7.10.4"
138147
"@babel/types" "^7.10.4"
139148

140-
"@babel/helper-compilation-targets@^7.13.13":
141-
version "7.13.13"
142-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
143-
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
149+
"@babel/helper-compilation-targets@^7.13.16":
150+
version "7.13.16"
151+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
152+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
144153
dependencies:
145-
"@babel/compat-data" "^7.13.12"
154+
"@babel/compat-data" "^7.13.15"
146155
"@babel/helper-validator-option" "^7.12.17"
147156
browserslist "^4.14.5"
148157
semver "^6.3.0"
@@ -257,19 +266,19 @@
257266
"@babel/types" "^7.12.1"
258267
lodash "^4.17.19"
259268

260-
"@babel/helper-module-transforms@^7.13.14":
261-
version "7.13.14"
262-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
263-
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
269+
"@babel/helper-module-transforms@^7.14.0":
270+
version "7.14.0"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
272+
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
264273
dependencies:
265274
"@babel/helper-module-imports" "^7.13.12"
266275
"@babel/helper-replace-supers" "^7.13.12"
267276
"@babel/helper-simple-access" "^7.13.12"
268277
"@babel/helper-split-export-declaration" "^7.12.13"
269-
"@babel/helper-validator-identifier" "^7.12.11"
278+
"@babel/helper-validator-identifier" "^7.14.0"
270279
"@babel/template" "^7.12.13"
271-
"@babel/traverse" "^7.13.13"
272-
"@babel/types" "^7.13.14"
280+
"@babel/traverse" "^7.14.0"
281+
"@babel/types" "^7.14.0"
273282

274283
"@babel/helper-optimise-call-expression@^7.10.4":
275284
version "7.12.7"
@@ -364,6 +373,11 @@
364373
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
365374
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
366375

376+
"@babel/helper-validator-identifier@^7.14.0":
377+
version "7.14.0"
378+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
379+
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
380+
367381
"@babel/helper-validator-option@^7.12.17":
368382
version "7.12.17"
369383
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -388,14 +402,14 @@
388402
"@babel/traverse" "^7.12.5"
389403
"@babel/types" "^7.12.5"
390404

391-
"@babel/helpers@^7.13.10":
392-
version "7.13.10"
393-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
394-
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
405+
"@babel/helpers@^7.14.0":
406+
version "7.14.0"
407+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
408+
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
395409
dependencies:
396410
"@babel/template" "^7.12.13"
397-
"@babel/traverse" "^7.13.0"
398-
"@babel/types" "^7.13.0"
411+
"@babel/traverse" "^7.14.0"
412+
"@babel/types" "^7.14.0"
399413

400414
"@babel/highlight@^7.10.4":
401415
version "7.10.4"
@@ -425,10 +439,10 @@
425439
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
426440
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
427441

428-
"@babel/parser@^7.13.13":
429-
version "7.13.13"
430-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
431-
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
442+
"@babel/parser@^7.14.0":
443+
version "7.14.0"
444+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
445+
integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
432446

433447
"@babel/plugin-external-helpers@^7.0.0":
434448
version "7.12.1"
@@ -869,10 +883,10 @@
869883
core-js-pure "^3.0.0"
870884
regenerator-runtime "^0.13.4"
871885

872-
"@babel/runtime@7.13.10":
873-
version "7.13.10"
874-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
875-
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
886+
"@babel/runtime@7.14.0":
887+
version "7.14.0"
888+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
889+
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
876890
dependencies:
877891
regenerator-runtime "^0.13.4"
878892

@@ -931,17 +945,17 @@
931945
globals "^11.1.0"
932946
lodash "^4.17.19"
933947

934-
"@babel/traverse@^7.13.13":
935-
version "7.13.13"
936-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
937-
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
948+
"@babel/traverse@^7.14.0":
949+
version "7.14.0"
950+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
951+
integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==
938952
dependencies:
939953
"@babel/code-frame" "^7.12.13"
940-
"@babel/generator" "^7.13.9"
954+
"@babel/generator" "^7.14.0"
941955
"@babel/helper-function-name" "^7.12.13"
942956
"@babel/helper-split-export-declaration" "^7.12.13"
943-
"@babel/parser" "^7.13.13"
944-
"@babel/types" "^7.13.13"
957+
"@babel/parser" "^7.14.0"
958+
"@babel/types" "^7.14.0"
945959
debug "^4.1.0"
946960
globals "^11.1.0"
947961

@@ -963,7 +977,7 @@
963977
lodash "^4.17.19"
964978
to-fast-properties "^2.0.0"
965979

966-
"@babel/types@^7.13.12", "@babel/types@^7.13.13":
980+
"@babel/types@^7.13.12":
967981
version "7.13.13"
968982
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
969983
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
@@ -972,13 +986,12 @@
972986
lodash "^4.17.19"
973987
to-fast-properties "^2.0.0"
974988

975-
"@babel/types@^7.13.14":
976-
version "7.13.14"
977-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
978-
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
989+
"@babel/types@^7.14.0":
990+
version "7.14.0"
991+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802"
992+
integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg==
979993
dependencies:
980-
"@babel/helper-validator-identifier" "^7.12.11"
981-
lodash "^4.17.19"
994+
"@babel/helper-validator-identifier" "^7.14.0"
982995
to-fast-properties "^2.0.0"
983996

984997
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)