Skip to content

Commit 3ae646b

Browse files
committed
build(deps-dev): upgrade @babel/plugin-proposal-class-properties to 7.12.1
1 parent 8814a2f commit 3ae646b

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

yarn.lock

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,18 @@
114114
levenary "^1.1.1"
115115
semver "^5.5.0"
116116

117-
"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5":
117+
"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.12.1":
118+
version "7.12.1"
119+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
120+
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
121+
dependencies:
122+
"@babel/helper-function-name" "^7.10.4"
123+
"@babel/helper-member-expression-to-functions" "^7.12.1"
124+
"@babel/helper-optimise-call-expression" "^7.10.4"
125+
"@babel/helper-replace-supers" "^7.12.1"
126+
"@babel/helper-split-export-declaration" "^7.10.4"
127+
128+
"@babel/helper-create-class-features-plugin@^7.10.5":
118129
version "7.10.5"
119130
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d"
120131
integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A==
@@ -174,14 +185,7 @@
174185
dependencies:
175186
"@babel/types" "^7.10.4"
176187

177-
"@babel/helper-member-expression-to-functions@^7.10.5":
178-
version "7.11.0"
179-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
180-
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q==
181-
dependencies:
182-
"@babel/types" "^7.11.0"
183-
184-
"@babel/helper-member-expression-to-functions@^7.12.1":
188+
"@babel/helper-member-expression-to-functions@^7.10.5", "@babel/helper-member-expression-to-functions@^7.12.1":
185189
version "7.12.1"
186190
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
187191
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
@@ -335,14 +339,22 @@
335339
"@babel/helper-remap-async-to-generator" "^7.10.4"
336340
"@babel/plugin-syntax-async-generators" "^7.8.0"
337341

338-
"@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.5.0":
342+
"@babel/plugin-proposal-class-properties@^7.10.4":
339343
version "7.10.4"
340344
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807"
341345
integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
342346
dependencies:
343347
"@babel/helper-create-class-features-plugin" "^7.10.4"
344348
"@babel/helper-plugin-utils" "^7.10.4"
345349

350+
"@babel/plugin-proposal-class-properties@^7.5.0":
351+
version "7.12.1"
352+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
353+
integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
354+
dependencies:
355+
"@babel/helper-create-class-features-plugin" "^7.12.1"
356+
"@babel/helper-plugin-utils" "^7.10.4"
357+
346358
"@babel/plugin-proposal-dynamic-import@^7.10.4":
347359
version "7.10.4"
348360
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz#ba57a26cb98b37741e9d5bca1b8b0ddf8291f17e"

0 commit comments

Comments
 (0)