Skip to content

Commit 59556c3

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent a2ba4f8 commit 59556c3

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-config-prettier": "^6.15.0",
7070
"eslint-plugin-import": "^2.23.4",
7171
"eslint-plugin-jest": "^23.20.0",
72-
"eslint-plugin-prettier": "^3.4.0",
72+
"eslint-plugin-prettier": "^5.5.1",
7373
"graphql": "^15.5.1",
7474
"graphql-relay": "^0.7.0",
7575
"husky": "^4.3.8",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,11 @@
12751275
readdirp "^2.2.1"
12761276
upath "^1.1.1"
12771277

1278+
"@pkgr/core@^0.2.4":
1279+
version "0.2.7"
1280+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
1281+
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
1282+
12781283
"@sinonjs/commons@^1.7.0":
12791284
version "1.7.0"
12801285
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6"
@@ -2572,12 +2577,13 @@ eslint-plugin-jest@^23.20.0:
25722577
dependencies:
25732578
"@typescript-eslint/experimental-utils" "^2.5.0"
25742579

2575-
eslint-plugin-prettier@^3.4.0:
2576-
version "3.4.0"
2577-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
2578-
integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==
2580+
eslint-plugin-prettier@^5.5.1:
2581+
version "5.5.1"
2582+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz#470820964de9aedb37e9ce62c3266d2d26d08d15"
2583+
integrity sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==
25792584
dependencies:
25802585
prettier-linter-helpers "^1.0.0"
2586+
synckit "^0.11.7"
25812587

25822588
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
25832589
version "5.1.1"
@@ -5715,6 +5721,13 @@ symbol-tree@^3.2.4:
57155721
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
57165722
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
57175723

5724+
synckit@^0.11.7:
5725+
version "0.11.8"
5726+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
5727+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
5728+
dependencies:
5729+
"@pkgr/core" "^0.2.4"
5730+
57185731
table@^6.0.9:
57195732
version "6.7.1"
57205733
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"

0 commit comments

Comments
 (0)