|
23 | 23 | chalk "^2.0.0" |
24 | 24 | js-tokens "^4.0.0" |
25 | 25 |
|
| 26 | +"@pkgr/core@^0.2.9": |
| 27 | + version "0.2.9" |
| 28 | + resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b" |
| 29 | + integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA== |
| 30 | + |
26 | 31 | "@types/color-name@^1.1.1": |
27 | 32 | version "1.1.1" |
28 | 33 | resolved "https://registry.npm.taobao.org/@types/color-name/download/@types/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
@@ -300,12 +305,13 @@ eslint-config-prettier@8.1.0: |
300 | 305 | resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6" |
301 | 306 | integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== |
302 | 307 |
|
303 | | -eslint-plugin-prettier@3.3.1: |
304 | | - version "3.3.1" |
305 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7" |
306 | | - integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== |
| 308 | +eslint-plugin-prettier@5.5.5: |
| 309 | + version "5.5.5" |
| 310 | + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.5.tgz#9eae11593faa108859c26f9a9c367d619a0769c0" |
| 311 | + integrity sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw== |
307 | 312 | dependencies: |
308 | | - prettier-linter-helpers "^1.0.0" |
| 313 | + prettier-linter-helpers "^1.0.1" |
| 314 | + synckit "^0.11.12" |
309 | 315 |
|
310 | 316 | eslint-scope@^5.0.0: |
311 | 317 | version "5.0.0" |
@@ -740,10 +746,10 @@ prelude-ls@~1.1.2: |
740 | 746 | resolved "https://registry.npm.taobao.org/prelude-ls/download/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" |
741 | 747 | integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= |
742 | 748 |
|
743 | | -prettier-linter-helpers@^1.0.0: |
744 | | - version "1.0.0" |
745 | | - resolved "https://registry.npm.taobao.org/prettier-linter-helpers/download/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" |
746 | | - integrity sha1-0j1B/hN1ZG3i0BBNNFSjAIgCz3s= |
| 749 | +prettier-linter-helpers@^1.0.1: |
| 750 | + version "1.0.1" |
| 751 | + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz#6a31f88a4bad6c7adda253de12ba4edaea80ebcd" |
| 752 | + integrity sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg== |
747 | 753 | dependencies: |
748 | 754 | fast-diff "^1.1.2" |
749 | 755 |
|
@@ -906,6 +912,13 @@ supports-color@^7.1.0: |
906 | 912 | dependencies: |
907 | 913 | has-flag "^4.0.0" |
908 | 914 |
|
| 915 | +synckit@^0.11.12: |
| 916 | + version "0.11.12" |
| 917 | + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.12.tgz#abe74124264fbc00a48011b0d98bdc1cffb64a7b" |
| 918 | + integrity sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ== |
| 919 | + dependencies: |
| 920 | + "@pkgr/core" "^0.2.9" |
| 921 | + |
909 | 922 | table@^5.2.3: |
910 | 923 | version "5.4.6" |
911 | 924 | resolved "https://registry.npm.taobao.org/table/download/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" |
|
0 commit comments