|
18 | 18 | optionalDependencies:
|
19 | 19 | chokidar "^2.1.8"
|
20 | 20 |
|
21 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": |
22 |
| - version "7.10.1" |
23 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" |
24 |
| - integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== |
25 |
| - dependencies: |
26 |
| - "@babel/highlight" "^7.10.1" |
27 |
| - |
28 |
| -"@babel/code-frame@^7.10.4": |
| 21 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": |
29 | 22 | version "7.10.4"
|
30 | 23 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
|
31 | 24 | integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
|
|
42 | 35 | semver "^5.5.0"
|
43 | 36 |
|
44 | 37 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
|
45 |
| - version "7.10.2" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
47 |
| - integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
| 38 | + version "7.10.4" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" |
| 40 | + integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== |
48 | 41 | dependencies:
|
49 |
| - "@babel/code-frame" "^7.10.1" |
50 |
| - "@babel/generator" "^7.10.2" |
51 |
| - "@babel/helper-module-transforms" "^7.10.1" |
52 |
| - "@babel/helpers" "^7.10.1" |
53 |
| - "@babel/parser" "^7.10.2" |
54 |
| - "@babel/template" "^7.10.1" |
55 |
| - "@babel/traverse" "^7.10.1" |
56 |
| - "@babel/types" "^7.10.2" |
| 42 | + "@babel/code-frame" "^7.10.4" |
| 43 | + "@babel/generator" "^7.10.4" |
| 44 | + "@babel/helper-module-transforms" "^7.10.4" |
| 45 | + "@babel/helpers" "^7.10.4" |
| 46 | + "@babel/parser" "^7.10.4" |
| 47 | + "@babel/template" "^7.10.4" |
| 48 | + "@babel/traverse" "^7.10.4" |
| 49 | + "@babel/types" "^7.10.4" |
57 | 50 | convert-source-map "^1.7.0"
|
58 | 51 | debug "^4.1.0"
|
59 | 52 | gensync "^1.0.0-beta.1"
|
|
63 | 56 | semver "^5.4.1"
|
64 | 57 | source-map "^0.5.0"
|
65 | 58 |
|
66 |
| -"@babel/generator@^7.10.1", "@babel/generator@^7.10.2", "@babel/generator@^7.5.0": |
67 |
| - version "7.10.2" |
68 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" |
69 |
| - integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== |
70 |
| - dependencies: |
71 |
| - "@babel/types" "^7.10.2" |
72 |
| - jsesc "^2.5.1" |
73 |
| - lodash "^4.17.13" |
74 |
| - source-map "^0.5.0" |
75 |
| - |
76 |
| -"@babel/generator@^7.10.4": |
| 59 | +"@babel/generator@^7.10.4", "@babel/generator@^7.5.0": |
77 | 60 | version "7.10.4"
|
78 | 61 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243"
|
79 | 62 | integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng==
|
|
254 | 237 | dependencies:
|
255 | 238 | "@babel/types" "^7.10.4"
|
256 | 239 |
|
257 |
| -"@babel/helper-module-transforms@^7.10.1": |
258 |
| - version "7.10.1" |
259 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622" |
260 |
| - integrity sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg== |
| 240 | +"@babel/helper-module-transforms@^7.10.1", "@babel/helper-module-transforms@^7.10.4": |
| 241 | + version "7.10.4" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" |
| 243 | + integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== |
261 | 244 | dependencies:
|
262 |
| - "@babel/helper-module-imports" "^7.10.1" |
263 |
| - "@babel/helper-replace-supers" "^7.10.1" |
264 |
| - "@babel/helper-simple-access" "^7.10.1" |
265 |
| - "@babel/helper-split-export-declaration" "^7.10.1" |
266 |
| - "@babel/template" "^7.10.1" |
267 |
| - "@babel/types" "^7.10.1" |
| 245 | + "@babel/helper-module-imports" "^7.10.4" |
| 246 | + "@babel/helper-replace-supers" "^7.10.4" |
| 247 | + "@babel/helper-simple-access" "^7.10.4" |
| 248 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 249 | + "@babel/template" "^7.10.4" |
| 250 | + "@babel/types" "^7.10.4" |
268 | 251 | lodash "^4.17.13"
|
269 | 252 |
|
270 | 253 | "@babel/helper-optimise-call-expression@^7.10.1":
|
|
339 | 322 | "@babel/template" "^7.10.1"
|
340 | 323 | "@babel/types" "^7.10.1"
|
341 | 324 |
|
| 325 | +"@babel/helper-simple-access@^7.10.4": |
| 326 | + version "7.10.4" |
| 327 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
| 328 | + integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== |
| 329 | + dependencies: |
| 330 | + "@babel/template" "^7.10.4" |
| 331 | + "@babel/types" "^7.10.4" |
| 332 | + |
342 | 333 | "@babel/helper-split-export-declaration@^7.10.1":
|
343 | 334 | version "7.10.1"
|
344 | 335 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
|
|
353 | 344 | dependencies:
|
354 | 345 | "@babel/types" "^7.10.4"
|
355 | 346 |
|
356 |
| -"@babel/helper-validator-identifier@^7.10.1": |
357 |
| - version "7.10.1" |
358 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" |
359 |
| - integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== |
360 |
| - |
361 | 347 | "@babel/helper-validator-identifier@^7.10.4":
|
362 | 348 | version "7.10.4"
|
363 | 349 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
373 | 359 | "@babel/traverse" "^7.10.1"
|
374 | 360 | "@babel/types" "^7.10.1"
|
375 | 361 |
|
376 |
| -"@babel/helpers@^7.10.1": |
377 |
| - version "7.10.1" |
378 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" |
379 |
| - integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== |
380 |
| - dependencies: |
381 |
| - "@babel/template" "^7.10.1" |
382 |
| - "@babel/traverse" "^7.10.1" |
383 |
| - "@babel/types" "^7.10.1" |
384 |
| - |
385 |
| -"@babel/highlight@^7.10.1": |
386 |
| - version "7.10.1" |
387 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" |
388 |
| - integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== |
| 362 | +"@babel/helpers@^7.10.4": |
| 363 | + version "7.10.4" |
| 364 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" |
| 365 | + integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== |
389 | 366 | dependencies:
|
390 |
| - "@babel/helper-validator-identifier" "^7.10.1" |
391 |
| - chalk "^2.0.0" |
392 |
| - js-tokens "^4.0.0" |
| 367 | + "@babel/template" "^7.10.4" |
| 368 | + "@babel/traverse" "^7.10.4" |
| 369 | + "@babel/types" "^7.10.4" |
393 | 370 |
|
394 | 371 | "@babel/highlight@^7.10.4":
|
395 | 372 | version "7.10.4"
|
|
400 | 377 | chalk "^2.0.0"
|
401 | 378 | js-tokens "^4.0.0"
|
402 | 379 |
|
403 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5": |
404 |
| - version "7.10.2" |
405 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" |
406 |
| - integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== |
407 |
| - |
408 |
| -"@babel/parser@^7.10.4": |
| 380 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5": |
409 | 381 | version "7.10.4"
|
410 | 382 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
411 | 383 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
|
1104 | 1076 | dependencies:
|
1105 | 1077 | regenerator-runtime "^0.13.4"
|
1106 | 1078 |
|
1107 |
| -"@babel/template@^7.0.0", "@babel/template@^7.10.1", "@babel/template@^7.3.3", "@babel/template@^7.7.4": |
1108 |
| - version "7.10.1" |
1109 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" |
1110 |
| - integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== |
1111 |
| - dependencies: |
1112 |
| - "@babel/code-frame" "^7.10.1" |
1113 |
| - "@babel/parser" "^7.10.1" |
1114 |
| - "@babel/types" "^7.10.1" |
1115 |
| - |
1116 |
| -"@babel/template@^7.10.4": |
| 1079 | +"@babel/template@^7.0.0", "@babel/template@^7.10.1", "@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.7.4": |
1117 | 1080 | version "7.10.4"
|
1118 | 1081 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
|
1119 | 1082 | integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
|
|
1122 | 1085 | "@babel/parser" "^7.10.4"
|
1123 | 1086 | "@babel/types" "^7.10.4"
|
1124 | 1087 |
|
1125 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": |
1126 |
| - version "7.10.1" |
1127 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" |
1128 |
| - integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== |
1129 |
| - dependencies: |
1130 |
| - "@babel/code-frame" "^7.10.1" |
1131 |
| - "@babel/generator" "^7.10.1" |
1132 |
| - "@babel/helper-function-name" "^7.10.1" |
1133 |
| - "@babel/helper-split-export-declaration" "^7.10.1" |
1134 |
| - "@babel/parser" "^7.10.1" |
1135 |
| - "@babel/types" "^7.10.1" |
1136 |
| - debug "^4.1.0" |
1137 |
| - globals "^11.1.0" |
1138 |
| - lodash "^4.17.13" |
1139 |
| - |
1140 |
| -"@babel/traverse@^7.10.4": |
| 1088 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.4", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": |
1141 | 1089 | version "7.10.4"
|
1142 | 1090 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818"
|
1143 | 1091 | integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q==
|
|
1152 | 1100 | globals "^11.1.0"
|
1153 | 1101 | lodash "^4.17.13"
|
1154 | 1102 |
|
1155 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3": |
1156 |
| - version "7.10.2" |
1157 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" |
1158 |
| - integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== |
1159 |
| - dependencies: |
1160 |
| - "@babel/helper-validator-identifier" "^7.10.1" |
1161 |
| - lodash "^4.17.13" |
1162 |
| - to-fast-properties "^2.0.0" |
1163 |
| - |
1164 |
| -"@babel/types@^7.10.4": |
| 1103 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.10.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3": |
1165 | 1104 | version "7.10.4"
|
1166 | 1105 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee"
|
1167 | 1106 | integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg==
|
|
0 commit comments