Skip to content

Commit f137eaa

Browse files
chore(deps-dev): bump @babel/plugin-proposal-class-properties
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.1 to 7.13.0. - [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.13.0/packages/babel-plugin-proposal-class-properties) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1d4e33d commit f137eaa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@
106106
browserslist "^4.14.5"
107107
semver "^6.3.0"
108108

109-
"@babel/helper-create-class-features-plugin@^7.12.1":
110-
version "7.12.1"
111-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
112-
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
109+
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
110+
version "7.13.8"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04"
112+
integrity sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w==
113113
dependencies:
114-
"@babel/helper-function-name" "^7.10.4"
115-
"@babel/helper-member-expression-to-functions" "^7.12.1"
116-
"@babel/helper-optimise-call-expression" "^7.10.4"
117-
"@babel/helper-replace-supers" "^7.12.1"
118-
"@babel/helper-split-export-declaration" "^7.10.4"
114+
"@babel/helper-function-name" "^7.12.13"
115+
"@babel/helper-member-expression-to-functions" "^7.13.0"
116+
"@babel/helper-optimise-call-expression" "^7.12.13"
117+
"@babel/helper-replace-supers" "^7.13.0"
118+
"@babel/helper-split-export-declaration" "^7.12.13"
119119

120120
"@babel/helper-create-regexp-features-plugin@^7.12.1":
121121
version "7.12.7"
@@ -378,12 +378,12 @@
378378
"@babel/plugin-syntax-async-generators" "^7.8.0"
379379

380380
"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.8.3":
381-
version "7.12.1"
382-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
383-
integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
381+
version "7.13.0"
382+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37"
383+
integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==
384384
dependencies:
385-
"@babel/helper-create-class-features-plugin" "^7.12.1"
386-
"@babel/helper-plugin-utils" "^7.10.4"
385+
"@babel/helper-create-class-features-plugin" "^7.13.0"
386+
"@babel/helper-plugin-utils" "^7.13.0"
387387

388388
"@babel/plugin-proposal-dynamic-import@^7.12.1":
389389
version "7.12.1"

0 commit comments

Comments
 (0)