Skip to content

Commit e34ee05

Browse files
Bump @babel/plugin-proposal-class-properties from 7.5.5 to 7.7.4
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.5.5 to 7.7.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.5.5...v7.7.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 426a34a commit e34ee05

File tree

2 files changed

+39
-15
lines changed

2 files changed

+39
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@babel/core": "^7.7.5",
52-
"@babel/plugin-proposal-class-properties": "^7.5.5",
52+
"@babel/plugin-proposal-class-properties": "^7.7.4",
5353
"@babel/plugin-proposal-decorators": "^7.6.0",
5454
"@babel/plugin-transform-runtime": "^7.6.2",
5555
"@babel/plugin-transform-typescript": "^7.6.3",

yarn.lock

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@
6363
"@babel/traverse" "^7.4.4"
6464
"@babel/types" "^7.4.4"
6565

66-
"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0":
67-
version "7.6.0"
68-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
69-
integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
66+
"@babel/helper-create-class-features-plugin@^7.6.0", "@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==
7070
dependencies:
71-
"@babel/helper-function-name" "^7.1.0"
72-
"@babel/helper-member-expression-to-functions" "^7.5.5"
73-
"@babel/helper-optimise-call-expression" "^7.0.0"
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"
7474
"@babel/helper-plugin-utils" "^7.0.0"
75-
"@babel/helper-replace-supers" "^7.5.5"
76-
"@babel/helper-split-export-declaration" "^7.4.4"
75+
"@babel/helper-replace-supers" "^7.7.4"
76+
"@babel/helper-split-export-declaration" "^7.7.4"
7777

7878
"@babel/helper-define-map@^7.5.5":
7979
version "7.5.5"
@@ -138,6 +138,13 @@
138138
dependencies:
139139
"@babel/types" "^7.5.5"
140140

141+
"@babel/helper-member-expression-to-functions@^7.7.4":
142+
version "7.7.4"
143+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz#356438e2569df7321a8326644d4b790d2122cb74"
144+
integrity sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw==
145+
dependencies:
146+
"@babel/types" "^7.7.4"
147+
141148
"@babel/helper-module-imports@^7.0.0":
142149
version "7.0.0"
143150
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -164,6 +171,13 @@
164171
dependencies:
165172
"@babel/types" "^7.0.0"
166173

174+
"@babel/helper-optimise-call-expression@^7.7.4":
175+
version "7.7.4"
176+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2"
177+
integrity sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg==
178+
dependencies:
179+
"@babel/types" "^7.7.4"
180+
167181
"@babel/helper-plugin-utils@^7.0.0":
168182
version "7.0.0"
169183
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
@@ -197,6 +211,16 @@
197211
"@babel/traverse" "^7.5.5"
198212
"@babel/types" "^7.5.5"
199213

214+
"@babel/helper-replace-supers@^7.7.4":
215+
version "7.7.4"
216+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz#3c881a6a6a7571275a72d82e6107126ec9e2cdd2"
217+
integrity sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg==
218+
dependencies:
219+
"@babel/helper-member-expression-to-functions" "^7.7.4"
220+
"@babel/helper-optimise-call-expression" "^7.7.4"
221+
"@babel/traverse" "^7.7.4"
222+
"@babel/types" "^7.7.4"
223+
200224
"@babel/helper-simple-access@^7.1.0":
201225
version "7.1.0"
202226
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -261,12 +285,12 @@
261285
"@babel/helper-remap-async-to-generator" "^7.1.0"
262286
"@babel/plugin-syntax-async-generators" "^7.2.0"
263287

264-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.3.4", "@babel/plugin-proposal-class-properties@^7.5.5":
265-
version "7.5.5"
266-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
267-
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==
288+
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.3.4", "@babel/plugin-proposal-class-properties@^7.7.4":
289+
version "7.7.4"
290+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba"
291+
integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==
268292
dependencies:
269-
"@babel/helper-create-class-features-plugin" "^7.5.5"
293+
"@babel/helper-create-class-features-plugin" "^7.7.4"
270294
"@babel/helper-plugin-utils" "^7.0.0"
271295

272296
"@babel/plugin-proposal-decorators@^7.3.0", "@babel/plugin-proposal-decorators@^7.6.0":

0 commit comments

Comments
 (0)