Skip to content

Commit 0c26b2a

Browse files
committed
chore(deps): update dependency eslint-plugin-prettier to v3
1 parent 6fffffb commit 0c26b2a

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.24.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
@@ -2616,12 +2616,11 @@ [email protected]:
26162616
version "21.24.1"
26172617
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.24.1.tgz#aaf3c34e816f07add83d1e9c20696fdc31fac8dc"
26182618

2619-
eslint-plugin-prettier@2.7.0:
2620-
version "2.7.0"
2621-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"
2619+
eslint-plugin-prettier@3.0.0:
2620+
version "3.0.0"
2621+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.0.tgz#f6b823e065f8c36529918cdb766d7a0e975ec30c"
26222622
dependencies:
2623-
fast-diff "^1.1.1"
2624-
jest-docblock "^21.0.0"
2623+
prettier-linter-helpers "^1.0.0"
26252624

26262625
26272626
version "7.11.1"
@@ -2890,9 +2889,9 @@ fast-deep-equal@^2.0.1:
28902889
version "2.0.1"
28912890
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
28922891

2893-
fast-diff@^1.1.1:
2894-
version "1.1.2"
2895-
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
2892+
fast-diff@^1.1.2:
2893+
version "1.2.0"
2894+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
28962895

28972896
fast-json-stable-stringify@^2.0.0:
28982897
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)