Skip to content

Commit 00ab252

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

2 files changed

Lines changed: 18 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.5.4",
3939
"prettier": "2.2.1",
4040
"typescript": "4.2.4"
4141
},

yarn.lock

Lines changed: 17 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.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+
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.5.4:
309+
version "5.5.4"
310+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
311+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
307312
dependencies:
308313
prettier-linter-helpers "^1.0.0"
314+
synckit "^0.11.7"
309315

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

915+
synckit@^0.11.7:
916+
version "0.11.11"
917+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
918+
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==
919+
dependencies:
920+
"@pkgr/core" "^0.2.9"
921+
909922
table@^5.2.3:
910923
version "5.4.6"
911924
resolved "https://registry.npm.taobao.org/table/download/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"

0 commit comments

Comments
 (0)