|
32 | 32 | dependencies: |
33 | 33 | "@babel/highlight" "^7.14.5" |
34 | 34 |
|
| 35 | +"@babel/code-frame@^7.16.0": |
| 36 | + version "7.16.0" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431" |
| 38 | + integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA== |
| 39 | + dependencies: |
| 40 | + "@babel/highlight" "^7.16.0" |
| 41 | + |
35 | 42 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": |
36 | 43 | version "7.15.0" |
37 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
|
67 | 74 | jsesc "^2.5.1" |
68 | 75 | source-map "^0.5.0" |
69 | 76 |
|
| 77 | +"@babel/generator@^7.16.0": |
| 78 | + version "7.16.0" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2" |
| 80 | + integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew== |
| 81 | + dependencies: |
| 82 | + "@babel/types" "^7.16.0" |
| 83 | + jsesc "^2.5.1" |
| 84 | + source-map "^0.5.0" |
| 85 | + |
70 | 86 | "@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4": |
71 | 87 | version "7.15.4" |
72 | 88 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835" |
73 | 89 | integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA== |
74 | 90 | dependencies: |
75 | 91 | "@babel/types" "^7.15.4" |
76 | 92 |
|
| 93 | +"@babel/helper-annotate-as-pure@^7.16.0": |
| 94 | + version "7.16.0" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
| 96 | + integrity sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg== |
| 97 | + dependencies: |
| 98 | + "@babel/types" "^7.16.0" |
| 99 | + |
77 | 100 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5": |
78 | 101 | version "7.15.4" |
79 | 102 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f" |
|
104 | 127 | "@babel/helper-replace-supers" "^7.15.4" |
105 | 128 | "@babel/helper-split-export-declaration" "^7.15.4" |
106 | 129 |
|
| 130 | +"@babel/helper-create-class-features-plugin@^7.16.0": |
| 131 | + version "7.16.0" |
| 132 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b" |
| 133 | + integrity sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA== |
| 134 | + dependencies: |
| 135 | + "@babel/helper-annotate-as-pure" "^7.16.0" |
| 136 | + "@babel/helper-function-name" "^7.16.0" |
| 137 | + "@babel/helper-member-expression-to-functions" "^7.16.0" |
| 138 | + "@babel/helper-optimise-call-expression" "^7.16.0" |
| 139 | + "@babel/helper-replace-supers" "^7.16.0" |
| 140 | + "@babel/helper-split-export-declaration" "^7.16.0" |
| 141 | + |
107 | 142 | "@babel/helper-create-regexp-features-plugin@^7.14.5": |
108 | 143 | version "7.14.5" |
109 | 144 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4" |
|
142 | 177 | "@babel/template" "^7.15.4" |
143 | 178 | "@babel/types" "^7.15.4" |
144 | 179 |
|
| 180 | +"@babel/helper-function-name@^7.16.0": |
| 181 | + version "7.16.0" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481" |
| 183 | + integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog== |
| 184 | + dependencies: |
| 185 | + "@babel/helper-get-function-arity" "^7.16.0" |
| 186 | + "@babel/template" "^7.16.0" |
| 187 | + "@babel/types" "^7.16.0" |
| 188 | + |
145 | 189 | "@babel/helper-get-function-arity@^7.15.4": |
146 | 190 | version "7.15.4" |
147 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b" |
148 | 192 | integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA== |
149 | 193 | dependencies: |
150 | 194 | "@babel/types" "^7.15.4" |
151 | 195 |
|
| 196 | +"@babel/helper-get-function-arity@^7.16.0": |
| 197 | + version "7.16.0" |
| 198 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa" |
| 199 | + integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ== |
| 200 | + dependencies: |
| 201 | + "@babel/types" "^7.16.0" |
| 202 | + |
152 | 203 | "@babel/helper-hoist-variables@^7.15.4": |
153 | 204 | version "7.15.4" |
154 | 205 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df" |
155 | 206 | integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA== |
156 | 207 | dependencies: |
157 | 208 | "@babel/types" "^7.15.4" |
158 | 209 |
|
| 210 | +"@babel/helper-hoist-variables@^7.16.0": |
| 211 | + version "7.16.0" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a" |
| 213 | + integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg== |
| 214 | + dependencies: |
| 215 | + "@babel/types" "^7.16.0" |
| 216 | + |
159 | 217 | "@babel/helper-member-expression-to-functions@^7.15.4": |
160 | 218 | version "7.15.4" |
161 | 219 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef" |
162 | 220 | integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA== |
163 | 221 | dependencies: |
164 | 222 | "@babel/types" "^7.15.4" |
165 | 223 |
|
| 224 | +"@babel/helper-member-expression-to-functions@^7.16.0": |
| 225 | + version "7.16.0" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4" |
| 227 | + integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ== |
| 228 | + dependencies: |
| 229 | + "@babel/types" "^7.16.0" |
| 230 | + |
166 | 231 | "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.15.4", "@babel/helper-module-imports@^7.8.3": |
167 | 232 | version "7.15.4" |
168 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f" |
|
191 | 256 | dependencies: |
192 | 257 | "@babel/types" "^7.15.4" |
193 | 258 |
|
| 259 | +"@babel/helper-optimise-call-expression@^7.16.0": |
| 260 | + version "7.16.0" |
| 261 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338" |
| 262 | + integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw== |
| 263 | + dependencies: |
| 264 | + "@babel/types" "^7.16.0" |
| 265 | + |
194 | 266 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
195 | 267 | version "7.14.5" |
196 | 268 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9" |
|
215 | 287 | "@babel/traverse" "^7.15.4" |
216 | 288 | "@babel/types" "^7.15.4" |
217 | 289 |
|
| 290 | +"@babel/helper-replace-supers@^7.16.0": |
| 291 | + version "7.16.0" |
| 292 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17" |
| 293 | + integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA== |
| 294 | + dependencies: |
| 295 | + "@babel/helper-member-expression-to-functions" "^7.16.0" |
| 296 | + "@babel/helper-optimise-call-expression" "^7.16.0" |
| 297 | + "@babel/traverse" "^7.16.0" |
| 298 | + "@babel/types" "^7.16.0" |
| 299 | + |
218 | 300 | "@babel/helper-simple-access@^7.15.4": |
219 | 301 | version "7.15.4" |
220 | 302 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b" |
|
236 | 318 | dependencies: |
237 | 319 | "@babel/types" "^7.15.4" |
238 | 320 |
|
| 321 | +"@babel/helper-split-export-declaration@^7.16.0": |
| 322 | + version "7.16.0" |
| 323 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438" |
| 324 | + integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw== |
| 325 | + dependencies: |
| 326 | + "@babel/types" "^7.16.0" |
| 327 | + |
239 | 328 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": |
240 | 329 | version "7.14.9" |
241 | 330 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
242 | 331 | integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
243 | 332 |
|
| 333 | +"@babel/helper-validator-identifier@^7.15.7": |
| 334 | + version "7.15.7" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
| 336 | + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
| 337 | + |
244 | 338 | "@babel/helper-validator-option@^7.14.5": |
245 | 339 | version "7.14.5" |
246 | 340 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
|
274 | 368 | chalk "^2.0.0" |
275 | 369 | js-tokens "^4.0.0" |
276 | 370 |
|
| 371 | +"@babel/highlight@^7.16.0": |
| 372 | + version "7.16.0" |
| 373 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a" |
| 374 | + integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g== |
| 375 | + dependencies: |
| 376 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 377 | + chalk "^2.0.0" |
| 378 | + js-tokens "^4.0.0" |
| 379 | + |
277 | 380 | "@babel/parser@^7.12.3", "@babel/parser@^7.15.4", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0": |
278 | 381 | version "7.15.4" |
279 | 382 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84" |
280 | 383 | integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w== |
281 | 384 |
|
| 385 | +"@babel/parser@^7.16.0": |
| 386 | + version "7.16.2" |
| 387 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.2.tgz#3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac" |
| 388 | + integrity sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw== |
| 389 | + |
282 | 390 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": |
283 | 391 | version "7.15.4" |
284 | 392 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e" |
|
530 | 638 | dependencies: |
531 | 639 | "@babel/helper-plugin-utils" "^7.14.5" |
532 | 640 |
|
533 | | -"@babel/plugin-syntax-typescript@^7.14.5", "@babel/plugin-syntax-typescript@^7.2.0": |
| 641 | +"@babel/plugin-syntax-typescript@^7.16.0": |
| 642 | + version "7.16.0" |
| 643 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.0.tgz#2feeb13d9334cc582ea9111d3506f773174179bb" |
| 644 | + integrity sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ== |
| 645 | + dependencies: |
| 646 | + "@babel/helper-plugin-utils" "^7.14.5" |
| 647 | + |
| 648 | +"@babel/plugin-syntax-typescript@^7.2.0": |
534 | 649 | version "7.14.5" |
535 | 650 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716" |
536 | 651 | integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q== |
|
789 | 904 | dependencies: |
790 | 905 | "@babel/helper-plugin-utils" "^7.14.5" |
791 | 906 |
|
792 | | -"@babel/plugin-transform-typescript@^7.13.0", "@babel/plugin-transform-typescript@^7.15.0": |
793 | | - version "7.15.4" |
794 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" |
795 | | - integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA== |
| 907 | +"@babel/plugin-transform-typescript@^7.13.0", "@babel/plugin-transform-typescript@^7.16.0": |
| 908 | + version "7.16.1" |
| 909 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.1.tgz#cc0670b2822b0338355bc1b3d2246a42b8166409" |
| 910 | + integrity sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg== |
796 | 911 | dependencies: |
797 | | - "@babel/helper-create-class-features-plugin" "^7.15.4" |
| 912 | + "@babel/helper-create-class-features-plugin" "^7.16.0" |
798 | 913 | "@babel/helper-plugin-utils" "^7.14.5" |
799 | | - "@babel/plugin-syntax-typescript" "^7.14.5" |
| 914 | + "@babel/plugin-syntax-typescript" "^7.16.0" |
800 | 915 |
|
801 | 916 | "@babel/plugin-transform-typescript@~7.4.0": |
802 | 917 | version "7.4.5" |
|
928 | 1043 | "@babel/types" "^7.4.4" |
929 | 1044 | esutils "^2.0.2" |
930 | 1045 |
|
931 | | -"@babel/preset-typescript@^7.15.0": |
932 | | - version "7.15.0" |
933 | | - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945" |
934 | | - integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow== |
| 1046 | +"@babel/preset-typescript@^7.15.0", "@babel/preset-typescript@^7.16.0": |
| 1047 | + version "7.16.0" |
| 1048 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.0.tgz#b0b4f105b855fb3d631ec036cdc9d1ffd1fa5eac" |
| 1049 | + integrity sha512-txegdrZYgO9DlPbv+9QOVpMnKbOtezsLHWsnsRF4AjbSIsVaujrq1qg8HK0mxQpWv0jnejt0yEoW1uWpvbrDTg== |
935 | 1050 | dependencies: |
936 | 1051 | "@babel/helper-plugin-utils" "^7.14.5" |
937 | 1052 | "@babel/helper-validator-option" "^7.14.5" |
938 | | - "@babel/plugin-transform-typescript" "^7.15.0" |
| 1053 | + "@babel/plugin-transform-typescript" "^7.16.0" |
939 | 1054 |
|
940 | 1055 | "@babel/runtime@7.12.18": |
941 | 1056 | version "7.12.18" |
|
960 | 1075 | "@babel/parser" "^7.15.4" |
961 | 1076 | "@babel/types" "^7.15.4" |
962 | 1077 |
|
| 1078 | +"@babel/template@^7.16.0": |
| 1079 | + version "7.16.0" |
| 1080 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6" |
| 1081 | + integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A== |
| 1082 | + dependencies: |
| 1083 | + "@babel/code-frame" "^7.16.0" |
| 1084 | + "@babel/parser" "^7.16.0" |
| 1085 | + "@babel/types" "^7.16.0" |
| 1086 | + |
963 | 1087 | "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0": |
964 | 1088 | version "7.15.4" |
965 | 1089 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" |
|
975 | 1099 | debug "^4.1.0" |
976 | 1100 | globals "^11.1.0" |
977 | 1101 |
|
| 1102 | +"@babel/traverse@^7.16.0": |
| 1103 | + version "7.16.0" |
| 1104 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.0.tgz#965df6c6bfc0a958c1e739284d3c9fa4a6e3c45b" |
| 1105 | + integrity sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ== |
| 1106 | + dependencies: |
| 1107 | + "@babel/code-frame" "^7.16.0" |
| 1108 | + "@babel/generator" "^7.16.0" |
| 1109 | + "@babel/helper-function-name" "^7.16.0" |
| 1110 | + "@babel/helper-hoist-variables" "^7.16.0" |
| 1111 | + "@babel/helper-split-export-declaration" "^7.16.0" |
| 1112 | + "@babel/parser" "^7.16.0" |
| 1113 | + "@babel/types" "^7.16.0" |
| 1114 | + debug "^4.1.0" |
| 1115 | + globals "^11.1.0" |
| 1116 | + |
978 | 1117 | "@babel/types@^7.1.6", "@babel/types@^7.12.1", "@babel/types@^7.15.4", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2": |
979 | 1118 | version "7.15.4" |
980 | 1119 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d" |
|
983 | 1122 | "@babel/helper-validator-identifier" "^7.14.9" |
984 | 1123 | to-fast-properties "^2.0.0" |
985 | 1124 |
|
| 1125 | +"@babel/types@^7.16.0": |
| 1126 | + version "7.16.0" |
| 1127 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
| 1128 | + integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg== |
| 1129 | + dependencies: |
| 1130 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 1131 | + to-fast-properties "^2.0.0" |
| 1132 | + |
986 | 1133 | "@cnakazawa/watch@^1.0.3": |
987 | 1134 | version "1.0.4" |
988 | 1135 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
0 commit comments