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

Commit eebdf3a

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 91f3458 commit eebdf3a

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": "10.0.1",
3636
"eslint-plugin-functional": "3.7.2",
37-
"eslint-plugin-prettier": "4.2.1",
37+
"eslint-plugin-prettier": "5.2.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.2.3:
1862+
version "5.2.3"
1863+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz#c4af01691a6fa9905207f0fbba0d7bea0902cce5"
1864+
integrity sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==
18601865
dependencies:
18611866
prettier-linter-helpers "^1.0.0"
1867+
synckit "^0.9.1"
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.9.1:
4646+
version "0.9.2"
4647+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
4648+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
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.8.1"
4745+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
4746+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
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)