|
34 | 34 | invariant "^2.2.4"
|
35 | 35 | semver "^5.5.0"
|
36 | 36 |
|
37 |
| -"@babel/core@^7.1.0", "@babel/core@^7.7.5": |
38 |
| - version "7.9.0" |
39 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
40 |
| - integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
41 |
| - dependencies: |
42 |
| - "@babel/code-frame" "^7.8.3" |
43 |
| - "@babel/generator" "^7.9.0" |
44 |
| - "@babel/helper-module-transforms" "^7.9.0" |
45 |
| - "@babel/helpers" "^7.9.0" |
46 |
| - "@babel/parser" "^7.9.0" |
47 |
| - "@babel/template" "^7.8.6" |
48 |
| - "@babel/traverse" "^7.9.0" |
49 |
| - "@babel/types" "^7.9.0" |
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.8.4": |
| 37 | +"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4": |
60 | 38 | version "7.10.1"
|
61 | 39 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3"
|
62 | 40 | integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg==
|
|
225 | 203 | dependencies:
|
226 | 204 | "@babel/types" "^7.10.1"
|
227 | 205 |
|
228 |
| -"@babel/helper-member-expression-to-functions@^7.8.3": |
229 |
| - version "7.8.3" |
230 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
231 |
| - integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== |
232 |
| - dependencies: |
233 |
| - "@babel/types" "^7.8.3" |
234 |
| - |
235 | 206 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.1":
|
236 | 207 | version "7.10.1"
|
237 | 208 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
|
238 | 209 | integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==
|
239 | 210 | dependencies:
|
240 | 211 | "@babel/types" "^7.10.1"
|
241 | 212 |
|
242 |
| -"@babel/helper-module-imports@^7.8.3": |
243 |
| - version "7.8.3" |
244 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" |
245 |
| - integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== |
246 |
| - dependencies: |
247 |
| - "@babel/types" "^7.8.3" |
248 |
| - |
249 | 213 | "@babel/helper-module-transforms@^7.10.1":
|
250 | 214 | version "7.10.1"
|
251 | 215 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622"
|
|
259 | 223 | "@babel/types" "^7.10.1"
|
260 | 224 | lodash "^4.17.13"
|
261 | 225 |
|
262 |
| -"@babel/helper-module-transforms@^7.9.0": |
263 |
| - version "7.9.0" |
264 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
265 |
| - integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
266 |
| - dependencies: |
267 |
| - "@babel/helper-module-imports" "^7.8.3" |
268 |
| - "@babel/helper-replace-supers" "^7.8.6" |
269 |
| - "@babel/helper-simple-access" "^7.8.3" |
270 |
| - "@babel/helper-split-export-declaration" "^7.8.3" |
271 |
| - "@babel/template" "^7.8.6" |
272 |
| - "@babel/types" "^7.9.0" |
273 |
| - lodash "^4.17.13" |
274 |
| - |
275 | 226 | "@babel/helper-optimise-call-expression@^7.10.1":
|
276 | 227 | version "7.10.1"
|
277 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
|
278 | 229 | integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==
|
279 | 230 | dependencies:
|
280 | 231 | "@babel/types" "^7.10.1"
|
281 | 232 |
|
282 |
| -"@babel/helper-optimise-call-expression@^7.8.3": |
283 |
| - version "7.8.3" |
284 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" |
285 |
| - integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== |
286 |
| - dependencies: |
287 |
| - "@babel/types" "^7.8.3" |
288 |
| - |
289 | 233 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0":
|
290 | 234 | version "7.8.3"
|
291 | 235 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
|
|
324 | 268 | "@babel/traverse" "^7.10.1"
|
325 | 269 | "@babel/types" "^7.10.1"
|
326 | 270 |
|
327 |
| -"@babel/helper-replace-supers@^7.8.6": |
328 |
| - version "7.8.6" |
329 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
330 |
| - integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== |
331 |
| - dependencies: |
332 |
| - "@babel/helper-member-expression-to-functions" "^7.8.3" |
333 |
| - "@babel/helper-optimise-call-expression" "^7.8.3" |
334 |
| - "@babel/traverse" "^7.8.6" |
335 |
| - "@babel/types" "^7.8.6" |
336 |
| - |
337 | 271 | "@babel/helper-simple-access@^7.10.1":
|
338 | 272 | version "7.10.1"
|
339 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz#08fb7e22ace9eb8326f7e3920a1c2052f13d851e"
|
|
342 | 276 | "@babel/template" "^7.10.1"
|
343 | 277 | "@babel/types" "^7.10.1"
|
344 | 278 |
|
345 |
| -"@babel/helper-simple-access@^7.8.3": |
346 |
| - version "7.8.3" |
347 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" |
348 |
| - integrity sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== |
349 |
| - dependencies: |
350 |
| - "@babel/template" "^7.8.3" |
351 |
| - "@babel/types" "^7.8.3" |
352 |
| - |
353 | 279 | "@babel/helper-split-export-declaration@^7.10.1":
|
354 | 280 | version "7.10.1"
|
355 | 281 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f"
|
|
393 | 319 | "@babel/traverse" "^7.10.1"
|
394 | 320 | "@babel/types" "^7.10.1"
|
395 | 321 |
|
396 |
| -"@babel/helpers@^7.9.0": |
397 |
| - version "7.9.0" |
398 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.0.tgz#ab2c1bc4821af766cab51d4868a5038874ea5a12" |
399 |
| - integrity sha512-/9GvfYTCG1NWCNwDj9e+XlnSCmWW/r9T794Xi58vPF9WCcnZCAZ0kWLSn54oqP40SUvh1T2G6VwKmFO5AOlW3A== |
400 |
| - dependencies: |
401 |
| - "@babel/template" "^7.8.3" |
402 |
| - "@babel/traverse" "^7.9.0" |
403 |
| - "@babel/types" "^7.9.0" |
404 |
| - |
405 | 322 | "@babel/highlight@^7.10.1":
|
406 | 323 | version "7.10.1"
|
407 | 324 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
|
|
1055 | 972 | "@babel/parser" "^7.10.1"
|
1056 | 973 | "@babel/types" "^7.10.1"
|
1057 | 974 |
|
1058 |
| -"@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": |
| 975 | +"@babel/template@^7.7.4", "@babel/template@^7.8.3": |
1059 | 976 | version "7.8.6"
|
1060 | 977 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
|
1061 | 978 | integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
|
|
1064 | 981 | "@babel/parser" "^7.8.6"
|
1065 | 982 | "@babel/types" "^7.8.6"
|
1066 | 983 |
|
1067 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 984 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4": |
1068 | 985 | version "7.9.0"
|
1069 | 986 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
|
1070 | 987 | integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
|
|
1268 | 1185 | find-up "^4.0.0"
|
1269 | 1186 |
|
1270 | 1187 | "@hover/javascript@^4.0.2":
|
1271 |
| - version "4.0.2" |
1272 |
| - resolved "https://registry.yarnpkg.com/@hover/javascript/-/javascript-4.0.2.tgz#117f0976e218fc969f93b90d0ac59dd667865edf" |
1273 |
| - integrity sha512-Pnf9Q8IKiEjcx5tMxZppogiC2K1Iy2WYnuszLav+qbczBw83H8SjJhmirqMeYEqnf4ndQ0hAugPL++CVHl3eRw== |
| 1188 | + version "4.2.0" |
| 1189 | + resolved "https://registry.yarnpkg.com/@hover/javascript/-/javascript-4.2.0.tgz#9720f1efb6625a4fca86540cf1d81a74d0bf0cbb" |
| 1190 | + integrity sha512-uPtmo5EW+8/VTAOl+zjjPI2nbjpx3U1g04RHl1EVyqSPMxtS25ZwZyRLvX7RglBZy6G50Rp5yI0QVUbpWrslKw== |
1274 | 1191 | dependencies:
|
1275 | 1192 | "@babel/cli" "^7.8.4"
|
1276 | 1193 | "@babel/core" "^7.8.4"
|
|
1326 | 1243 | lodash.has "^4.5.2"
|
1327 | 1244 | lodash.omit "^4.5.0"
|
1328 | 1245 | mkdirp "^1.0.3"
|
1329 |
| - prettier "1.19.1" |
| 1246 | + prettier "^2.0.5" |
1330 | 1247 | read-pkg-up "^7.0.1"
|
1331 | 1248 | resolve "^1.15.1"
|
1332 | 1249 | rimraf "^3.0.2"
|
@@ -3579,16 +3496,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
3579 | 3496 | shebang-command "^1.2.0"
|
3580 | 3497 | which "^1.2.9"
|
3581 | 3498 |
|
3582 |
| -cross-spawn@^7.0.0: |
3583 |
| - version "7.0.1" |
3584 |
| - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" |
3585 |
| - integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg== |
3586 |
| - dependencies: |
3587 |
| - path-key "^3.1.0" |
3588 |
| - shebang-command "^2.0.0" |
3589 |
| - which "^2.0.1" |
3590 |
| - |
3591 |
| -cross-spawn@^7.0.1: |
| 3499 | +cross-spawn@^7.0.0, cross-spawn@^7.0.1: |
3592 | 3500 | version "7.0.3"
|
3593 | 3501 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
3594 | 3502 | integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
@@ -4328,25 +4236,7 @@ eslint-plugin-babel@^5.3.0:
|
4328 | 4236 | dependencies:
|
4329 | 4237 | eslint-rule-composer "^0.3.0"
|
4330 | 4238 |
|
4331 |
| -eslint-plugin-import@^2.2.0: |
4332 |
| - version "2.20.1" |
4333 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3" |
4334 |
| - integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw== |
4335 |
| - dependencies: |
4336 |
| - array-includes "^3.0.3" |
4337 |
| - array.prototype.flat "^1.2.1" |
4338 |
| - contains-path "^0.1.0" |
4339 |
| - debug "^2.6.9" |
4340 |
| - doctrine "1.5.0" |
4341 |
| - eslint-import-resolver-node "^0.3.2" |
4342 |
| - eslint-module-utils "^2.4.1" |
4343 |
| - has "^1.0.3" |
4344 |
| - minimatch "^3.0.4" |
4345 |
| - object.values "^1.1.0" |
4346 |
| - read-pkg-up "^2.0.0" |
4347 |
| - resolve "^1.12.0" |
4348 |
| - |
4349 |
| -eslint-plugin-import@^2.20.0, eslint-plugin-import@^2.20.2: |
| 4239 | +eslint-plugin-import@^2.2.0, eslint-plugin-import@^2.20.0, eslint-plugin-import@^2.20.2: |
4350 | 4240 | version "2.20.2"
|
4351 | 4241 | resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
|
4352 | 4242 | integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
|
@@ -8296,11 +8186,16 @@ prettier-linter-helpers@^1.0.0:
|
8296 | 8186 | dependencies:
|
8297 | 8187 | fast-diff "^1.1.2"
|
8298 | 8188 |
|
8299 |
| -prettier@1.19.1, prettier@^1.9.2: |
| 8189 | +prettier@^1.9.2: |
8300 | 8190 | version "1.19.1"
|
8301 | 8191 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
|
8302 | 8192 | integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
|
8303 | 8193 |
|
| 8194 | +prettier@^2.0.5: |
| 8195 | + version "2.0.5" |
| 8196 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4" |
| 8197 | + integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg== |
| 8198 | + |
8304 | 8199 | pretty-format@^25.1.0, pretty-format@^25.2.1, pretty-format@^25.5.0:
|
8305 | 8200 | version "25.5.0"
|
8306 | 8201 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
|
@@ -10766,15 +10661,7 @@ yargs-parser@^17.0.0:
|
10766 | 10661 | camelcase "^5.0.0"
|
10767 | 10662 | decamelize "^1.2.0"
|
10768 | 10663 |
|
10769 |
| -yargs-parser@^18.1.1: |
10770 |
| - version "18.1.1" |
10771 |
| - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.1.tgz#bf7407b915427fc760fcbbccc6c82b4f0ffcbd37" |
10772 |
| - integrity sha512-KRHEsOM16IX7XuLnMOqImcPNbLVXMNHYAoFc3BKR8Ortl5gzDbtXvvEoGx9imk5E+X1VeNKNlcHr8B8vi+7ipA== |
10773 |
| - dependencies: |
10774 |
| - camelcase "^5.0.0" |
10775 |
| - decamelize "^1.2.0" |
10776 |
| - |
10777 |
| -yargs-parser@^18.1.3: |
| 10664 | +yargs-parser@^18.1.1, yargs-parser@^18.1.3: |
10778 | 10665 | version "18.1.3"
|
10779 | 10666 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
|
10780 | 10667 | integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
|
|
0 commit comments