Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 9e801c8

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent e861a1e commit 9e801c8

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
@@ -34,7 +34,7 @@
3434
"eslint": "7.32.0",
3535
"eslint-config-prettier": "9.1.0",
3636
"eslint-plugin-functional": "3.7.2",
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

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,11 @@
322322
"@nodelib/fs.scandir" "2.1.3"
323323
fastq "^1.6.0"
324324

325+
"@pkgr/core@^0.1.0":
326+
version "0.1.1"
327+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
328+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
329+
325330
"@sindresorhus/is@^0.14.0":
326331
version "0.14.0"
327332
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -1853,12 +1858,13 @@ [email protected]:
18531858
escape-string-regexp "^4.0.0"
18541859
object.fromentries "^2.0.3"
18551860

1856-
eslint-plugin-prettier@4.2.1:
1857-
version "4.2.1"
1858-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
1859-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
1861+
eslint-plugin-prettier@5.1.3:
1862+
version "5.1.3"
1863+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
1864+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
18601865
dependencies:
18611866
prettier-linter-helpers "^1.0.0"
1867+
synckit "^0.8.6"
18621868

18631869
eslint-scope@^5.0.0:
18641870
version "5.0.0"
@@ -4636,6 +4642,14 @@ swarm-js@^0.1.40:
46364642
tar "^4.0.2"
46374643
xhr-request "^1.0.1"
46384644

4645+
synckit@^0.8.6:
4646+
version "0.8.8"
4647+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
4648+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
4649+
dependencies:
4650+
"@pkgr/core" "^0.1.0"
4651+
tslib "^2.6.2"
4652+
46394653
table@^6.0.9:
46404654
version "6.7.1"
46414655
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -4726,6 +4740,11 @@ tslib@^1.8.1:
47264740
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
47274741
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
47284742

4743+
tslib@^2.6.2:
4744+
version "2.6.3"
4745+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
4746+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
4747+
47294748
tsutils@^3.17.1:
47304749
version "3.17.1"
47314750
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)