|
117 | 117 | "@babel/traverse" "^7.4.4" |
118 | 118 | "@babel/types" "^7.4.4" |
119 | 119 |
|
120 | | -"@babel/helper-create-class-features-plugin@^7.2.1", "@babel/helper-create-class-features-plugin@^7.5.5": |
121 | | - version "7.5.5" |
122 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4" |
123 | | - integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg== |
| 120 | +"@babel/helper-create-class-features-plugin@^7.2.1", "@babel/helper-create-class-features-plugin@^7.7.4": |
| 121 | + version "7.7.4" |
| 122 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.4.tgz#fce60939fd50618610942320a8d951b3b639da2d" |
| 123 | + integrity sha512-l+OnKACG4uiDHQ/aJT8dwpR+LhCJALxL0mJ6nzjB25e5IPwqV1VOsY7ah6UB1DG+VOXAIMtuC54rFJGiHkxjgA== |
124 | 124 | dependencies: |
125 | | - "@babel/helper-function-name" "^7.1.0" |
126 | | - "@babel/helper-member-expression-to-functions" "^7.5.5" |
127 | | - "@babel/helper-optimise-call-expression" "^7.0.0" |
| 125 | + "@babel/helper-function-name" "^7.7.4" |
| 126 | + "@babel/helper-member-expression-to-functions" "^7.7.4" |
| 127 | + "@babel/helper-optimise-call-expression" "^7.7.4" |
128 | 128 | "@babel/helper-plugin-utils" "^7.0.0" |
129 | | - "@babel/helper-replace-supers" "^7.5.5" |
130 | | - "@babel/helper-split-export-declaration" "^7.4.4" |
| 129 | + "@babel/helper-replace-supers" "^7.7.4" |
| 130 | + "@babel/helper-split-export-declaration" "^7.7.4" |
131 | 131 |
|
132 | 132 | "@babel/helper-define-map@^7.5.5": |
133 | 133 | version "7.5.5" |
|
192 | 192 | dependencies: |
193 | 193 | "@babel/types" "^7.5.5" |
194 | 194 |
|
| 195 | +"@babel/helper-member-expression-to-functions@^7.7.4": |
| 196 | + version "7.7.4" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz#356438e2569df7321a8326644d4b790d2122cb74" |
| 198 | + integrity sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw== |
| 199 | + dependencies: |
| 200 | + "@babel/types" "^7.7.4" |
| 201 | + |
195 | 202 | "@babel/helper-module-imports@^7.0.0": |
196 | 203 | version "7.0.0" |
197 | 204 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" |
|
230 | 237 | dependencies: |
231 | 238 | "@babel/types" "^7.0.0" |
232 | 239 |
|
| 240 | +"@babel/helper-optimise-call-expression@^7.7.4": |
| 241 | + version "7.7.4" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2" |
| 243 | + integrity sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg== |
| 244 | + dependencies: |
| 245 | + "@babel/types" "^7.7.4" |
| 246 | + |
233 | 247 | "@babel/helper-plugin-utils@^7.0.0": |
234 | 248 | version "7.0.0" |
235 | 249 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" |
|
270 | 284 | "@babel/traverse" "^7.5.5" |
271 | 285 | "@babel/types" "^7.5.5" |
272 | 286 |
|
| 287 | +"@babel/helper-replace-supers@^7.7.4": |
| 288 | + version "7.7.4" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz#3c881a6a6a7571275a72d82e6107126ec9e2cdd2" |
| 290 | + integrity sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg== |
| 291 | + dependencies: |
| 292 | + "@babel/helper-member-expression-to-functions" "^7.7.4" |
| 293 | + "@babel/helper-optimise-call-expression" "^7.7.4" |
| 294 | + "@babel/traverse" "^7.7.4" |
| 295 | + "@babel/types" "^7.7.4" |
| 296 | + |
273 | 297 | "@babel/helper-simple-access@^7.1.0": |
274 | 298 | version "7.1.0" |
275 | 299 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c" |
|
355 | 379 | "@babel/helper-plugin-utils" "^7.0.0" |
356 | 380 |
|
357 | 381 | "@babel/plugin-proposal-class-properties@^7.2.3": |
358 | | - version "7.5.5" |
359 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4" |
360 | | - integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A== |
| 382 | + version "7.7.4" |
| 383 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba" |
| 384 | + integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw== |
361 | 385 | dependencies: |
362 | | - "@babel/helper-create-class-features-plugin" "^7.5.5" |
| 386 | + "@babel/helper-create-class-features-plugin" "^7.7.4" |
363 | 387 | "@babel/helper-plugin-utils" "^7.0.0" |
364 | 388 |
|
365 | 389 | "@babel/plugin-proposal-dynamic-import@^7.5.0": |
|
0 commit comments