Skip to content

Commit 66a8fd2

Browse files
committed
Update babel monorepo to v7.14.8
1 parent e554759 commit 66a8fd2

File tree

2 files changed

+87
-24
lines changed

2 files changed

+87
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"react-dom": "^17.0.2"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "7.14.6",
19-
"@babel/preset-env": "7.14.7",
18+
"@babel/core": "7.14.8",
19+
"@babel/preset-env": "7.14.8",
2020
"@types/react-dom": "17.0.8",
2121
"babel-plugin-import": "1.13.3",
2222
"parcel-bundler": "1.12.5",

yarn.lock

Lines changed: 85 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,20 @@
6464
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
6565
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
6666

67-
"@babel/[email protected].6":
68-
version "7.14.6"
69-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
70-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
67+
"@babel/[email protected].8":
68+
version "7.14.8"
69+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
70+
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
7171
dependencies:
7272
"@babel/code-frame" "^7.14.5"
73-
"@babel/generator" "^7.14.5"
73+
"@babel/generator" "^7.14.8"
7474
"@babel/helper-compilation-targets" "^7.14.5"
75-
"@babel/helper-module-transforms" "^7.14.5"
76-
"@babel/helpers" "^7.14.6"
77-
"@babel/parser" "^7.14.6"
75+
"@babel/helper-module-transforms" "^7.14.8"
76+
"@babel/helpers" "^7.14.8"
77+
"@babel/parser" "^7.14.8"
7878
"@babel/template" "^7.14.5"
79-
"@babel/traverse" "^7.14.5"
80-
"@babel/types" "^7.14.5"
79+
"@babel/traverse" "^7.14.8"
80+
"@babel/types" "^7.14.8"
8181
convert-source-map "^1.7.0"
8282
debug "^4.1.0"
8383
gensync "^1.0.0-beta.2"
@@ -126,6 +126,15 @@
126126
jsesc "^2.5.1"
127127
source-map "^0.5.0"
128128

129+
"@babel/generator@^7.14.8":
130+
version "7.14.8"
131+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
132+
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
133+
dependencies:
134+
"@babel/types" "^7.14.8"
135+
jsesc "^2.5.1"
136+
source-map "^0.5.0"
137+
129138
"@babel/helper-annotate-as-pure@^7.10.1":
130139
version "7.10.1"
131140
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
@@ -374,6 +383,20 @@
374383
"@babel/traverse" "^7.14.5"
375384
"@babel/types" "^7.14.5"
376385

386+
"@babel/helper-module-transforms@^7.14.8":
387+
version "7.14.8"
388+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
389+
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
390+
dependencies:
391+
"@babel/helper-module-imports" "^7.14.5"
392+
"@babel/helper-replace-supers" "^7.14.5"
393+
"@babel/helper-simple-access" "^7.14.8"
394+
"@babel/helper-split-export-declaration" "^7.14.5"
395+
"@babel/helper-validator-identifier" "^7.14.8"
396+
"@babel/template" "^7.14.5"
397+
"@babel/traverse" "^7.14.8"
398+
"@babel/types" "^7.14.8"
399+
377400
"@babel/helper-optimise-call-expression@^7.10.1":
378401
version "7.10.1"
379402
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
@@ -460,6 +483,13 @@
460483
dependencies:
461484
"@babel/types" "^7.14.5"
462485

486+
"@babel/helper-simple-access@^7.14.8":
487+
version "7.14.8"
488+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
489+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
490+
dependencies:
491+
"@babel/types" "^7.14.8"
492+
463493
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
464494
version "7.14.5"
465495
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
@@ -491,6 +521,11 @@
491521
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
492522
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
493523

524+
"@babel/helper-validator-identifier@^7.14.8":
525+
version "7.14.8"
526+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
527+
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
528+
494529
"@babel/helper-validator-option@^7.14.5":
495530
version "7.14.5"
496531
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -525,14 +560,14 @@
525560
"@babel/traverse" "^7.10.1"
526561
"@babel/types" "^7.10.1"
527562

528-
"@babel/helpers@^7.14.6":
529-
version "7.14.6"
530-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
531-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
563+
"@babel/helpers@^7.14.8":
564+
version "7.14.8"
565+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
566+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
532567
dependencies:
533568
"@babel/template" "^7.14.5"
534-
"@babel/traverse" "^7.14.5"
535-
"@babel/types" "^7.14.5"
569+
"@babel/traverse" "^7.14.8"
570+
"@babel/types" "^7.14.8"
536571

537572
"@babel/highlight@^7.10.1":
538573
version "7.10.1"
@@ -557,11 +592,16 @@
557592
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
558593
integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
559594

560-
"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7":
595+
"@babel/parser@^7.14.5", "@babel/parser@^7.14.7":
561596
version "7.14.7"
562597
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
563598
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
564599

600+
"@babel/parser@^7.14.8":
601+
version "7.14.8"
602+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
603+
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
604+
565605
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
566606
version "7.14.5"
567607
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -1439,10 +1479,10 @@
14391479
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
14401480
"@babel/helper-plugin-utils" "^7.14.5"
14411481

1442-
"@babel/[email protected].7":
1443-
version "7.14.7"
1444-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
1445-
integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
1482+
"@babel/[email protected].8":
1483+
version "7.14.8"
1484+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
1485+
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
14461486
dependencies:
14471487
"@babel/compat-data" "^7.14.7"
14481488
"@babel/helper-compilation-targets" "^7.14.5"
@@ -1511,7 +1551,7 @@
15111551
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
15121552
"@babel/plugin-transform-unicode-regex" "^7.14.5"
15131553
"@babel/preset-modules" "^0.1.4"
1514-
"@babel/types" "^7.14.5"
1554+
"@babel/types" "^7.14.8"
15151555
babel-plugin-polyfill-corejs2 "^0.2.2"
15161556
babel-plugin-polyfill-corejs3 "^0.2.2"
15171557
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1672,6 +1712,21 @@
16721712
debug "^4.1.0"
16731713
globals "^11.1.0"
16741714

1715+
"@babel/traverse@^7.14.8":
1716+
version "7.14.8"
1717+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
1718+
integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
1719+
dependencies:
1720+
"@babel/code-frame" "^7.14.5"
1721+
"@babel/generator" "^7.14.8"
1722+
"@babel/helper-function-name" "^7.14.5"
1723+
"@babel/helper-hoist-variables" "^7.14.5"
1724+
"@babel/helper-split-export-declaration" "^7.14.5"
1725+
"@babel/parser" "^7.14.8"
1726+
"@babel/types" "^7.14.8"
1727+
debug "^4.1.0"
1728+
globals "^11.1.0"
1729+
16751730
"@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.4.4":
16761731
version "7.10.2"
16771732
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
@@ -1689,6 +1744,14 @@
16891744
"@babel/helper-validator-identifier" "^7.14.5"
16901745
to-fast-properties "^2.0.0"
16911746

1747+
"@babel/types@^7.14.8":
1748+
version "7.14.8"
1749+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1750+
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1751+
dependencies:
1752+
"@babel/helper-validator-identifier" "^7.14.8"
1753+
to-fast-properties "^2.0.0"
1754+
16921755
"@ctrl/tinycolor@^3.4.0":
16931756
version "3.4.0"
16941757
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.4.0.tgz#c3c5ae543c897caa9c2a68630bed355be5f9990f"

0 commit comments

Comments
 (0)