Skip to content

Commit 0a8b11f

Browse files
build(deps): bump @babel/plugin-proposal-class-properties
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.4 to 7.8.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.7.4...v7.8.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6cba7af commit 0a8b11f

File tree

3 files changed

+42
-47
lines changed

3 files changed

+42
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"@babel/cli": "7.7.4",
44
"@babel/core": "7.7.4",
5-
"@babel/plugin-proposal-class-properties": "7.7.4",
5+
"@babel/plugin-proposal-class-properties": "7.8.3",
66
"@babel/plugin-proposal-decorators": "7.7.4",
77
"@babel/plugin-proposal-export-default-from": "7.7.4",
88
"@babel/plugin-proposal-export-namespace-from": "7.7.4",

packages/plugins/basic-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@babel/core": "7.7.4",
59-
"@babel/plugin-proposal-class-properties": "7.7.4",
59+
"@babel/plugin-proposal-class-properties": "7.8.3",
6060
"@babel/plugin-proposal-decorators": "7.7.4",
6161
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
6262
"@babel/plugin-syntax-dynamic-import": "7.7.4",

yarn.lock

Lines changed: 40 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -256,41 +256,17 @@
256256
"@babel/traverse" "^7.7.4"
257257
"@babel/types" "^7.7.4"
258258

259-
"@babel/helper-create-class-features-plugin@^7.5.5":
260-
version "7.5.5"
261-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4"
262-
integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg==
263-
dependencies:
264-
"@babel/helper-function-name" "^7.1.0"
265-
"@babel/helper-member-expression-to-functions" "^7.5.5"
266-
"@babel/helper-optimise-call-expression" "^7.0.0"
267-
"@babel/helper-plugin-utils" "^7.0.0"
268-
"@babel/helper-replace-supers" "^7.5.5"
269-
"@babel/helper-split-export-declaration" "^7.4.4"
270-
271-
"@babel/helper-create-class-features-plugin@^7.6.0":
272-
version "7.6.0"
273-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
274-
integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
275-
dependencies:
276-
"@babel/helper-function-name" "^7.1.0"
277-
"@babel/helper-member-expression-to-functions" "^7.5.5"
278-
"@babel/helper-optimise-call-expression" "^7.0.0"
279-
"@babel/helper-plugin-utils" "^7.0.0"
280-
"@babel/helper-replace-supers" "^7.5.5"
281-
"@babel/helper-split-export-declaration" "^7.4.4"
282-
283-
"@babel/helper-create-class-features-plugin@^7.7.4":
284-
version "7.7.4"
285-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d"
286-
integrity sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==
259+
"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0", "@babel/helper-create-class-features-plugin@^7.7.4", "@babel/helper-create-class-features-plugin@^7.8.3":
260+
version "7.8.3"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
262+
integrity sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA==
287263
dependencies:
288-
"@babel/helper-function-name" "^7.7.4"
289-
"@babel/helper-member-expression-to-functions" "^7.7.4"
290-
"@babel/helper-optimise-call-expression" "^7.7.4"
291-
"@babel/helper-plugin-utils" "^7.0.0"
292-
"@babel/helper-replace-supers" "^7.7.4"
293-
"@babel/helper-split-export-declaration" "^7.7.4"
264+
"@babel/helper-function-name" "^7.8.3"
265+
"@babel/helper-member-expression-to-functions" "^7.8.3"
266+
"@babel/helper-optimise-call-expression" "^7.8.3"
267+
"@babel/helper-plugin-utils" "^7.8.3"
268+
"@babel/helper-replace-supers" "^7.8.3"
269+
"@babel/helper-split-export-declaration" "^7.8.3"
294270

295271
"@babel/helper-create-regexp-features-plugin@^7.7.4":
296272
version "7.7.4"
@@ -410,6 +386,13 @@
410386
dependencies:
411387
"@babel/types" "^7.7.4"
412388

389+
"@babel/helper-member-expression-to-functions@^7.8.3":
390+
version "7.8.3"
391+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
392+
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
393+
dependencies:
394+
"@babel/types" "^7.8.3"
395+
413396
"@babel/helper-module-imports@^7.0.0":
414397
version "7.0.0"
415398
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -462,12 +445,14 @@
462445
dependencies:
463446
"@babel/types" "^7.7.4"
464447

465-
"@babel/helper-plugin-utils@^7.0.0":
466-
version "7.0.0"
467-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
468-
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
448+
"@babel/helper-optimise-call-expression@^7.8.3":
449+
version "7.8.3"
450+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
451+
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
452+
dependencies:
453+
"@babel/types" "^7.8.3"
469454

470-
"@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
455+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
471456
version "7.8.3"
472457
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
473458
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
@@ -521,6 +506,16 @@
521506
"@babel/traverse" "^7.7.4"
522507
"@babel/types" "^7.7.4"
523508

509+
"@babel/helper-replace-supers@^7.8.3":
510+
version "7.8.3"
511+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc"
512+
integrity sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA==
513+
dependencies:
514+
"@babel/helper-member-expression-to-functions" "^7.8.3"
515+
"@babel/helper-optimise-call-expression" "^7.8.3"
516+
"@babel/traverse" "^7.8.3"
517+
"@babel/types" "^7.8.3"
518+
524519
"@babel/helper-simple-access@^7.1.0":
525520
version "7.1.0"
526521
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -683,13 +678,13 @@
683678
"@babel/helper-create-class-features-plugin" "^7.5.5"
684679
"@babel/helper-plugin-utils" "^7.0.0"
685680

686-
"@babel/plugin-proposal-class-properties@7.7.4", "@babel/plugin-proposal-class-properties@^7.7.0":
687-
version "7.7.4"
688-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba"
689-
integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==
681+
"@babel/plugin-proposal-class-properties@7.8.3", "@babel/plugin-proposal-class-properties@^7.7.0":
682+
version "7.8.3"
683+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
684+
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
690685
dependencies:
691-
"@babel/helper-create-class-features-plugin" "^7.7.4"
692-
"@babel/helper-plugin-utils" "^7.0.0"
686+
"@babel/helper-create-class-features-plugin" "^7.8.3"
687+
"@babel/helper-plugin-utils" "^7.8.3"
693688

694689
695690
version "7.6.0"

0 commit comments

Comments
 (0)