Browse Source
⬆️ Upgrade dependency eslint-plugin-prettier to v3.1.3
pull/77/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
|
|
@ -40,7 +40,7 @@ |
|
|
"eslint-config-oclif": "3.1.0", |
|
|
"eslint-config-oclif": "3.1.0", |
|
|
"eslint-config-oclif-typescript": "0.1.0", |
|
|
"eslint-config-oclif-typescript": "0.1.0", |
|
|
"eslint-config-prettier": "6.10.1", |
|
|
"eslint-config-prettier": "6.10.1", |
|
|
"eslint-plugin-prettier": "3.1.2", |
|
|
|
|
|
|
|
|
"eslint-plugin-prettier": "3.1.3", |
|
|
"globby": "11.0.0", |
|
|
"globby": "11.0.0", |
|
|
"husky": "4.2.3", |
|
|
"husky": "4.2.3", |
|
|
"jest": "25.3.0", |
|
|
"jest": "25.3.0", |
|
|
|
|
|
@ -3520,10 +3520,10 @@ eslint-plugin-node@^7.0.1: |
|
|
resolve "^1.8.1" |
|
|
resolve "^1.8.1" |
|
|
semver "^5.5.0" |
|
|
semver "^5.5.0" |
|
|
|
|
|
|
|
|
eslint-plugin-prettier@3.1.2: |
|
|
|
|
|
version "3.1.2" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba" |
|
|
|
|
|
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA== |
|
|
|
|
|
|
|
|
eslint-plugin-prettier@3.1.3: |
|
|
|
|
|
version "3.1.3" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.3.tgz#ae116a0fc0e598fdae48743a4430903de5b4e6ca" |
|
|
|
|
|
integrity sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ== |
|
|
dependencies: |
|
|
dependencies: |
|
|
prettier-linter-helpers "^1.0.0" |
|
|
prettier-linter-helpers "^1.0.0" |
|
|
|
|
|
|
|
|
|