Skip to content

Commit 575baad

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

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.3.1",
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.3":
27+
version "0.2.4"
28+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.4.tgz#d897170a2b0ba51f78a099edccd968f7b103387c"
29+
integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==
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.3.1:
309+
version "5.3.1"
310+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.3.1.tgz#9a16effb2d9d1c6ff44d182f48becfc54d5cff5a"
311+
integrity sha512-vad9VWgEm9xaVXRNmb4aeOt0PWDc61IAdzghkbYQ2wavgax148iKoX1rNJcgkBGCipzLzOnHYVgL7xudM9yccQ==
307312
dependencies:
308313
prettier-linter-helpers "^1.0.0"
314+
synckit "^0.11.0"
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.11.0:
916+
version "0.11.4"
917+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.4.tgz#48972326b59723fc15b8d159803cf8302b545d59"
918+
integrity sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==
919+
dependencies:
920+
"@pkgr/core" "^0.2.3"
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)