Skip to content

Commit 77feae9

Browse files
Bump @babel/plugin-proposal-class-properties from 7.7.4 to 7.8.0
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.4 to 7.8.0. - [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.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7671031 commit 77feae9

File tree

2 files changed

+119
-17
lines changed

2 files changed

+119
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.7.7",
51-
"@babel/plugin-proposal-class-properties": "^7.7.4",
51+
"@babel/plugin-proposal-class-properties": "^7.8.0",
5252
"@babel/plugin-proposal-decorators": "^7.7.4",
5353
"@babel/plugin-transform-runtime": "^7.8.0",
5454
"@babel/plugin-transform-typescript": "^7.7.4",

yarn.lock

Lines changed: 118 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12+
"@babel/code-frame@^7.8.0":
13+
version "7.8.0"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.0.tgz#8c98d4ac29d6f80f28127b1bc50970a72086c5ac"
15+
integrity sha512-AN2IR/wCUYsM+PdErq6Bp3RFTXl8W0p9Nmymm7zkpsCmh+r/YYcckaCGpU8Q/mEKmST19kkGRaG42A/jxOWwBA==
16+
dependencies:
17+
"@babel/highlight" "^7.8.0"
18+
1219
"@babel/core@^7.3.3", "@babel/core@^7.3.4", "@babel/core@^7.6.2", "@babel/core@^7.7.0", "@babel/core@^7.7.7":
1320
version "7.7.7"
1421
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
@@ -39,6 +46,16 @@
3946
lodash "^4.17.13"
4047
source-map "^0.5.0"
4148

49+
"@babel/generator@^7.8.0":
50+
version "7.8.0"
51+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.0.tgz#40a1244677be58ffdc5cd01e22634cd1d5b29edf"
52+
integrity sha512-2Lp2e02CV2C7j/H4n4D9YvsvdhPVVg9GDIamr6Tu4tU35mL3mzOrzl1lZ8ZJtysfZXh+y+AGORc2rPS7yHxBUg==
53+
dependencies:
54+
"@babel/types" "^7.8.0"
55+
jsesc "^2.5.1"
56+
lodash "^4.17.13"
57+
source-map "^0.5.0"
58+
4259
"@babel/helper-annotate-as-pure@^7.7.4":
4360
version "7.7.4"
4461
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
@@ -63,17 +80,17 @@
6380
"@babel/traverse" "^7.7.4"
6481
"@babel/types" "^7.7.4"
6582

66-
"@babel/helper-create-class-features-plugin@^7.7.4":
67-
version "7.7.4"
68-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d"
69-
integrity sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA==
83+
"@babel/helper-create-class-features-plugin@^7.7.4", "@babel/helper-create-class-features-plugin@^7.8.0":
84+
version "7.8.0"
85+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.0.tgz#b3ddf557ed4656e0d296c3b0f3fcd381ea8de72c"
86+
integrity sha512-ctCvqYBTlwEl2uF4hCxE0cd/sSw71Zfag0jKa39y4HDLh0BQ4PVBX1384Ye8GqrEZ69xgLp9fwPbv3GgIDDF2Q==
7087
dependencies:
71-
"@babel/helper-function-name" "^7.7.4"
72-
"@babel/helper-member-expression-to-functions" "^7.7.4"
73-
"@babel/helper-optimise-call-expression" "^7.7.4"
74-
"@babel/helper-plugin-utils" "^7.0.0"
75-
"@babel/helper-replace-supers" "^7.7.4"
76-
"@babel/helper-split-export-declaration" "^7.7.4"
88+
"@babel/helper-function-name" "^7.8.0"
89+
"@babel/helper-member-expression-to-functions" "^7.8.0"
90+
"@babel/helper-optimise-call-expression" "^7.8.0"
91+
"@babel/helper-plugin-utils" "^7.8.0"
92+
"@babel/helper-replace-supers" "^7.8.0"
93+
"@babel/helper-split-export-declaration" "^7.8.0"
7794

7895
"@babel/helper-create-regexp-features-plugin@^7.7.4":
7996
version "7.7.4"
@@ -109,13 +126,29 @@
109126
"@babel/template" "^7.7.4"
110127
"@babel/types" "^7.7.4"
111128

129+
"@babel/helper-function-name@^7.8.0":
130+
version "7.8.0"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.0.tgz#dde5cf0d6b15c21817a67dd66fe7350348e023bf"
132+
integrity sha512-x9psucuU0Xalw+0Vpr2FYJMLB7/KnPSLZhlkUyOGbYAWRDfmtZBrguYpJYiaNCRV7vGkYjO/gF6/J6yMvdWTDw==
133+
dependencies:
134+
"@babel/helper-get-function-arity" "^7.8.0"
135+
"@babel/template" "^7.8.0"
136+
"@babel/types" "^7.8.0"
137+
112138
"@babel/helper-get-function-arity@^7.7.4":
113139
version "7.7.4"
114140
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
115141
integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA==
116142
dependencies:
117143
"@babel/types" "^7.7.4"
118144

145+
"@babel/helper-get-function-arity@^7.8.0":
146+
version "7.8.0"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.0.tgz#90977f61d76d2225d1ae0208def7df22ea92792e"
148+
integrity sha512-eUP5grliToMapQiTaYS2AAO/WwaCG7cuJztR1v/a1aPzUzUeGt+AaI9OvLATc/AfFkF8SLJ10d5ugGt/AQ9d6w==
149+
dependencies:
150+
"@babel/types" "^7.8.0"
151+
119152
"@babel/helper-hoist-variables@^7.7.4":
120153
version "7.7.4"
121154
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.4.tgz#612384e3d823fdfaaf9fce31550fe5d4db0f3d12"
@@ -130,6 +163,13 @@
130163
dependencies:
131164
"@babel/types" "^7.7.4"
132165

166+
"@babel/helper-member-expression-to-functions@^7.8.0":
167+
version "7.8.0"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.0.tgz#50d0ed445d2da11beb60e2dbc2c428254bd5a4ae"
169+
integrity sha512-0m1QabGrdXuoxX/g+KOAGndoHwskC70WweqHRQyCsaO67KOEELYh4ECcGw6ZGKjDKa5Y7SW4Qbhw6ly4Fah/jQ==
170+
dependencies:
171+
"@babel/types" "^7.8.0"
172+
133173
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.0":
134174
version "7.8.0"
135175
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.0.tgz#076edda55d8cd39c099981b785ce53f4303b967e"
@@ -156,6 +196,13 @@
156196
dependencies:
157197
"@babel/types" "^7.7.4"
158198

199+
"@babel/helper-optimise-call-expression@^7.8.0":
200+
version "7.8.0"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.0.tgz#3df62773cf210db9ed34c2bb39fece5acd1e1733"
202+
integrity sha512-aiJt1m+K57y0n10fTw+QXcCXzmpkG+o+NoQmAZqlZPstkTE0PZT+Z27QSd/6Gf00nuXJQO4NiJ0/YagSW5kC2A==
203+
dependencies:
204+
"@babel/types" "^7.8.0"
205+
159206
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0":
160207
version "7.8.0"
161208
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz#59ec882d43c21c544ccb51decaecb306b34a8231"
@@ -189,6 +236,16 @@
189236
"@babel/traverse" "^7.7.4"
190237
"@babel/types" "^7.7.4"
191238

239+
"@babel/helper-replace-supers@^7.8.0":
240+
version "7.8.0"
241+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.0.tgz#d83cb117edb820eebe9ae6c970a8ad5eac09d19f"
242+
integrity sha512-R2CyorW4tcO3YzdkClLpt6MS84G+tPkOi0MmiCn1bvYVnmDpdl9R15XOi3NQW2mhOAEeBnuQ4g1Bh7pT2sX8fg==
243+
dependencies:
244+
"@babel/helper-member-expression-to-functions" "^7.8.0"
245+
"@babel/helper-optimise-call-expression" "^7.8.0"
246+
"@babel/traverse" "^7.8.0"
247+
"@babel/types" "^7.8.0"
248+
192249
"@babel/helper-simple-access@^7.7.4":
193250
version "7.7.4"
194251
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294"
@@ -204,6 +261,13 @@
204261
dependencies:
205262
"@babel/types" "^7.7.4"
206263

264+
"@babel/helper-split-export-declaration@^7.8.0":
265+
version "7.8.0"
266+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.0.tgz#ed10cb03b07454c0d40735fad4e9c9711e739588"
267+
integrity sha512-YhYFhH4T6DlbT6CPtVgLfC1Jp2gbCawU/ml7WJvUpBg01bCrXSzTYMZZXbbIGjq/kHmK8YUATxTppcRGzj31pA==
268+
dependencies:
269+
"@babel/types" "^7.8.0"
270+
207271
"@babel/helper-wrap-function@^7.7.4":
208272
version "7.7.4"
209273
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
@@ -232,11 +296,25 @@
232296
esutils "^2.0.2"
233297
js-tokens "^4.0.0"
234298

299+
"@babel/highlight@^7.8.0":
300+
version "7.8.0"
301+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.0.tgz#4cc003dc10359919e2e3a1d9459150942913dd1a"
302+
integrity sha512-OsdTJbHlPtIk2mmtwXItYrdmalJ8T0zpVzNAbKSkHshuywj7zb29Y09McV/jQsQunc/nEyHiPV2oy9llYMLqxw==
303+
dependencies:
304+
chalk "^2.0.0"
305+
esutils "^2.0.2"
306+
js-tokens "^4.0.0"
307+
235308
"@babel/parser@^7.0.0", "@babel/parser@^7.4.5", "@babel/parser@^7.7.4", "@babel/parser@^7.7.7":
236309
version "7.7.7"
237310
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
238311
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
239312

313+
"@babel/parser@^7.8.0":
314+
version "7.8.0"
315+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.0.tgz#54682775f1fb25dd29a93a02315aab29a6a292bb"
316+
integrity sha512-VVtsnUYbd1+2A2vOVhm4P2qNXQE8L/W859GpUHfUcdhX8d3pEKThZuIr6fztocWx9HbK+00/CR0tXnhAggJ4CA==
317+
240318
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
241319
version "7.7.4"
242320
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
@@ -246,13 +324,13 @@
246324
"@babel/helper-remap-async-to-generator" "^7.7.4"
247325
"@babel/plugin-syntax-async-generators" "^7.7.4"
248326

249-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.7.4":
250-
version "7.7.4"
251-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba"
252-
integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==
327+
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.7.0", "@babel/plugin-proposal-class-properties@^7.8.0":
328+
version "7.8.0"
329+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.0.tgz#bb3325d9166c80db8f2e15fc0bb6d61d7300e373"
330+
integrity sha512-eVGj5NauhKCwABQjKIYncMQh9HtFsBrIcdsxImbTdUIaGnjymsVsBGmDQaDuPL/WCjYn6vPL4d+yvI6zy+VkrQ==
253331
dependencies:
254-
"@babel/helper-create-class-features-plugin" "^7.7.4"
255-
"@babel/helper-plugin-utils" "^7.0.0"
332+
"@babel/helper-create-class-features-plugin" "^7.8.0"
333+
"@babel/helper-plugin-utils" "^7.8.0"
256334

257335
"@babel/plugin-proposal-decorators@^7.7.0", "@babel/plugin-proposal-decorators@^7.7.4":
258336
version "7.7.4"
@@ -718,6 +796,15 @@
718796
"@babel/parser" "^7.7.4"
719797
"@babel/types" "^7.7.4"
720798

799+
"@babel/template@^7.8.0":
800+
version "7.8.0"
801+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.0.tgz#a32f57ad3be89c0fa69ae87b53b4826844dc6330"
802+
integrity sha512-0NNMDsY2t3ltAVVK1WHNiaePo3tXPUeJpCX4I3xSKFoEl852wJHG8mrgHVADf8Lz1y+8al9cF7cSSfzSnFSYiw==
803+
dependencies:
804+
"@babel/code-frame" "^7.8.0"
805+
"@babel/parser" "^7.8.0"
806+
"@babel/types" "^7.8.0"
807+
721808
"@babel/traverse@^7.0.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.4":
722809
version "7.7.4"
723810
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
@@ -733,6 +820,21 @@
733820
globals "^11.1.0"
734821
lodash "^4.17.13"
735822

823+
"@babel/traverse@^7.8.0":
824+
version "7.8.0"
825+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.0.tgz#d85266fdcff553c10e57b672604b36383a127c1f"
826+
integrity sha512-d/6sPXFLGlJHZO/zWDtgFaKyalCOHLedzxpVJn6el1cw+f2TZa7xZEszeXdOw6EUemqRFBAn106BWBvtSck9Qw==
827+
dependencies:
828+
"@babel/code-frame" "^7.8.0"
829+
"@babel/generator" "^7.8.0"
830+
"@babel/helper-function-name" "^7.8.0"
831+
"@babel/helper-split-export-declaration" "^7.8.0"
832+
"@babel/parser" "^7.8.0"
833+
"@babel/types" "^7.8.0"
834+
debug "^4.1.0"
835+
globals "^11.1.0"
836+
lodash "^4.17.13"
837+
736838
"@babel/types@^7.0.0", "@babel/types@^7.4.0", "@babel/types@^7.7.4":
737839
version "7.7.4"
738840
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"

0 commit comments

Comments
 (0)