Skip to content

Commit e59f675

Browse files
build(deps-dev): bump @babel/plugin-proposal-class-properties (#353)
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.8.3 to 7.10.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-plugin-proposal-class-properties) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ef1f0d commit e59f675

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

yarn.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
levenary "^1.1.1"
226226
semver "^5.5.0"
227227

228-
"@babel/helper-create-class-features-plugin@^7.10.5":
228+
"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5", "@babel/helper-create-class-features-plugin@^7.8.3":
229229
version "7.10.5"
230230
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
231231
integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
@@ -237,18 +237,6 @@
237237
"@babel/helper-replace-supers" "^7.10.4"
238238
"@babel/helper-split-export-declaration" "^7.10.4"
239239

240-
"@babel/helper-create-class-features-plugin@^7.8.3":
241-
version "7.9.5"
242-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.5.tgz#79753d44017806b481017f24b02fd4113c7106ea"
243-
integrity sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA==
244-
dependencies:
245-
"@babel/helper-function-name" "^7.9.5"
246-
"@babel/helper-member-expression-to-functions" "^7.8.3"
247-
"@babel/helper-optimise-call-expression" "^7.8.3"
248-
"@babel/helper-plugin-utils" "^7.8.3"
249-
"@babel/helper-replace-supers" "^7.8.6"
250-
"@babel/helper-split-export-declaration" "^7.8.3"
251-
252240
"@babel/helper-create-regexp-features-plugin@^7.7.4":
253241
version "7.7.4"
254242
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.4.tgz#6d5762359fd34f4da1500e4cff9955b5299aaf59"
@@ -682,14 +670,22 @@
682670
"@babel/helper-remap-async-to-generator" "^7.8.3"
683671
"@babel/plugin-syntax-async-generators" "^7.8.0"
684672

685-
"@babel/[email protected]", "@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.3":
673+
686674
version "7.8.3"
687675
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
688676
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
689677
dependencies:
690678
"@babel/helper-create-class-features-plugin" "^7.8.3"
691679
"@babel/helper-plugin-utils" "^7.8.3"
692680

681+
"@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.3":
682+
version "7.10.4"
683+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807"
684+
integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
685+
dependencies:
686+
"@babel/helper-create-class-features-plugin" "^7.10.4"
687+
"@babel/helper-plugin-utils" "^7.10.4"
688+
693689
694690
version "7.8.3"
695691
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.3.tgz#2156860ab65c5abf068c3f67042184041066543e"

0 commit comments

Comments
 (0)