Skip to content

Commit a8135fb

Browse files
chore(deps): update dependency eslint-config-prettier to v7 (#140)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6687c88 commit a8135fb

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
@@ -55,7 +55,7 @@
5555
"@vue/compiler-sfc": "^3.0.4",
5656
"babel-loader": "^8.1.0",
5757
"eslint": "^7.14.0",
58-
"eslint-config-prettier": "^6.10.1",
58+
"eslint-config-prettier": "^7.0.0",
5959
"eslint-plugin-prettier": "^3.1.2",
6060
"eslint-plugin-vue-libs": "^4.0.0",
6161
"jest": "^26.6.3",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3178,12 +3178,10 @@ escodegen@^1.14.1:
31783178
optionalDependencies:
31793179
source-map "~0.6.1"
31803180

3181-
eslint-config-prettier@^6.10.1:
3182-
version "6.15.0"
3183-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
3184-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
3185-
dependencies:
3186-
get-stdin "^6.0.0"
3181+
eslint-config-prettier@^7.0.0:
3182+
version "7.0.0"
3183+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
3184+
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
31873185

31883186
eslint-plugin-prettier@^3.1.2:
31893187
version "3.3.0"
@@ -3962,11 +3960,6 @@ get-stdin@^4.0.1:
39623960
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
39633961
integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
39643962

3965-
get-stdin@^6.0.0:
3966-
version "6.0.0"
3967-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3968-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3969-
39703963
get-stream@^4.0.0:
39713964
version "4.1.0"
39723965
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"

0 commit comments

Comments
 (0)