Skip to content

Commit 13d3213

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 1a58e7f commit 13d3213

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-config-react": "1.1.7",
4747
"eslint-import-resolver-webpack": "0.13.0",
4848
"eslint-plugin-import": "2.22.1",
49-
"eslint-plugin-prettier": "3.3.1",
49+
"eslint-plugin-prettier": "5.5.0",
5050
"eslint-plugin-react": "7.22.0",
5151
"prettier": "2.2.1"
5252
},

yarn.lock

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

1299+
"@pkgr/core@^0.2.4":
1300+
version "0.2.7"
1301+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
1302+
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
1303+
12991304
"@redux-saga/core@^1.1.3":
13001305
version "1.1.3"
13011306
resolved "https://registry.yarnpkg.com/@redux-saga/core/-/core-1.1.3.tgz#3085097b57a4ea8db5528d58673f20ce0950f6a4"
@@ -4355,12 +4360,13 @@ [email protected]:
43554360
has "^1.0.3"
43564361
jsx-ast-utils "^2.2.1"
43574362

4358-
eslint-plugin-prettier@3.3.1:
4359-
version "3.3.1"
4360-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
4361-
integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
4363+
eslint-plugin-prettier@5.5.0:
4364+
version "5.5.0"
4365+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz#cf763962f90bad035db03ca008ffb0c9b359fb16"
4366+
integrity sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==
43624367
dependencies:
43634368
prettier-linter-helpers "^1.0.0"
4369+
synckit "^0.11.7"
43644370

43654371
eslint-plugin-react-hooks@^1.6.1:
43664372
version "1.7.0"
@@ -10420,6 +10426,13 @@ symbol-tree@^3.2.2:
1042010426
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
1042110427
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
1042210428

10429+
synckit@^0.11.7:
10430+
version "0.11.8"
10431+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
10432+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
10433+
dependencies:
10434+
"@pkgr/core" "^0.2.4"
10435+
1042310436
table@^5.2.3:
1042410437
version "5.4.6"
1042510438
resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"

0 commit comments

Comments
 (0)