Skip to content

Commit f288e47

Browse files
committed
chore(deps): update dependency eslint-plugin-prettier to v3
1 parent bfe9a9f commit f288e47

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
@@ -54,7 +54,7 @@
5454
"eslint-config-prettier": "3.1.0",
5555
"eslint-plugin-import": "2.14.0",
5656
"eslint-plugin-jest": "21.25.1",
57-
"eslint-plugin-prettier": "2.7.0",
57+
"eslint-plugin-prettier": "3.0.0",
5858
"eslint-plugin-react": "7.11.1",
5959
"esm": "3.0.84",
6060
"expect": "22.3.0",

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,12 +2612,11 @@ [email protected]:
26122612
version "21.25.1"
26132613
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.25.1.tgz#166c6b9d33bd7bc5b8ece62cff878ba207600bb6"
26142614

2615-
eslint-plugin-prettier@2.7.0:
2616-
version "2.7.0"
2617-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"
2615+
eslint-plugin-prettier@3.0.0:
2616+
version "3.0.0"
2617+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.0.tgz#f6b823e065f8c36529918cdb766d7a0e975ec30c"
26182618
dependencies:
2619-
fast-diff "^1.1.1"
2620-
jest-docblock "^21.0.0"
2619+
prettier-linter-helpers "^1.0.0"
26212620

26222621
26232622
version "7.11.1"
@@ -2886,9 +2885,9 @@ fast-deep-equal@^2.0.1:
28862885
version "2.0.1"
28872886
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
28882887

2889-
fast-diff@^1.1.1:
2890-
version "1.1.2"
2891-
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
2888+
fast-diff@^1.1.2:
2889+
version "1.2.0"
2890+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
28922891

28932892
fast-json-stable-stringify@^2.0.0:
28942893
version "2.0.0"
@@ -4141,10 +4140,6 @@ jest-diff@^22.1.0:
41414140
jest-get-type "^22.1.0"
41424141
pretty-format "^22.1.0"
41434142

4144-
jest-docblock@^21.0.0:
4145-
version "21.2.0"
4146-
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"
4147-
41484143
jest-docblock@^22.2.2:
41494144
version "22.2.2"
41504145
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-22.2.2.tgz#617f13edb16ec64202002b3c336cd14ae36c0631"
@@ -5764,6 +5759,12 @@ preserve@^0.2.0:
57645759
version "0.2.0"
57655760
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
57665761

5762+
prettier-linter-helpers@^1.0.0:
5763+
version "1.0.0"
5764+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
5765+
dependencies:
5766+
fast-diff "^1.1.2"
5767+
57675768
57685769
version "1.8.2"
57695770
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.8.2.tgz#bff83e7fd573933c607875e5ba3abbdffb96aeb8"

0 commit comments

Comments
 (0)