Skip to content

Commit c8859eb

Browse files
committed
fix(deps): update dependency eslint-config-prettier to v8
1 parent 063a054 commit c8859eb

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@sourcegraph/prettierrc": "^3.0.3",
3838
"@typescript-eslint/eslint-plugin": "^4.28.3",
3939
"@typescript-eslint/parser": "^4.28.3",
40-
"eslint-config-prettier": "^6.15.0",
40+
"eslint-config-prettier": "^8.5.0",
4141
"eslint-plugin-ban": "^1.4.0",
4242
"eslint-plugin-etc": "^1.1.7",
4343
"eslint-plugin-import": "^2.22.1",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,12 +1841,10 @@ eslint-ast-utils@^1.1.0:
18411841
lodash.get "^4.4.2"
18421842
lodash.zip "^4.2.0"
18431843

1844-
eslint-config-prettier@^6.15.0:
1845-
version "6.15.0"
1846-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
1847-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
1848-
dependencies:
1849-
get-stdin "^6.0.0"
1844+
eslint-config-prettier@^8.5.0:
1845+
version "8.5.0"
1846+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
1847+
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
18501848

18511849
eslint-etc@^4.0.0:
18521850
version "4.0.0"
@@ -2407,11 +2405,6 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
24072405
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
24082406
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
24092407

2410-
get-stdin@^6.0.0:
2411-
version "6.0.0"
2412-
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
2413-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
2414-
24152408
get-stream@^3.0.0:
24162409
version "3.0.0"
24172410
resolved "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"

0 commit comments

Comments
 (0)