Browse Source
⬆️ Upgrade dependency eslint-config-prettier to v6.15.0
pull/189/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
5 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
|
@ -39,7 +39,7 @@ |
|
|
|
"eslint": "7.10.0", |
|
|
|
"eslint-config-oclif": "3.1.0", |
|
|
|
"eslint-config-oclif-typescript": "0.2.0", |
|
|
|
"eslint-config-prettier": "6.12.0", |
|
|
|
"eslint-config-prettier": "6.15.0", |
|
|
|
"eslint-plugin-prettier": "3.1.4", |
|
|
|
"globby": "11.0.1", |
|
|
|
"husky": "4.3.0", |
|
|
|
|
|
|
|
@ -3853,10 +3853,10 @@ eslint-config-oclif@3.1.0: |
|
|
|
eslint-plugin-node "^7.0.1" |
|
|
|
eslint-plugin-unicorn "^6.0.1" |
|
|
|
|
|
|
|
eslint-config-prettier@6.12.0: |
|
|
|
version "6.12.0" |
|
|
|
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2" |
|
|
|
integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw== |
|
|
|
eslint-config-prettier@6.15.0: |
|
|
|
version "6.15.0" |
|
|
|
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" |
|
|
|
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== |
|
|
|
dependencies: |
|
|
|
get-stdin "^6.0.0" |
|
|
|
|
|
|
|
|