Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 447f14d

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 64e6361 commit 447f14d

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": "8.57.0",
3535
"eslint-config-prettier": "8.10.0",
3636
"eslint-plugin-functional": "4.4.1",
37-
"eslint-plugin-prettier": "4.2.1",
37+
"eslint-plugin-prettier": "5.1.3",
3838
"husky": "7.0.4",
3939
"prettier": "2.8.8",
4040
"rimraf": "3.0.2",

yarn.lock

+23-4
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,11 @@
13251325
"@nodelib/fs.scandir" "2.1.5"
13261326
fastq "^1.6.0"
13271327

1328+
"@pkgr/core@^0.1.0":
1329+
version "0.1.1"
1330+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1331+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1332+
13281333
"@resolver-engine/core@^0.3.3":
13291334
version "0.3.3"
13301335
resolved "https://registry.yarnpkg.com/@resolver-engine/core/-/core-0.3.3.tgz#590f77d85d45bc7ecc4e06c654f41345db6ca967"
@@ -3860,12 +3865,13 @@ [email protected]:
38603865
escape-string-regexp "^4.0.0"
38613866
semver "^7.3.7"
38623867

3863-
eslint-plugin-prettier@4.2.1:
3864-
version "4.2.1"
3865-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
3866-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
3868+
eslint-plugin-prettier@5.1.3:
3869+
version "5.1.3"
3870+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
3871+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
38673872
dependencies:
38683873
prettier-linter-helpers "^1.0.0"
3874+
synckit "^0.8.6"
38693875

38703876
eslint-scope@^5.1.1:
38713877
version "5.1.1"
@@ -8339,6 +8345,14 @@ swarm-js@^0.1.40:
83398345
tar "^4.0.2"
83408346
xhr-request "^1.0.1"
83418347

8348+
synckit@^0.8.6:
8349+
version "0.8.8"
8350+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
8351+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
8352+
dependencies:
8353+
"@pkgr/core" "^0.1.0"
8354+
tslib "^2.6.2"
8355+
83428356
tape@^4.6.3:
83438357
version "4.13.3"
83448358
resolved "https://registry.yarnpkg.com/tape/-/tape-4.13.3.tgz#51b3d91c83668c7a45b1a594b607dee0a0b46278"
@@ -8528,6 +8542,11 @@ tslib@^1.8.1:
85288542
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
85298543
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
85308544

8545+
tslib@^2.6.2:
8546+
version "2.6.3"
8547+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
8548+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
8549+
85318550
tsutils@^3.21.0:
85328551
version "3.21.0"
85338552
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)