Skip to content

Commit d5c874a

Browse files
Update babel monorepo to v7.14.2 (#107)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5c6cf47 commit d5c874a

File tree

2 files changed

+24
-47
lines changed

2 files changed

+24
-47
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"@babel/cli": "7.13.16",
4545
"@babel/core": "7.14.2",
4646
"@babel/plugin-proposal-class-properties": "7.13.0",
47-
"@babel/plugin-proposal-decorators": "7.13.15",
48-
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
47+
"@babel/plugin-proposal-decorators": "7.14.2",
48+
"@babel/plugin-proposal-export-namespace-from": "7.14.2",
4949
"@babel/plugin-proposal-function-sent": "7.12.13",
50-
"@babel/plugin-proposal-json-strings": "7.13.8",
51-
"@babel/plugin-proposal-numeric-separator": "7.12.13",
50+
"@babel/plugin-proposal-json-strings": "7.14.2",
51+
"@babel/plugin-proposal-numeric-separator": "7.14.2",
5252
"@babel/plugin-proposal-throw-expressions": "7.12.13",
5353
"@babel/plugin-syntax-dynamic-import": "7.8.3",
5454
"@babel/plugin-syntax-import-meta": "7.10.4",

yarn.lock

Lines changed: 20 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,6 @@
189189
"@babel/helper-replace-supers" "^7.13.0"
190190
"@babel/helper-split-export-declaration" "^7.12.13"
191191

192-
"@babel/helper-create-class-features-plugin@^7.13.11":
193-
version "7.13.11"
194-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
195-
integrity sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==
196-
dependencies:
197-
"@babel/helper-function-name" "^7.12.13"
198-
"@babel/helper-member-expression-to-functions" "^7.13.0"
199-
"@babel/helper-optimise-call-expression" "^7.12.13"
200-
"@babel/helper-replace-supers" "^7.13.0"
201-
"@babel/helper-split-export-declaration" "^7.12.13"
202-
203192
"@babel/helper-create-class-features-plugin@^7.14.0":
204193
version "7.14.1"
205194
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.1.tgz#1fe11b376f3c41650ad9fedc665b0068722ea76c"
@@ -212,6 +201,18 @@
212201
"@babel/helper-replace-supers" "^7.13.12"
213202
"@babel/helper-split-export-declaration" "^7.12.13"
214203

204+
"@babel/helper-create-class-features-plugin@^7.14.2":
205+
version "7.14.2"
206+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.2.tgz#4e455b0329af29c2d3ad254b5dd5aed34595385d"
207+
integrity sha512-6YctwVsmlkchxfGUogvVrrhzyD3grFJyluj5JgDlQrwfMLJSt5tdAzFZfPf4H2Xoi5YLcQ6BxfJlaOBHuctyIw==
208+
dependencies:
209+
"@babel/helper-annotate-as-pure" "^7.12.13"
210+
"@babel/helper-function-name" "^7.14.2"
211+
"@babel/helper-member-expression-to-functions" "^7.13.12"
212+
"@babel/helper-optimise-call-expression" "^7.12.13"
213+
"@babel/helper-replace-supers" "^7.13.12"
214+
"@babel/helper-split-export-declaration" "^7.12.13"
215+
215216
"@babel/helper-create-regexp-features-plugin@^7.12.13":
216217
version "7.12.13"
217218
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz#0996d370a92896c612ae41a4215544bd152579c0"
@@ -677,12 +678,12 @@
677678
"@babel/helper-plugin-utils" "^7.13.0"
678679
"@babel/plugin-syntax-class-static-block" "^7.12.13"
679680

680-
"@babel/plugin-proposal-decorators@7.13.15":
681-
version "7.13.15"
682-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.15.tgz#e91ccfef2dc24dd5bd5dcc9fc9e2557c684ecfb8"
683-
integrity sha512-ibAMAqUm97yzi+LPgdr5Nqb9CMkeieGHvwPg1ywSGjZrZHQEGqE01HmOio8kxRpA/+VtOHouIVy2FMpBbtltjA==
681+
"@babel/plugin-proposal-decorators@7.14.2":
682+
version "7.14.2"
683+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.14.2.tgz#e68c3c5e4a6a08834456568256fc3e71b93590cf"
684+
integrity sha512-LauAqDd/VjQDtae58QgBcEOE42NNP+jB2OE+XeC3KBI/E+BhhRjtr5viCIrj1hmu1YvrguLipIPRJZmS5yUcFw==
684685
dependencies:
685-
"@babel/helper-create-class-features-plugin" "^7.13.11"
686+
"@babel/helper-create-class-features-plugin" "^7.14.2"
686687
"@babel/helper-plugin-utils" "^7.13.0"
687688
"@babel/plugin-syntax-decorators" "^7.12.13"
688689

@@ -694,15 +695,7 @@
694695
"@babel/helper-plugin-utils" "^7.13.0"
695696
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
696697

697-
698-
version "7.12.13"
699-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz#393be47a4acd03fa2af6e3cde9b06e33de1b446d"
700-
integrity sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==
701-
dependencies:
702-
"@babel/helper-plugin-utils" "^7.12.13"
703-
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
704-
705-
"@babel/plugin-proposal-export-namespace-from@^7.14.2":
698+
"@babel/[email protected]", "@babel/plugin-proposal-export-namespace-from@^7.14.2":
706699
version "7.14.2"
707700
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.2.tgz#62542f94aa9ce8f6dba79eec698af22112253791"
708701
integrity sha512-sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ==
@@ -719,15 +712,7 @@
719712
"@babel/helper-wrap-function" "^7.12.13"
720713
"@babel/plugin-syntax-function-sent" "^7.12.13"
721714

722-
723-
version "7.13.8"
724-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz#bf1fb362547075afda3634ed31571c5901afef7b"
725-
integrity sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==
726-
dependencies:
727-
"@babel/helper-plugin-utils" "^7.13.0"
728-
"@babel/plugin-syntax-json-strings" "^7.8.3"
729-
730-
"@babel/plugin-proposal-json-strings@^7.14.2":
715+
"@babel/[email protected]", "@babel/plugin-proposal-json-strings@^7.14.2":
731716
version "7.14.2"
732717
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.2.tgz#830b4e2426a782e8b2878fbfe2cba85b70cbf98c"
733718
integrity sha512-w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA==
@@ -751,15 +736,7 @@
751736
"@babel/helper-plugin-utils" "^7.13.0"
752737
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
753738

754-
755-
version "7.12.13"
756-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz#bd9da3188e787b5120b4f9d465a8261ce67ed1db"
757-
integrity sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==
758-
dependencies:
759-
"@babel/helper-plugin-utils" "^7.12.13"
760-
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
761-
762-
"@babel/plugin-proposal-numeric-separator@^7.14.2":
739+
"@babel/[email protected]", "@babel/plugin-proposal-numeric-separator@^7.14.2":
763740
version "7.14.2"
764741
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.2.tgz#82b4cc06571143faf50626104b335dd71baa4f9e"
765742
integrity sha512-DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==

0 commit comments

Comments
 (0)