Skip to content

Commit 2f32376

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

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.2.5",
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.2.0":
27+
version "0.2.0"
28+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
29+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
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.2.5:
309+
version "5.2.5"
310+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
311+
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
307312
dependencies:
308313
prettier-linter-helpers "^1.0.0"
314+
synckit "^0.10.2"
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.10.2:
916+
version "0.10.3"
917+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
918+
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
919+
dependencies:
920+
"@pkgr/core" "^0.2.0"
921+
tslib "^2.8.1"
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.8.1:
956+
version "2.8.1"
957+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
958+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
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)