Skip to content

Commit aad5b77

Browse files
chore(deps): update dependency eslint-config-prettier to v7 (#526)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 82b70d4 commit aad5b77

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"chai": "4.2.0",
4747
"doctoc": "1.4.0",
4848
"eslint": "7.14.0",
49-
"eslint-config-prettier": "6.15.0",
49+
"eslint-config-prettier": "7.0.0",
5050
"eslint-plugin-prettier": "3.2.0",
5151
"husky": "4.3.0",
5252
"json": "10.0.0",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -826,12 +826,10 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.5:
826826
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
827827
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
828828

829-
eslint-config-prettier@6.15.0:
830-
version "6.15.0"
831-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
832-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
833-
dependencies:
834-
get-stdin "^6.0.0"
829+
eslint-config-prettier@7.0.0:
830+
version "7.0.0"
831+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
832+
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
835833

836834
eslint-plugin-prettier@3.2.0:
837835
version "3.2.0"
@@ -1100,11 +1098,6 @@ get-intrinsic@^1.0.0:
11001098
has "^1.0.3"
11011099
has-symbols "^1.0.1"
11021100

1103-
get-stdin@^6.0.0:
1104-
version "6.0.0"
1105-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
1106-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
1107-
11081101
get-stream@^4.1.0:
11091102
version "4.1.0"
11101103
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"

0 commit comments

Comments
 (0)