Skip to content

Commit 23d018f

Browse files
chore(deps): update devdependency eslint-plugin-prettier to v5
1 parent 1a366dd commit 23d018f

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/node": "^18.11.18",
5656
"eslint": "^8.33.0",
5757
"eslint-config-prettier": "^9.0.0",
58-
"eslint-plugin-prettier": "^4.2.1",
58+
"eslint-plugin-prettier": "^5.0.0",
5959
"eslint-plugin-sonarjs": "^0.18.0",
6060
"husky": "^8.0.3",
6161
"jest": "^26.0.20s",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6226,12 +6226,13 @@ eslint-plugin-node@^11.1.0:
62266226
resolve "^1.10.1"
62276227
semver "^6.1.0"
62286228

6229-
eslint-plugin-prettier@^4.2.1:
6230-
version "4.2.1"
6231-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
6232-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
6229+
eslint-plugin-prettier@^5.0.0:
6230+
version "5.0.0"
6231+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a"
6232+
integrity sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==
62336233
dependencies:
62346234
prettier-linter-helpers "^1.0.0"
6235+
synckit "^0.8.5"
62356236

62366237
eslint-plugin-promise@^6.1.1:
62376238
version "6.1.1"
@@ -12343,6 +12344,14 @@ synckit@^0.8.4:
1234312344
"@pkgr/utils" "^2.3.1"
1234412345
tslib "^2.4.0"
1234512346

12347+
synckit@^0.8.5:
12348+
version "0.8.5"
12349+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.5.tgz#b7f4358f9bb559437f9f167eb6bc46b3c9818fa3"
12350+
integrity sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==
12351+
dependencies:
12352+
"@pkgr/utils" "^2.3.1"
12353+
tslib "^2.5.0"
12354+
1234612355
tapable@^1.0.0, tapable@^1.0.0-beta.5, tapable@^1.1.3:
1234712356
version "1.1.3"
1234812357
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
@@ -12646,6 +12655,11 @@ tslib@^2.4.0:
1264612655
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1264712656
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1264812657

12658+
tslib@^2.5.0:
12659+
version "2.6.2"
12660+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
12661+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
12662+
1264912663
tsutils@^3.21.0:
1265012664
version "3.21.0"
1265112665
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)