|
119 | 119 | browserslist "^4.14.5" |
120 | 120 | semver "^6.3.0" |
121 | 121 |
|
122 | | -"@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.10.5": |
123 | | - version "7.10.5" |
124 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d" |
125 | | - integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== |
126 | | - dependencies: |
127 | | - "@babel/helper-function-name" "^7.10.4" |
128 | | - "@babel/helper-member-expression-to-functions" "^7.10.5" |
129 | | - "@babel/helper-optimise-call-expression" "^7.10.4" |
130 | | - "@babel/helper-plugin-utils" "^7.10.4" |
131 | | - "@babel/helper-replace-supers" "^7.10.4" |
132 | | - "@babel/helper-split-export-declaration" "^7.10.4" |
133 | | - |
134 | | -"@babel/helper-create-class-features-plugin@^7.13.0": |
| 122 | +"@babel/helper-create-class-features-plugin@^7.10.5", "@babel/helper-create-class-features-plugin@^7.13.0": |
135 | 123 | version "7.13.8" |
136 | 124 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04" |
137 | 125 | integrity sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w== |
|
211 | 199 | "@babel/traverse" "^7.13.0" |
212 | 200 | "@babel/types" "^7.13.0" |
213 | 201 |
|
214 | | -"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5": |
215 | | - version "7.11.0" |
216 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" |
217 | | - integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== |
218 | | - dependencies: |
219 | | - "@babel/types" "^7.11.0" |
220 | | - |
221 | 202 | "@babel/helper-member-expression-to-functions@^7.12.1": |
222 | 203 | version "7.12.1" |
223 | 204 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c" |
|
311 | 292 | "@babel/helper-wrap-function" "^7.13.0" |
312 | 293 | "@babel/types" "^7.13.0" |
313 | 294 |
|
314 | | -"@babel/helper-replace-supers@^7.10.4": |
315 | | - version "7.10.4" |
316 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
317 | | - integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
318 | | - dependencies: |
319 | | - "@babel/helper-member-expression-to-functions" "^7.10.4" |
320 | | - "@babel/helper-optimise-call-expression" "^7.10.4" |
321 | | - "@babel/traverse" "^7.10.4" |
322 | | - "@babel/types" "^7.10.4" |
323 | | - |
324 | 295 | "@babel/helper-replace-supers@^7.12.1": |
325 | 296 | version "7.12.5" |
326 | 297 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9" |
|
362 | 333 | dependencies: |
363 | 334 | "@babel/types" "^7.12.1" |
364 | 335 |
|
365 | | -"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": |
| 336 | +"@babel/helper-split-export-declaration@^7.11.0": |
366 | 337 | version "7.11.0" |
367 | 338 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
368 | 339 | integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
|
452 | 423 | "@babel/helper-remap-async-to-generator" "^7.13.0" |
453 | 424 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
454 | 425 |
|
455 | | -"@babel/plugin-proposal-class-properties@7.10.4": |
456 | | - version "7.10.4" |
457 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807" |
458 | | - integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== |
459 | | - dependencies: |
460 | | - "@babel/helper-create-class-features-plugin" "^7.10.4" |
461 | | - "@babel/helper-plugin-utils" "^7.10.4" |
462 | | - |
463 | | -"@babel/plugin-proposal-class-properties@^7.13.0": |
| 426 | +"@babel/plugin-proposal-class-properties@7.13.0", "@babel/plugin-proposal-class-properties@^7.13.0": |
464 | 427 | version "7.13.0" |
465 | 428 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37" |
466 | 429 | integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== |
|
0 commit comments