Skip to content

Commit 0fc0add

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 0fdb3e9 commit 0fc0add

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
@@ -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.1.3",
5050
"eslint-plugin-react": "7.22.0",
5151
"prettier": "2.2.1"
5252
},

yarn.lock

Lines changed: 23 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.1.0":
1300+
version "0.1.0"
1301+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
1302+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
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"
@@ -4353,12 +4358,13 @@ [email protected]:
43534358
has "^1.0.3"
43544359
jsx-ast-utils "^2.2.1"
43554360

4356-
eslint-plugin-prettier@3.3.1:
4357-
version "3.3.1"
4358-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
4359-
integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
4361+
eslint-plugin-prettier@5.1.3:
4362+
version "5.1.3"
4363+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
4364+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
43604365
dependencies:
43614366
prettier-linter-helpers "^1.0.0"
4367+
synckit "^0.8.6"
43624368

43634369
eslint-plugin-react-hooks@^1.6.1:
43644370
version "1.7.0"
@@ -10404,6 +10410,14 @@ symbol-tree@^3.2.2:
1040410410
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
1040510411
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
1040610412

10413+
synckit@^0.8.6:
10414+
version "0.8.8"
10415+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
10416+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
10417+
dependencies:
10418+
"@pkgr/core" "^0.1.0"
10419+
tslib "^2.6.2"
10420+
1040710421
table@^5.2.3:
1040810422
version "5.4.6"
1040910423
resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
@@ -10640,6 +10654,11 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1064010654
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
1064110655
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
1064210656

10657+
tslib@^2.6.2:
10658+
version "2.6.2"
10659+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
10660+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
10661+
1064310662
tsutils@^3.17.1:
1064410663
version "3.17.1"
1064510664
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)