Skip to content

Commit a563686

Browse files
committed
chore(deps): update babel monorepo
1 parent 0a55e27 commit a563686

File tree

3 files changed

+103
-39
lines changed

3 files changed

+103
-39
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"packages/*"
66
],
77
"devDependencies": {
8-
"@babel/core": "^7.12.3",
8+
"@babel/core": "^7.12.9",
99
"@babel/plugin-transform-runtime": "^7.12.1",
10-
"@babel/preset-env": "^7.12.1",
10+
"@babel/preset-env": "^7.12.7",
1111
"@commitlint/cli": "^11.0.0",
1212
"@commitlint/config-conventional": "^11.0.0",
1313
"@rollup/plugin-babel": "^5.2.1",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-plugin-react-hooks": "^4.2.0"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.12.3",
22+
"@babel/core": "^7.12.9",
2323
"eslint": "^7.14.0"
2424
},
2525
"peerDependencies": {

yarn.lock

Lines changed: 100 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.12.5":
12+
"@babel/compat-data@^7.12.5":
1313
version "7.12.5"
1414
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
1515
integrity sha512-DTsS7cxrsH3by8nqQSpFSyjSfSYl57D6Cf4q8dW3LK83tBKBDCkfcay1nYkXq1nIHXnpX8WMMb/O25HOy3h1zg==
1616

17-
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
17+
"@babel/compat-data@^7.12.7":
18+
version "7.12.7"
19+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
20+
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
21+
22+
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
1823
version "7.12.3"
1924
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
2025
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
@@ -36,6 +41,28 @@
3641
semver "^5.4.1"
3742
source-map "^0.5.0"
3843

44+
"@babel/core@^7.12.9":
45+
version "7.12.9"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
47+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
48+
dependencies:
49+
"@babel/code-frame" "^7.10.4"
50+
"@babel/generator" "^7.12.5"
51+
"@babel/helper-module-transforms" "^7.12.1"
52+
"@babel/helpers" "^7.12.5"
53+
"@babel/parser" "^7.12.7"
54+
"@babel/template" "^7.12.7"
55+
"@babel/traverse" "^7.12.9"
56+
"@babel/types" "^7.12.7"
57+
convert-source-map "^1.7.0"
58+
debug "^4.1.0"
59+
gensync "^1.0.0-beta.1"
60+
json5 "^2.1.2"
61+
lodash "^4.17.19"
62+
resolve "^1.3.2"
63+
semver "^5.4.1"
64+
source-map "^0.5.0"
65+
3966
"@babel/eslint-parser@^7.12.1":
4067
version "7.12.1"
4168
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.12.1.tgz#b3ae38e6174d2d0d2d00d2dcd919b4086b6bb8f0"
@@ -69,7 +96,7 @@
6996
"@babel/helper-explode-assignable-expression" "^7.10.4"
7097
"@babel/types" "^7.10.4"
7198

72-
"@babel/helper-compilation-targets@^7.12.1":
99+
"@babel/helper-compilation-targets@^7.12.5":
73100
version "7.12.5"
74101
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
75102
integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
@@ -145,7 +172,7 @@
145172
dependencies:
146173
"@babel/types" "^7.12.1"
147174

148-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1":
175+
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.5":
149176
version "7.12.5"
150177
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
151178
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
@@ -246,7 +273,7 @@
246273
"@babel/traverse" "^7.10.4"
247274
"@babel/types" "^7.10.4"
248275

249-
"@babel/helpers@^7.12.1":
276+
"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5":
250277
version "7.12.5"
251278
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
252279
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
@@ -269,6 +296,11 @@
269296
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
270297
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
271298

299+
"@babel/parser@^7.12.7":
300+
version "7.12.7"
301+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
302+
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
303+
272304
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
273305
version "7.12.1"
274306
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -326,10 +358,10 @@
326358
"@babel/helper-plugin-utils" "^7.10.4"
327359
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
328360

329-
"@babel/plugin-proposal-numeric-separator@^7.12.1":
330-
version "7.12.5"
331-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.5.tgz#b1ce757156d40ed79d59d467cb2b154a5c4149ba"
332-
integrity sha512-UiAnkKuOrCyjZ3sYNHlRlfuZJbBHknMQ9VMwVeX97Ofwx7RpD6gS2HfqTCh8KNUQgcOm8IKt103oR4KIjh7Q8g==
361+
"@babel/plugin-proposal-numeric-separator@^7.12.7":
362+
version "7.12.7"
363+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b"
364+
integrity sha512-8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==
333365
dependencies:
334366
"@babel/helper-plugin-utils" "^7.10.4"
335367
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
@@ -351,10 +383,10 @@
351383
"@babel/helper-plugin-utils" "^7.10.4"
352384
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
353385

354-
"@babel/plugin-proposal-optional-chaining@^7.12.1":
355-
version "7.12.1"
356-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797"
357-
integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
386+
"@babel/plugin-proposal-optional-chaining@^7.12.7":
387+
version "7.12.7"
388+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c"
389+
integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==
358390
dependencies:
359391
"@babel/helper-plugin-utils" "^7.10.4"
360392
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -697,13 +729,12 @@
697729
"@babel/helper-plugin-utils" "^7.10.4"
698730
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
699731

700-
"@babel/plugin-transform-sticky-regex@^7.12.1":
701-
version "7.12.1"
702-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf"
703-
integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==
732+
"@babel/plugin-transform-sticky-regex@^7.12.7":
733+
version "7.12.7"
734+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.7.tgz#560224613ab23987453948ed21d0b0b193fa7fad"
735+
integrity sha512-VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==
704736
dependencies:
705737
"@babel/helper-plugin-utils" "^7.10.4"
706-
"@babel/helper-regex" "^7.10.4"
707738

708739
"@babel/plugin-transform-template-literals@^7.12.1":
709740
version "7.12.1"
@@ -734,14 +765,14 @@
734765
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
735766
"@babel/helper-plugin-utils" "^7.10.4"
736767

737-
"@babel/preset-env@^7.12.1":
738-
version "7.12.1"
739-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
740-
integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
768+
"@babel/preset-env@^7.12.7":
769+
version "7.12.7"
770+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
771+
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
741772
dependencies:
742-
"@babel/compat-data" "^7.12.1"
743-
"@babel/helper-compilation-targets" "^7.12.1"
744-
"@babel/helper-module-imports" "^7.12.1"
773+
"@babel/compat-data" "^7.12.7"
774+
"@babel/helper-compilation-targets" "^7.12.5"
775+
"@babel/helper-module-imports" "^7.12.5"
745776
"@babel/helper-plugin-utils" "^7.10.4"
746777
"@babel/helper-validator-option" "^7.12.1"
747778
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
@@ -751,10 +782,10 @@
751782
"@babel/plugin-proposal-json-strings" "^7.12.1"
752783
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
753784
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
754-
"@babel/plugin-proposal-numeric-separator" "^7.12.1"
785+
"@babel/plugin-proposal-numeric-separator" "^7.12.7"
755786
"@babel/plugin-proposal-object-rest-spread" "^7.12.1"
756787
"@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
757-
"@babel/plugin-proposal-optional-chaining" "^7.12.1"
788+
"@babel/plugin-proposal-optional-chaining" "^7.12.7"
758789
"@babel/plugin-proposal-private-methods" "^7.12.1"
759790
"@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
760791
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -796,14 +827,14 @@
796827
"@babel/plugin-transform-reserved-words" "^7.12.1"
797828
"@babel/plugin-transform-shorthand-properties" "^7.12.1"
798829
"@babel/plugin-transform-spread" "^7.12.1"
799-
"@babel/plugin-transform-sticky-regex" "^7.12.1"
830+
"@babel/plugin-transform-sticky-regex" "^7.12.7"
800831
"@babel/plugin-transform-template-literals" "^7.12.1"
801832
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
802833
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
803834
"@babel/plugin-transform-unicode-regex" "^7.12.1"
804835
"@babel/preset-modules" "^0.1.3"
805-
"@babel/types" "^7.12.1"
806-
core-js-compat "^3.6.2"
836+
"@babel/types" "^7.12.7"
837+
core-js-compat "^3.7.0"
807838
semver "^5.5.0"
808839

809840
"@babel/preset-modules@^0.1.3":
@@ -841,6 +872,15 @@
841872
"@babel/parser" "^7.10.4"
842873
"@babel/types" "^7.10.4"
843874

875+
"@babel/template@^7.12.7":
876+
version "7.12.7"
877+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
878+
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
879+
dependencies:
880+
"@babel/code-frame" "^7.10.4"
881+
"@babel/parser" "^7.12.7"
882+
"@babel/types" "^7.12.7"
883+
844884
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5":
845885
version "7.12.5"
846886
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
@@ -856,6 +896,21 @@
856896
globals "^11.1.0"
857897
lodash "^4.17.19"
858898

899+
"@babel/traverse@^7.12.9":
900+
version "7.12.9"
901+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
902+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
903+
dependencies:
904+
"@babel/code-frame" "^7.10.4"
905+
"@babel/generator" "^7.12.5"
906+
"@babel/helper-function-name" "^7.10.4"
907+
"@babel/helper-split-export-declaration" "^7.11.0"
908+
"@babel/parser" "^7.12.7"
909+
"@babel/types" "^7.12.7"
910+
debug "^4.1.0"
911+
globals "^11.1.0"
912+
lodash "^4.17.19"
913+
859914
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
860915
version "7.12.6"
861916
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
@@ -865,6 +920,15 @@
865920
lodash "^4.17.19"
866921
to-fast-properties "^2.0.0"
867922

923+
"@babel/types@^7.12.7":
924+
version "7.12.7"
925+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
926+
integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ==
927+
dependencies:
928+
"@babel/helper-validator-identifier" "^7.10.4"
929+
lodash "^4.17.19"
930+
to-fast-properties "^2.0.0"
931+
868932
"@bcoe/v8-coverage@^0.2.3":
869933
version "0.2.3"
870934
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2824,7 +2888,7 @@ browser-process-hrtime@^1.0.0:
28242888
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
28252889
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
28262890

2827-
browserslist@^4.14.5, browserslist@^4.14.6:
2891+
browserslist@^4.14.5, browserslist@^4.14.7:
28282892
version "4.14.7"
28292893
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
28302894
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
@@ -3421,12 +3485,12 @@ copy-descriptor@^0.1.0:
34213485
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
34223486
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
34233487

3424-
core-js-compat@^3.6.2:
3425-
version "3.7.0"
3426-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
3427-
integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
3488+
core-js-compat@^3.7.0:
3489+
version "3.8.0"
3490+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.0.tgz#3248c6826f4006793bd637db608bca6e4cd688b1"
3491+
integrity sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==
34283492
dependencies:
3429-
browserslist "^4.14.6"
3493+
browserslist "^4.14.7"
34303494
semver "7.0.0"
34313495

34323496
core-js-pure@^3.0.0:

0 commit comments

Comments
 (0)