Update dependency eslint-config-prettier to v6.13.0

This commit is contained in:
Renovate Bot 2020-10-16 15:18:14 +00:00
parent 6a77fba237
commit 4ca88d7850
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "3.42.4",
"version": "3.43.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1412,9 +1412,9 @@
}
},
"eslint-config-prettier": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz",
"integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==",
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.13.0.tgz",
"integrity": "sha512-LcT0i0LSmnzqK2t764pyIt7kKH2AuuqKRTtJTdddWxOiUja9HdG5GXBVF2gmCTvVYWVsTu8J2MhJLVGRh+pj8w==",
"dev": true,
"requires": {
"get-stdin": "^6.0.0"

View File

@ -51,7 +51,7 @@
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"eslint": "7.11.0",
"eslint-config-prettier": "6.12.0",
"eslint-config-prettier": "6.13.0",
"eslint-plugin-html": "6.0.3",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",