Skip to content

Commit 48df1d1

Browse files
committed
chore(deps): update babel monorepo to v7.14.9
1 parent 2f94b90 commit 48df1d1

File tree

2 files changed

+154
-15
lines changed

2 files changed

+154
-15
lines changed

example/router-redux-rematch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"devDependencies": {
3131
"@babel/cli": "7.14.8",
3232
"@babel/core": "7.14.8",
33-
"@babel/node": "7.14.7",
33+
"@babel/node": "7.14.9",
3434
"@babel/plugin-proposal-class-properties": "7.14.5",
3535
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
3636
"@babel/plugin-syntax-dynamic-import": "7.8.3",
3737
"@babel/plugin-transform-modules-commonjs": "7.14.5",
3838
"@babel/plugin-transform-async-to-generator": "7.14.5",
3939
"@babel/plugin-transform-runtime": "7.14.5",
40-
"@babel/preset-env": "7.14.8",
40+
"@babel/preset-env": "7.14.9",
4141
"@babel/preset-react": "7.14.5",
4242
"@babel/runtime": "7.14.8",
43-
"@babel/eslint-parser": "7.14.7",
43+
"@babel/eslint-parser": "7.14.9",
4444
"@babel/eslint-plugin": "7.14.5",
4545
"@soda/friendly-errors-webpack-plugin": "1.8.0",
4646
"babel-loader": "8.2.2",

yarn.lock

Lines changed: 151 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
4545
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
4646

47+
"@babel/compat-data@^7.14.9":
48+
version "7.14.9"
49+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
50+
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
51+
4752
"@babel/core@7.12.3":
4853
version "7.12.3"
4954
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
@@ -130,10 +135,10 @@
130135
semver "^6.3.0"
131136
source-map "^0.5.0"
132137

133-
"@babel/eslint-parser@7.14.7":
134-
version "7.14.7"
135-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.7.tgz#91be59a4f7dd60d02a3ef772d156976465596bda"
136-
integrity sha512-6WPwZqO5priAGIwV6msJcdc9TsEPzYeYdS/Xuoap+/ihkgN6dzHp2bcAAwyWZ5bLzk0vvjDmKvRwkqNaiJ8BiQ==
138+
"@babel/eslint-parser@7.14.9":
139+
version "7.14.9"
140+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.9.tgz#b2cfaf67cc7f7a9b475d3ee9b166755ffd44e086"
141+
integrity sha512-W3En2CT6iOZJ+jEujLlwL2h/Jraj6S/IHrh63nV+TfX83DYe9pI4pcu0Luj6/hJ2kIr/3hOttxzaEsSQnUKx+w==
137142
dependencies:
138143
eslint-scope "^5.1.1"
139144
eslint-visitor-keys "^2.1.0"
@@ -343,6 +348,11 @@
343348
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
344349
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
345350

351+
"@babel/helper-validator-identifier@^7.14.9":
352+
version "7.14.9"
353+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
354+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
355+
346356
"@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.14.5":
347357
version "7.14.5"
348358
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -376,14 +386,14 @@
376386
chalk "^2.0.0"
377387
js-tokens "^4.0.0"
378388

379-
"@babel/node@7.14.7":
380-
version "7.14.7"
381-
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.7.tgz#0090e83e726027ea682240718ca39e4b625b15ad"
382-
integrity sha512-QghINtVgOUCrSpE7z4IXPTGJfRYyjoY7ny5Qz0cuUlsThQv6WSn1xJk217WlEDucPLP2o5HwGXPSkxD4LWOZxQ==
389+
"@babel/node@7.14.9":
390+
version "7.14.9"
391+
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.9.tgz#c15b1c8ecb33c079cb7666c8b4861791150c7aa1"
392+
integrity sha512-7QJvGn3ID2TjoFst3UdLu3LOxn/Q6Nhr/mo0MENstbPHehl/0wnod2gmVDB+zDxRL6pFFS7z0WeBK3b94k4CLg==
383393
dependencies:
384394
"@babel/register" "^7.14.5"
385395
commander "^4.0.1"
386-
core-js "^3.15.0"
396+
core-js "^3.16.0"
387397
node-environment-flags "^1.0.5"
388398
regenerator-runtime "^0.13.4"
389399
v8flags "^3.1.1"
@@ -411,6 +421,15 @@
411421
"@babel/helper-remap-async-to-generator" "^7.14.5"
412422
"@babel/plugin-syntax-async-generators" "^7.8.4"
413423

424+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
425+
version "7.14.9"
426+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
427+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
428+
dependencies:
429+
"@babel/helper-plugin-utils" "^7.14.5"
430+
"@babel/helper-remap-async-to-generator" "^7.14.5"
431+
"@babel/plugin-syntax-async-generators" "^7.8.4"
432+
414433
"@babel/plugin-proposal-class-properties@7.12.1":
415434
version "7.12.1"
416435
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
@@ -815,6 +834,19 @@
815834
"@babel/helper-split-export-declaration" "^7.14.5"
816835
globals "^11.1.0"
817836

837+
"@babel/plugin-transform-classes@^7.14.9":
838+
version "7.14.9"
839+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
840+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
841+
dependencies:
842+
"@babel/helper-annotate-as-pure" "^7.14.5"
843+
"@babel/helper-function-name" "^7.14.5"
844+
"@babel/helper-optimise-call-expression" "^7.14.5"
845+
"@babel/helper-plugin-utils" "^7.14.5"
846+
"@babel/helper-replace-supers" "^7.14.5"
847+
"@babel/helper-split-export-declaration" "^7.14.5"
848+
globals "^11.1.0"
849+
818850
"@babel/plugin-transform-computed-properties@^7.12.1", "@babel/plugin-transform-computed-properties@^7.13.0", "@babel/plugin-transform-computed-properties@^7.14.5":
819851
version "7.14.5"
820852
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
@@ -942,6 +974,13 @@
942974
dependencies:
943975
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
944976

977+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
978+
version "7.14.9"
979+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
980+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
981+
dependencies:
982+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
983+
945984
"@babel/plugin-transform-new-target@^7.12.1", "@babel/plugin-transform-new-target@^7.12.13", "@babel/plugin-transform-new-target@^7.14.5":
946985
version "7.14.5"
947986
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
@@ -1286,7 +1325,86 @@
12861325
core-js-compat "^3.9.0"
12871326
semver "^6.3.0"
12881327

1289-
"@babel/preset-env@7.14.8", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.8.4":
1328+
"@babel/preset-env@7.14.9":
1329+
version "7.14.9"
1330+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1331+
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
1332+
dependencies:
1333+
"@babel/compat-data" "^7.14.9"
1334+
"@babel/helper-compilation-targets" "^7.14.5"
1335+
"@babel/helper-plugin-utils" "^7.14.5"
1336+
"@babel/helper-validator-option" "^7.14.5"
1337+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
1338+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
1339+
"@babel/plugin-proposal-class-properties" "^7.14.5"
1340+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
1341+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
1342+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
1343+
"@babel/plugin-proposal-json-strings" "^7.14.5"
1344+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
1345+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1346+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1347+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1348+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
1349+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
1350+
"@babel/plugin-proposal-private-methods" "^7.14.5"
1351+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
1352+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
1353+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1354+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1355+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1356+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1357+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1358+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1359+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1360+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1361+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1362+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1363+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1364+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1365+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1366+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1367+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
1368+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
1369+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
1370+
"@babel/plugin-transform-block-scoping" "^7.14.5"
1371+
"@babel/plugin-transform-classes" "^7.14.9"
1372+
"@babel/plugin-transform-computed-properties" "^7.14.5"
1373+
"@babel/plugin-transform-destructuring" "^7.14.7"
1374+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
1375+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
1376+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
1377+
"@babel/plugin-transform-for-of" "^7.14.5"
1378+
"@babel/plugin-transform-function-name" "^7.14.5"
1379+
"@babel/plugin-transform-literals" "^7.14.5"
1380+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
1381+
"@babel/plugin-transform-modules-amd" "^7.14.5"
1382+
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1383+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
1384+
"@babel/plugin-transform-modules-umd" "^7.14.5"
1385+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
1386+
"@babel/plugin-transform-new-target" "^7.14.5"
1387+
"@babel/plugin-transform-object-super" "^7.14.5"
1388+
"@babel/plugin-transform-parameters" "^7.14.5"
1389+
"@babel/plugin-transform-property-literals" "^7.14.5"
1390+
"@babel/plugin-transform-regenerator" "^7.14.5"
1391+
"@babel/plugin-transform-reserved-words" "^7.14.5"
1392+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
1393+
"@babel/plugin-transform-spread" "^7.14.6"
1394+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
1395+
"@babel/plugin-transform-template-literals" "^7.14.5"
1396+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
1397+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
1398+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
1399+
"@babel/preset-modules" "^0.1.4"
1400+
"@babel/types" "^7.14.9"
1401+
babel-plugin-polyfill-corejs2 "^0.2.2"
1402+
babel-plugin-polyfill-corejs3 "^0.2.2"
1403+
babel-plugin-polyfill-regenerator "^0.2.2"
1404+
core-js-compat "^3.16.0"
1405+
semver "^6.3.0"
1406+
1407+
"@babel/preset-env@^7.12.1", "@babel/preset-env@^7.8.4":
12901408
version "7.14.8"
12911409
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
12921410
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
@@ -1508,6 +1626,14 @@
15081626
"@babel/helper-validator-identifier" "^7.14.8"
15091627
to-fast-properties "^2.0.0"
15101628

1629+
"@babel/types@^7.14.9":
1630+
version "7.14.9"
1631+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1632+
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1633+
dependencies:
1634+
"@babel/helper-validator-identifier" "^7.14.9"
1635+
to-fast-properties "^2.0.0"
1636+
15111637
"@bcoe/v8-coverage@^0.2.3":
15121638
version "0.2.3"
15131639
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3519,7 +3645,7 @@ axobject-query@^2.2.0:
35193645
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
35203646
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
35213647

3522-
babel-eslint@^10.1.0:
3648+
babel-eslint@10.1.0, babel-eslint@^10.1.0:
35233649
version "10.1.0"
35243650
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
35253651
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
@@ -4715,6 +4841,14 @@ core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.6.2, core-js-c
47154841
browserslist "^4.16.6"
47164842
semver "7.0.0"
47174843

4844+
core-js-compat@^3.16.0:
4845+
version "3.16.0"
4846+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
4847+
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
4848+
dependencies:
4849+
browserslist "^4.16.6"
4850+
semver "7.0.0"
4851+
47184852
core-js-pure@^3.15.0:
47194853
version "3.15.2"
47204854
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.15.2.tgz#c8e0874822705f3385d3197af9348f7c9ae2e3ce"
@@ -4725,7 +4859,12 @@ core-js@^2.4.0:
47254859
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
47264860
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
47274861

4728-
core-js@^3.15.0, core-js@^3.6.5:
4862+
core-js@^3.16.0:
4863+
version "3.16.0"
4864+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986"
4865+
integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g==
4866+
4867+
core-js@^3.6.5:
47294868
version "3.15.2"
47304869
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61"
47314870
integrity sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==

0 commit comments

Comments
 (0)