|
34 | 34 | invariant "^2.2.4" |
35 | 35 | semver "^5.5.0" |
36 | 36 |
|
37 | | -"@babel/core@^7.0.0", "@babel/core@^7.9.0": |
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== |
41 | | - dependencies: |
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" |
50 | | - convert-source-map "^1.7.0" |
51 | | - debug "^4.1.0" |
52 | | - gensync "^1.0.0-beta.1" |
53 | | - json5 "^2.1.2" |
54 | | - lodash "^4.17.13" |
55 | | - resolve "^1.3.2" |
56 | | - semver "^5.4.1" |
57 | | - source-map "^0.5.0" |
58 | | - |
59 | | -"@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 37 | +"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0": |
60 | 38 | version "7.11.1" |
61 | 39 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643" |
62 | 40 | integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== |
|
78 | 56 | semver "^5.4.1" |
79 | 57 | source-map "^0.5.0" |
80 | 58 |
|
81 | | -"@babel/generator@^7.10.4", "@babel/generator@^7.11.0": |
| 59 | +"@babel/generator@^7.11.0", "@babel/generator@^7.5.0": |
82 | 60 | version "7.11.0" |
83 | 61 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
84 | 62 | integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
|
87 | 65 | jsesc "^2.5.1" |
88 | 66 | source-map "^0.5.0" |
89 | 67 |
|
90 | | -"@babel/generator@^7.5.0": |
91 | | - version "7.10.4" |
92 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" |
93 | | - integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== |
94 | | - dependencies: |
95 | | - "@babel/types" "^7.10.4" |
96 | | - jsesc "^2.5.1" |
97 | | - lodash "^4.17.13" |
98 | | - source-map "^0.5.0" |
99 | | - |
100 | 68 | "@babel/helper-annotate-as-pure@^7.10.1": |
101 | 69 | version "7.10.1" |
102 | 70 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268" |
|
268 | 236 | dependencies: |
269 | 237 | "@babel/types" "^7.10.4" |
270 | 238 |
|
271 | | -"@babel/helper-module-transforms@^7.10.1": |
272 | | - version "7.10.4" |
273 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.4.tgz#ca1f01fdb84e48c24d7506bb818c961f1da8805d" |
274 | | - integrity sha512-Er2FQX0oa3nV7eM1o0tNCTx7izmQtwAQsIiaLRWtavAAEcskb0XJ5OjJbVrYXWOTr8om921Scabn4/tzlx7j1Q== |
275 | | - dependencies: |
276 | | - "@babel/helper-module-imports" "^7.10.4" |
277 | | - "@babel/helper-replace-supers" "^7.10.4" |
278 | | - "@babel/helper-simple-access" "^7.10.4" |
279 | | - "@babel/helper-split-export-declaration" "^7.10.4" |
280 | | - "@babel/template" "^7.10.4" |
281 | | - "@babel/types" "^7.10.4" |
282 | | - lodash "^4.17.13" |
283 | | - |
284 | | -"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0": |
| 239 | +"@babel/helper-module-transforms@^7.10.1", "@babel/helper-module-transforms@^7.11.0": |
285 | 240 | version "7.11.0" |
286 | 241 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" |
287 | 242 | integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== |
|
421 | 376 | chalk "^2.0.0" |
422 | 377 | js-tokens "^4.0.0" |
423 | 378 |
|
424 | | -"@babel/parser@^7.0.0", "@babel/parser@^7.7.0": |
425 | | - version "7.10.4" |
426 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
427 | | - integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
428 | | - |
429 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1": |
| 379 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1", "@babel/parser@^7.7.0": |
430 | 380 | version "7.11.3" |
431 | 381 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.3.tgz#9e1eae46738bcd08e23e867bab43e7b95299a8f9" |
432 | 382 | integrity sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== |
|
1155 | 1105 | "@babel/parser" "^7.10.4" |
1156 | 1106 | "@babel/types" "^7.10.4" |
1157 | 1107 |
|
1158 | | -"@babel/traverse@^7.0.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.0": |
1159 | | - version "7.10.4" |
1160 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" |
1161 | | - integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== |
1162 | | - dependencies: |
1163 | | - "@babel/code-frame" "^7.10.4" |
1164 | | - "@babel/generator" "^7.10.4" |
1165 | | - "@babel/helper-function-name" "^7.10.4" |
1166 | | - "@babel/helper-split-export-declaration" "^7.10.4" |
1167 | | - "@babel/parser" "^7.10.4" |
1168 | | - "@babel/types" "^7.10.4" |
1169 | | - debug "^4.1.0" |
1170 | | - globals "^11.1.0" |
1171 | | - lodash "^4.17.13" |
1172 | | - |
1173 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": |
| 1108 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0", "@babel/traverse@^7.7.0": |
1174 | 1109 | version "7.11.0" |
1175 | 1110 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
1176 | 1111 | integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
|
1185 | 1120 | globals "^11.1.0" |
1186 | 1121 | lodash "^4.17.19" |
1187 | 1122 |
|
1188 | | -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 1123 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@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": |
1189 | 1124 | version "7.11.0" |
1190 | 1125 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
1191 | 1126 | integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
|
1194 | 1129 | lodash "^4.17.19" |
1195 | 1130 | to-fast-properties "^2.0.0" |
1196 | 1131 |
|
1197 | | -"@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3": |
1198 | | - version "7.10.4" |
1199 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
1200 | | - integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== |
1201 | | - dependencies: |
1202 | | - "@babel/helper-validator-identifier" "^7.10.4" |
1203 | | - lodash "^4.17.13" |
1204 | | - to-fast-properties "^2.0.0" |
1205 | | - |
1206 | 1132 | "@bcoe/v8-coverage@^0.2.3": |
1207 | 1133 | version "0.2.3" |
1208 | 1134 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments