Skip to content

Commit 4e6497c

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

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

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.2.2",
7373
"graphql": "^15.5.1",
7474
"graphql-relay": "^0.7.0",
7575
"husky": "^4.3.8",

yarn.lock

Lines changed: 23 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.1.0":
1279+
version "0.1.1"
1280+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1281+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
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.2.2:
2581+
version "5.2.2"
2582+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.2.tgz#d1f068f65dc8490f102eda21d1f4cd150c205211"
2583+
integrity sha512-1yI3/hf35wmlq66C8yOyrujQnel+v5l1Vop5Cl2I6ylyNTT1JbuUUnV3/41PzwTzcyDp/oF0jWE3HXvcH5AQOQ==
25792584
dependencies:
25802585
prettier-linter-helpers "^1.0.0"
2586+
synckit "^0.9.1"
25812587

25822588
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
25832589
version "5.1.1"
@@ -5715,6 +5721,14 @@ 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.9.1:
5725+
version "0.9.2"
5726+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
5727+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
5728+
dependencies:
5729+
"@pkgr/core" "^0.1.0"
5730+
tslib "^2.6.2"
5731+
57185732
table@^6.0.9:
57195733
version "6.7.1"
57205734
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -5851,6 +5865,11 @@ tslib@^1.8.1, tslib@^1.9.0:
58515865
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
58525866
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
58535867

5868+
tslib@^2.6.2:
5869+
version "2.8.1"
5870+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
5871+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
5872+
58545873
tsutils@^3.17.1:
58555874
version "3.17.1"
58565875
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)