|
18 | 18 | optionalDependencies:
|
19 | 19 | chokidar "^2.1.8"
|
20 | 20 |
|
21 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3": |
22 |
| - version "7.8.3" |
23 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" |
24 |
| - integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== |
25 |
| - dependencies: |
26 |
| - "@babel/highlight" "^7.8.3" |
27 |
| - |
28 |
| -"@babel/code-frame@^7.10.1": |
| 21 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1": |
29 | 22 | version "7.10.1"
|
30 | 23 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff"
|
31 | 24 | integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==
|
|
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.9.6" |
46 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376" |
47 |
| - integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg== |
48 |
| - dependencies: |
49 |
| - "@babel/code-frame" "^7.8.3" |
50 |
| - "@babel/generator" "^7.9.6" |
51 |
| - "@babel/helper-module-transforms" "^7.9.0" |
52 |
| - "@babel/helpers" "^7.9.6" |
53 |
| - "@babel/parser" "^7.9.6" |
54 |
| - "@babel/template" "^7.8.6" |
55 |
| - "@babel/traverse" "^7.9.6" |
56 |
| - "@babel/types" "^7.9.6" |
| 38 | + version "7.10.2" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
| 40 | + integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
| 41 | + dependencies: |
| 42 | + "@babel/code-frame" "^7.10.1" |
| 43 | + "@babel/generator" "^7.10.2" |
| 44 | + "@babel/helper-module-transforms" "^7.10.1" |
| 45 | + "@babel/helpers" "^7.10.1" |
| 46 | + "@babel/parser" "^7.10.2" |
| 47 | + "@babel/template" "^7.10.1" |
| 48 | + "@babel/traverse" "^7.10.1" |
| 49 | + "@babel/types" "^7.10.2" |
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": |
| 59 | +"@babel/generator@^7.10.1", "@babel/generator@^7.10.2", "@babel/generator@^7.5.0": |
67 | 60 | version "7.10.2"
|
68 | 61 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
|
69 | 62 | integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==
|
|
73 | 66 | lodash "^4.17.13"
|
74 | 67 | source-map "^0.5.0"
|
75 | 68 |
|
76 |
| -"@babel/generator@^7.5.0", "@babel/generator@^7.9.6": |
77 |
| - version "7.9.6" |
78 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
79 |
| - integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
80 |
| - dependencies: |
81 |
| - "@babel/types" "^7.9.6" |
82 |
| - jsesc "^2.5.1" |
83 |
| - lodash "^4.17.13" |
84 |
| - source-map "^0.5.0" |
85 |
| - |
86 | 69 | "@babel/helper-annotate-as-pure@^7.10.1":
|
87 | 70 | version "7.10.1"
|
88 | 71 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
|
|
265 | 248 | "@babel/types" "^7.10.1"
|
266 | 249 | lodash "^4.17.13"
|
267 | 250 |
|
268 |
| -"@babel/helper-module-transforms@^7.9.0": |
269 |
| - version "7.9.0" |
270 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
271 |
| - integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
272 |
| - dependencies: |
273 |
| - "@babel/helper-module-imports" "^7.8.3" |
274 |
| - "@babel/helper-replace-supers" "^7.8.6" |
275 |
| - "@babel/helper-simple-access" "^7.8.3" |
276 |
| - "@babel/helper-split-export-declaration" "^7.8.3" |
277 |
| - "@babel/template" "^7.8.6" |
278 |
| - "@babel/types" "^7.9.0" |
279 |
| - lodash "^4.17.13" |
280 |
| - |
281 | 251 | "@babel/helper-optimise-call-expression@^7.10.1":
|
282 | 252 | version "7.10.1"
|
283 | 253 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
|
|
350 | 320 | "@babel/template" "^7.10.1"
|
351 | 321 | "@babel/types" "^7.10.1"
|
352 | 322 |
|
353 |
| -"@babel/helper-simple-access@^7.8.3": |
354 |
| - version "7.8.3" |
355 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" |
356 |
| - integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== |
357 |
| - dependencies: |
358 |
| - "@babel/template" "^7.8.3" |
359 |
| - "@babel/types" "^7.8.3" |
360 |
| - |
361 | 323 | "@babel/helper-split-export-declaration@^7.10.1":
|
362 | 324 | version "7.10.1"
|
363 | 325 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
|
|
377 | 339 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
378 | 340 | integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
|
379 | 341 |
|
380 |
| -"@babel/helper-validator-identifier@^7.9.0": |
381 |
| - version "7.9.5" |
382 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
383 |
| - integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
384 |
| - |
385 | 342 | "@babel/helper-wrap-function@^7.10.1":
|
386 | 343 | version "7.10.1"
|
387 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
|
|
392 | 349 | "@babel/traverse" "^7.10.1"
|
393 | 350 | "@babel/types" "^7.10.1"
|
394 | 351 |
|
395 |
| -"@babel/helpers@^7.9.6": |
396 |
| - version "7.9.6" |
397 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
398 |
| - integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
| 352 | +"@babel/helpers@^7.10.1": |
| 353 | + version "7.10.1" |
| 354 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" |
| 355 | + integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== |
399 | 356 | dependencies:
|
400 |
| - "@babel/template" "^7.8.3" |
401 |
| - "@babel/traverse" "^7.9.6" |
402 |
| - "@babel/types" "^7.9.6" |
| 357 | + "@babel/template" "^7.10.1" |
| 358 | + "@babel/traverse" "^7.10.1" |
| 359 | + "@babel/types" "^7.10.1" |
403 | 360 |
|
404 | 361 | "@babel/highlight@^7.10.1":
|
405 | 362 | version "7.10.1"
|
|
410 | 367 | chalk "^2.0.0"
|
411 | 368 | js-tokens "^4.0.0"
|
412 | 369 |
|
413 |
| -"@babel/highlight@^7.8.3": |
414 |
| - version "7.9.0" |
415 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" |
416 |
| - integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ== |
417 |
| - dependencies: |
418 |
| - "@babel/helper-validator-identifier" "^7.9.0" |
419 |
| - chalk "^2.0.0" |
420 |
| - js-tokens "^4.0.0" |
421 |
| - |
422 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6": |
423 |
| - version "7.9.6" |
424 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
425 |
| - integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
426 |
| - |
427 |
| -"@babel/parser@^7.10.1": |
| 370 | +"@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": |
428 | 371 | version "7.10.2"
|
429 | 372 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
|
430 | 373 | integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
|
|
1123 | 1066 | dependencies:
|
1124 | 1067 | regenerator-runtime "^0.13.4"
|
1125 | 1068 |
|
1126 |
| -"@babel/template@^7.0.0", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": |
1127 |
| - version "7.8.6" |
1128 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
1129 |
| - integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
1130 |
| - dependencies: |
1131 |
| - "@babel/code-frame" "^7.8.3" |
1132 |
| - "@babel/parser" "^7.8.6" |
1133 |
| - "@babel/types" "^7.8.6" |
1134 |
| - |
1135 |
| -"@babel/template@^7.10.1": |
| 1069 | +"@babel/template@^7.0.0", "@babel/template@^7.10.1", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3": |
1136 | 1070 | version "7.10.1"
|
1137 | 1071 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811"
|
1138 | 1072 | integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==
|
|
1141 | 1075 | "@babel/parser" "^7.10.1"
|
1142 | 1076 | "@babel/types" "^7.10.1"
|
1143 | 1077 |
|
1144 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.6": |
1145 |
| - version "7.9.6" |
1146 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
1147 |
| - integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== |
1148 |
| - dependencies: |
1149 |
| - "@babel/code-frame" "^7.8.3" |
1150 |
| - "@babel/generator" "^7.9.6" |
1151 |
| - "@babel/helper-function-name" "^7.9.5" |
1152 |
| - "@babel/helper-split-export-declaration" "^7.8.3" |
1153 |
| - "@babel/parser" "^7.9.6" |
1154 |
| - "@babel/types" "^7.9.6" |
1155 |
| - debug "^4.1.0" |
1156 |
| - globals "^11.1.0" |
1157 |
| - lodash "^4.17.13" |
1158 |
| - |
1159 |
| -"@babel/traverse@^7.10.1": |
| 1078 | +"@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", "@babel/traverse@^7.8.6": |
1160 | 1079 | version "7.10.1"
|
1161 | 1080 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
|
1162 | 1081 | integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
|
|
1171 | 1090 | globals "^11.1.0"
|
1172 | 1091 | lodash "^4.17.13"
|
1173 | 1092 |
|
1174 |
| -"@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", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6": |
| 1093 | +"@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", "@babel/types@^7.8.6", "@babel/types@^7.9.5": |
1175 | 1094 | version "7.10.2"
|
1176 | 1095 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
|
1177 | 1096 | integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
|
|
0 commit comments