Skip to content

Commit 1acd7a3

Browse files
chore(deps): update babel monorepo to v7.7.7 (#611)
1 parent 369dfbb commit 1acd7a3

File tree

2 files changed

+69
-49
lines changed

2 files changed

+69
-49
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "7.7.5",
36-
"@babel/core": "7.7.5",
35+
"@babel/cli": "7.7.7",
36+
"@babel/core": "7.7.7",
3737
"@babel/plugin-external-helpers": "7.7.4",
38-
"@babel/preset-env": "7.7.6",
39-
"@babel/preset-typescript": "7.7.4",
38+
"@babel/preset-env": "7.7.7",
39+
"@babel/preset-typescript": "7.7.7",
4040
"babel-plugin-add-module-exports": "1.0.2",
4141
"babel-plugin-dev-expression": "0.2.2",
4242
"concurrently": "5.0.2",

yarn.lock

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

44

5-
"@babel/[email protected].5":
6-
version "7.7.5"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.5.tgz#25702cc65418efc06989af3727897b9f4c8690b6"
8-
integrity sha512-y2YrMGXM3NUyu1Myg0pxg+Lx6g8XhEyvLHYNRwTBV6fDek3H7Io6b7N/LXscLs4HWn4HxMdy7f2rM1rTMp2mFg==
5+
"@babel/[email protected].7":
6+
version "7.7.7"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.7.tgz#56849acbf81d1a970dd3d1b3097c8ebf5da3f534"
8+
integrity sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -25,15 +25,15 @@
2525
dependencies:
2626
"@babel/highlight" "^7.0.0"
2727

28-
"@babel/[email protected].5":
29-
version "7.7.5"
30-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
31-
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
28+
"@babel/[email protected].7":
29+
version "7.7.7"
30+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
31+
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
3232
dependencies:
3333
"@babel/code-frame" "^7.5.5"
34-
"@babel/generator" "^7.7.4"
34+
"@babel/generator" "^7.7.7"
3535
"@babel/helpers" "^7.7.4"
36-
"@babel/parser" "^7.7.5"
36+
"@babel/parser" "^7.7.7"
3737
"@babel/template" "^7.7.4"
3838
"@babel/traverse" "^7.7.4"
3939
"@babel/types" "^7.7.4"
@@ -55,6 +55,16 @@
5555
lodash "^4.17.13"
5656
source-map "^0.5.0"
5757

58+
"@babel/generator@^7.7.7":
59+
version "7.7.7"
60+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
61+
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
62+
dependencies:
63+
"@babel/types" "^7.7.4"
64+
jsesc "^2.5.1"
65+
lodash "^4.17.13"
66+
source-map "^0.5.0"
67+
5868
"@babel/helper-annotate-as-pure@^7.7.4":
5969
version "7.7.4"
6070
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
@@ -248,11 +258,16 @@
248258
esutils "^2.0.2"
249259
js-tokens "^4.0.0"
250260

251-
"@babel/parser@^7.7.4", "@babel/parser@^7.7.5":
261+
"@babel/parser@^7.7.4":
252262
version "7.7.5"
253263
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
254264
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
255265

266+
"@babel/parser@^7.7.7":
267+
version "7.7.7"
268+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
269+
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
270+
256271
257272
version "7.7.4"
258273
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.7.4.tgz#8aa7aa402f0e2ecb924611cbf30942a497dfd17e"
@@ -285,10 +300,10 @@
285300
"@babel/helper-plugin-utils" "^7.0.0"
286301
"@babel/plugin-syntax-json-strings" "^7.7.4"
287302

288-
"@babel/plugin-proposal-object-rest-spread@^7.7.4":
289-
version "7.7.4"
290-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
291-
integrity sha512-rnpnZR3/iWKmiQyJ3LKJpSwLDcX/nSXhdLk4Aq/tXOApIvyu7qoabrige0ylsAJffaUC51WiBu209Q0U+86OWQ==
303+
"@babel/plugin-proposal-object-rest-spread@^7.7.7":
304+
version "7.7.7"
305+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370"
306+
integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ==
292307
dependencies:
293308
"@babel/helper-plugin-utils" "^7.0.0"
294309
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
@@ -301,10 +316,10 @@
301316
"@babel/helper-plugin-utils" "^7.0.0"
302317
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
303318

304-
"@babel/plugin-proposal-unicode-property-regex@^7.7.4":
305-
version "7.7.4"
306-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz#7c239ccaf09470dbe1d453d50057460e84517ebb"
307-
integrity sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==
319+
"@babel/plugin-proposal-unicode-property-regex@^7.7.7":
320+
version "7.7.7"
321+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e"
322+
integrity sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w==
308323
dependencies:
309324
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
310325
"@babel/helper-plugin-utils" "^7.0.0"
@@ -417,10 +432,10 @@
417432
dependencies:
418433
"@babel/helper-plugin-utils" "^7.0.0"
419434

420-
"@babel/plugin-transform-dotall-regex@^7.7.4":
421-
version "7.7.4"
422-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.4.tgz#f7ccda61118c5b7a2599a72d5e3210884a021e96"
423-
integrity sha512-mk0cH1zyMa/XHeb6LOTXTbG7uIJ8Rrjlzu91pUx/KS3JpcgaTDwMS8kM+ar8SLOvlL2Lofi4CGBAjCo3a2x+lw==
435+
"@babel/plugin-transform-dotall-regex@^7.7.7":
436+
version "7.7.7"
437+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b"
438+
integrity sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg==
424439
dependencies:
425440
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
426441
"@babel/helper-plugin-utils" "^7.0.0"
@@ -527,10 +542,10 @@
527542
"@babel/helper-plugin-utils" "^7.0.0"
528543
"@babel/helper-replace-supers" "^7.7.4"
529544

530-
"@babel/plugin-transform-parameters@^7.7.4":
531-
version "7.7.4"
532-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.4.tgz#da4555c97f39b51ac089d31c7380f03bca4075ce"
533-
integrity sha512-VJwhVePWPa0DqE9vcfptaJSzNDKrWU/4FbYCjZERtmqEs05g3UMXnYMZoXja7JAJ7Y7sPZipwm/pGApZt7wHlw==
545+
"@babel/plugin-transform-parameters@^7.7.7":
546+
version "7.7.7"
547+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007"
548+
integrity sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew==
534549
dependencies:
535550
"@babel/helper-call-delegate" "^7.7.4"
536551
"@babel/helper-get-function-arity" "^7.7.4"
@@ -611,19 +626,19 @@
611626
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
612627
"@babel/helper-plugin-utils" "^7.0.0"
613628

614-
"@babel/[email protected].6":
615-
version "7.7.6"
616-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.6.tgz#39ac600427bbb94eec6b27953f1dfa1d64d457b2"
617-
integrity sha512-k5hO17iF/Q7tR9Jv8PdNBZWYW6RofxhnxKjBMc0nG4JTaWvOTiPoO/RLFwAKcA4FpmuBFm6jkoqaRJLGi0zdaQ==
629+
"@babel/[email protected].7":
630+
version "7.7.7"
631+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac"
632+
integrity sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg==
618633
dependencies:
619634
"@babel/helper-module-imports" "^7.7.4"
620635
"@babel/helper-plugin-utils" "^7.0.0"
621636
"@babel/plugin-proposal-async-generator-functions" "^7.7.4"
622637
"@babel/plugin-proposal-dynamic-import" "^7.7.4"
623638
"@babel/plugin-proposal-json-strings" "^7.7.4"
624-
"@babel/plugin-proposal-object-rest-spread" "^7.7.4"
639+
"@babel/plugin-proposal-object-rest-spread" "^7.7.7"
625640
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
626-
"@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
641+
"@babel/plugin-proposal-unicode-property-regex" "^7.7.7"
627642
"@babel/plugin-syntax-async-generators" "^7.7.4"
628643
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
629644
"@babel/plugin-syntax-json-strings" "^7.7.4"
@@ -637,7 +652,7 @@
637652
"@babel/plugin-transform-classes" "^7.7.4"
638653
"@babel/plugin-transform-computed-properties" "^7.7.4"
639654
"@babel/plugin-transform-destructuring" "^7.7.4"
640-
"@babel/plugin-transform-dotall-regex" "^7.7.4"
655+
"@babel/plugin-transform-dotall-regex" "^7.7.7"
641656
"@babel/plugin-transform-duplicate-keys" "^7.7.4"
642657
"@babel/plugin-transform-exponentiation-operator" "^7.7.4"
643658
"@babel/plugin-transform-for-of" "^7.7.4"
@@ -651,7 +666,7 @@
651666
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
652667
"@babel/plugin-transform-new-target" "^7.7.4"
653668
"@babel/plugin-transform-object-super" "^7.7.4"
654-
"@babel/plugin-transform-parameters" "^7.7.4"
669+
"@babel/plugin-transform-parameters" "^7.7.7"
655670
"@babel/plugin-transform-property-literals" "^7.7.4"
656671
"@babel/plugin-transform-regenerator" "^7.7.5"
657672
"@babel/plugin-transform-reserved-words" "^7.7.4"
@@ -663,15 +678,15 @@
663678
"@babel/plugin-transform-unicode-regex" "^7.7.4"
664679
"@babel/types" "^7.7.4"
665680
browserslist "^4.6.0"
666-
core-js-compat "^3.4.7"
681+
core-js-compat "^3.6.0"
667682
invariant "^2.2.2"
668683
js-levenshtein "^1.1.3"
669684
semver "^5.5.0"
670685

671-
"@babel/[email protected].4":
672-
version "7.7.4"
673-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.4.tgz#780059a78e6fa7f7a4c87f027292a86b31ce080a"
674-
integrity sha512-rqrjxfdiHPsnuPur0jKrIIGQCIgoTWMTjlbWE69G4QJ6TIOVnnRnIJhUxNTL/VwDmEAVX08Tq3B1nirer5341w==
686+
"@babel/[email protected].7":
687+
version "7.7.7"
688+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.7.7.tgz#69ddea54e8b4e491ccbf94147e673b2ac6e11e2e"
689+
integrity sha512-Apg0sCTovsSA+pEaI8efnA44b9x4X/7z4P8vsWMiN8rSUaM4y4+Shl5NMWnMl6njvt96+CEb6jwpXAKYAVCSQA==
675690
dependencies:
676691
"@babel/helper-plugin-utils" "^7.0.0"
677692
"@babel/plugin-transform-typescript" "^7.7.4"
@@ -2294,13 +2309,13 @@ copy-descriptor@^0.1.0:
22942309
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
22952310
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
22962311

2297-
core-js-compat@^3.4.7:
2298-
version "3.5.0"
2299-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.5.0.tgz#5a11a619a9e9dd2dcf1c742b2060bc4a2143e5b6"
2300-
integrity sha512-E7iJB72svRjJTnm9HDvujzNVMCm3ZcDYEedkJ/sDTNsy/0yooCd9Cg7GSzE7b4e0LfIkjijdB1tqg0pGwxWeWg==
2312+
core-js-compat@^3.6.0:
2313+
version "3.6.0"
2314+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.0.tgz#4eb6cb69d03d99159ed7c860cd5fcf7d23a62ea9"
2315+
integrity sha512-Z3eCNjGgoYluH89Jt4wVkfYsc/VdLrA2/woX5lm0isO/pCT+P+Y+o65bOuEnjDJLthdwTBxbCVzptTXtc18fJg==
23012316
dependencies:
23022317
browserslist "^4.8.2"
2303-
semver "^6.3.0"
2318+
semver "7.0.0"
23042319

23052320
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5:
23062321
version "2.6.11"
@@ -7683,6 +7698,11 @@ semver-regex@^2.0.0:
76837698
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
76847699
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
76857700

7701+
7702+
version "7.0.0"
7703+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
7704+
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
7705+
76867706
semver@^6.0.0, semver@^6.3.0:
76877707
version "6.3.0"
76887708
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"

0 commit comments

Comments
 (0)