Skip to content

Commit 0c1babc

Browse files
committed
fix(deps): update dependency eslint-config-prettier to v7
1 parent 5d695a7 commit 0c1babc

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.9.1",
3939
"@typescript-eslint/parser": "^4.9.1",
40-
"eslint-config-prettier": "^6.15.0",
40+
"eslint-config-prettier": "^7.2.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
@@ -1684,12 +1684,10 @@ eslint-ast-utils@^1.1.0:
16841684
lodash.get "^4.4.2"
16851685
lodash.zip "^4.2.0"
16861686

1687-
eslint-config-prettier@^6.15.0:
1688-
version "6.15.0"
1689-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
1690-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
1691-
dependencies:
1692-
get-stdin "^6.0.0"
1687+
eslint-config-prettier@^7.2.0:
1688+
version "7.2.0"
1689+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
1690+
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
16931691

16941692
eslint-etc@^4.0.0:
16951693
version "4.0.0"
@@ -2191,11 +2189,6 @@ [email protected]:
21912189
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
21922190
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
21932191

2194-
get-stdin@^6.0.0:
2195-
version "6.0.0"
2196-
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
2197-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
2198-
21992192
get-stream@^3.0.0:
22002193
version "3.0.0"
22012194
resolved "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"

0 commit comments

Comments
 (0)