Skip to content

Commit aad1adf

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 3d57e18 commit aad1adf

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@typescript-eslint/parser": "2.34.0",
3636
"eslint": "6.8.0",
3737
"eslint-config-prettier": "8.1.0",
38-
"eslint-plugin-prettier": "3.3.1",
38+
"eslint-plugin-prettier": "5.1.3",
3939
"prettier": "2.2.1",
4040
"typescript": "4.2.4"
4141
},

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26+
"@pkgr/core@^0.1.0":
27+
version "0.1.0"
28+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
29+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
30+
2631
"@types/color-name@^1.1.1":
2732
version "1.1.1"
2833
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:
300305
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
301306
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
302307

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.1.3:
309+
version "5.1.3"
310+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
311+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
307312
dependencies:
308313
prettier-linter-helpers "^1.0.0"
314+
synckit "^0.8.6"
309315

310316
eslint-scope@^5.0.0:
311317
version "5.0.0"
@@ -906,6 +912,14 @@ supports-color@^7.1.0:
906912
dependencies:
907913
has-flag "^4.0.0"
908914

915+
synckit@^0.8.6:
916+
version "0.8.8"
917+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
918+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
919+
dependencies:
920+
"@pkgr/core" "^0.1.0"
921+
tslib "^2.6.2"
922+
909923
table@^5.2.3:
910924
version "5.4.6"
911925
resolved "https://registry.npm.taobao.org/table/download/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
@@ -938,6 +952,11 @@ tslib@^1.8.1, tslib@^1.9.0:
938952
resolved "https://registry.npm.taobao.org/tslib/download/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
939953
integrity sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU=
940954

955+
tslib@^2.6.2:
956+
version "2.6.2"
957+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
958+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
959+
941960
tsutils@^3.17.1:
942961
version "3.17.1"
943962
resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)