Skip to content

Commit 5c79c3c

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 10418fa commit 5c79c3c

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
@@ -70,7 +70,7 @@
7070
"eslint-config-prettier": "^6.15.0",
7171
"eslint-plugin-import": "^2.22.1",
7272
"eslint-plugin-jest": "^23.20.0",
73-
"eslint-plugin-prettier": "^3.3.1",
73+
"eslint-plugin-prettier": "^5.5.0",
7474
"graphql": "^15.5.0",
7575
"husky": "^4.3.8",
7676
"jest": "^26.6.3",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,11 @@
11231123
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
11241124
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
11251125

1126+
"@pkgr/core@^0.2.4":
1127+
version "0.2.7"
1128+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
1129+
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
1130+
11261131
"@sinonjs/commons@^1.7.0":
11271132
version "1.8.0"
11281133
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.0.tgz#c8d68821a854c555bba172f3b06959a0039b236d"
@@ -2529,12 +2534,13 @@ eslint-plugin-jest@^23.20.0:
25292534
dependencies:
25302535
"@typescript-eslint/experimental-utils" "^2.5.0"
25312536

2532-
eslint-plugin-prettier@^3.3.1:
2533-
version "3.3.1"
2534-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
2535-
integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
2537+
eslint-plugin-prettier@^5.5.0:
2538+
version "5.5.0"
2539+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz#cf763962f90bad035db03ca008ffb0c9b359fb16"
2540+
integrity sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==
25362541
dependencies:
25372542
prettier-linter-helpers "^1.0.0"
2543+
synckit "^0.11.7"
25382544

25392545
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
25402546
version "5.1.1"
@@ -5851,6 +5857,13 @@ symbol-tree@^3.2.4:
58515857
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
58525858
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
58535859

5860+
synckit@^0.11.7:
5861+
version "0.11.8"
5862+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
5863+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
5864+
dependencies:
5865+
"@pkgr/core" "^0.2.4"
5866+
58545867
table@^6.0.4:
58555868
version "6.0.4"
58565869
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"

0 commit comments

Comments
 (0)