Skip to content

Commit 959494e

Browse files
Merge pull request #162 from api-platform/dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.0
2 parents d762fd6 + a3b7747 commit 959494e

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/preset-env": "^7.6.0",
2929
"eslint-config-prettier": "^6.3.0",
3030
"eslint-plugin-import": "^2.14.0",
31-
"eslint-plugin-prettier": "^2.6.2",
31+
"eslint-plugin-prettier": "^3.1.0",
3232
"jest": "^24.0.0",
3333
"prettier": "^1.14.3",
3434
"tmp": "^0.1.0"

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,13 +2093,12 @@ eslint-plugin-import@^2.14.0:
20932093
read-pkg-up "^2.0.0"
20942094
resolve "^1.11.0"
20952095

2096-
eslint-plugin-prettier@^2.6.2:
2097-
version "2.7.0"
2098-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"
2099-
integrity sha512-CStQYJgALoQBw3FsBzH0VOVDRnJ/ZimUlpLm226U8qgqYJfPOY/CPK6wyRInMxh73HSKg5wyRwdS4BVYYHwokA==
2096+
eslint-plugin-prettier@^3.1.0:
2097+
version "3.1.0"
2098+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#8695188f95daa93b0dc54b249347ca3b79c4686d"
2099+
integrity sha512-XWX2yVuwVNLOUhQijAkXz+rMPPoCr7WFiAl8ig6I7Xn+pPVhDhzg4DxHpmbeb0iqjO9UronEA3Tb09ChnFVHHA==
21002100
dependencies:
2101-
fast-diff "^1.1.1"
2102-
jest-docblock "^21.0.0"
2101+
prettier-linter-helpers "^1.0.0"
21032102

21042103
eslint-scope@^4.0.0:
21052104
version "4.0.0"
@@ -2320,7 +2319,7 @@ fast-deep-equal@^2.0.1:
23202319
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
23212320
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
23222321

2323-
fast-diff@^1.1.1:
2322+
fast-diff@^1.1.2:
23242323
version "1.2.0"
23252324
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
23262325
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
@@ -3236,11 +3235,6 @@ jest-diff@^24.9.0:
32363235
jest-get-type "^24.9.0"
32373236
pretty-format "^24.9.0"
32383237

3239-
jest-docblock@^21.0.0:
3240-
version "21.2.0"
3241-
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"
3242-
integrity sha512-5IZ7sY9dBAYSV+YjQ0Ovb540Ku7AO9Z5o2Cg789xj167iQuZ2cG+z0f3Uct6WeYLbU6aQiM2pCs7sZ+4dotydw==
3243-
32443238
jest-docblock@^24.3.0:
32453239
version "24.9.0"
32463240
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.9.0.tgz#7970201802ba560e1c4092cc25cbedf5af5a8ce2"
@@ -4459,6 +4453,13 @@ prelude-ls@~1.1.2:
44594453
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
44604454
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
44614455

4456+
prettier-linter-helpers@^1.0.0:
4457+
version "1.0.0"
4458+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
4459+
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
4460+
dependencies:
4461+
fast-diff "^1.1.2"
4462+
44624463
prettier@^1.14.3:
44634464
version "1.18.2"
44644465
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"

0 commit comments

Comments
 (0)