Skip to content

Commit ceb16b5

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 61b6ef5 commit ceb16b5

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"all-contributors-cli": "6.25.1",
3232
"auto": "10.46.0",
3333
"eslint": "8.41.0",
34-
"eslint-plugin-prettier": "4.2.1",
34+
"eslint-plugin-prettier": "5.2.3",
3535
"jest": "29.5.0",
3636
"prettier": "2.8.8",
3737
"react": "18.2.0",

yarn.lock

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,11 @@
14531453
dependencies:
14541454
"@octokit/openapi-types" "^12.11.0"
14551455

1456+
"@pkgr/core@^0.1.0":
1457+
version "0.1.1"
1458+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1459+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1460+
14561461
"@react-native-community/cli-clean@^10.1.1":
14571462
version "10.1.1"
14581463
resolved "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-10.1.1.tgz#4c73ce93a63a24d70c0089d4025daac8184ff504"
@@ -3312,7 +3317,15 @@ eslint-plugin-jest@^26.5.3:
33123317
dependencies:
33133318
"@typescript-eslint/utils" "^5.10.0"
33143319

3315-
eslint-plugin-prettier@4.2.1, eslint-plugin-prettier@^4.2.1:
3320+
eslint-plugin-prettier@5.2.3:
3321+
version "5.2.3"
3322+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz#c4af01691a6fa9905207f0fbba0d7bea0902cce5"
3323+
integrity sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==
3324+
dependencies:
3325+
prettier-linter-helpers "^1.0.0"
3326+
synckit "^0.9.1"
3327+
3328+
eslint-plugin-prettier@^4.2.1:
33163329
version "4.2.1"
33173330
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
33183331
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
@@ -7288,6 +7301,14 @@ supports-preserve-symlinks-flag@^1.0.0:
72887301
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
72897302
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
72907303

7304+
synckit@^0.9.1:
7305+
version "0.9.2"
7306+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
7307+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
7308+
dependencies:
7309+
"@pkgr/core" "^0.1.0"
7310+
tslib "^2.6.2"
7311+
72917312
table-layout@^1.0.2:
72927313
version "1.0.2"
72937314
resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-1.0.2.tgz#c4038a1853b0136d63365a734b6931cf4fad4a04"
@@ -7497,6 +7518,11 @@ tslib@^2, tslib@^2.0.1:
74977518
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
74987519
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
74997520

7521+
tslib@^2.6.2:
7522+
version "2.8.1"
7523+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
7524+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
7525+
75007526
tsutils@^3.21.0:
75017527
version "3.21.0"
75027528
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)