Skip to content

Commit 6236ca9

Browse files
chore(deps): update dependency eslint-config-prettier to v7 (#136)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 41d2df3 commit 6236ca9

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
@@ -47,7 +47,7 @@
4747
"@typescript-eslint/eslint-plugin": "^3.8.0",
4848
"@typescript-eslint/parser": "^3.8.0",
4949
"eslint": "^5.15.0 || ^6.0.0 || ^7.0.0",
50-
"eslint-config-prettier": "^6.11.0",
50+
"eslint-config-prettier": "^7.0.0",
5151
"eslint-plugin-markdown": "^1.0.0",
5252
"eslint-plugin-prettier": "^3.1.4",
5353
"eslint-plugin-vue-libs": "^3.0.0 || ^4.0.0",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4133,12 +4133,10 @@ [email protected], escape-string-regexp@^1.0.2, escape-string-regexp@^1
41334133
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
41344134
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
41354135

4136-
eslint-config-prettier@^6.11.0:
4137-
version "6.11.0"
4138-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1"
4139-
integrity sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==
4140-
dependencies:
4141-
get-stdin "^6.0.0"
4136+
eslint-config-prettier@^7.0.0:
4137+
version "7.0.0"
4138+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
4139+
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
41424140

41434141
eslint-plugin-markdown@^1.0.0:
41444142
version "1.0.1"
@@ -4848,11 +4846,6 @@ get-stdin@^4.0.1:
48484846
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
48494847
integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
48504848

4851-
get-stdin@^6.0.0:
4852-
version "6.0.0"
4853-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
4854-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
4855-
48564849
get-stream@^4.0.0, get-stream@^4.1.0:
48574850
version "4.1.0"
48584851
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"

0 commit comments

Comments
 (0)