Skip to content

Commit a65e20b

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 3a4a8f2 commit a65e20b

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
@@ -53,7 +53,7 @@
5353
"aws-sdk": "2.1323.0",
5454
"eslint": "8.35.0",
5555
"eslint-config-prettier": "8.6.0",
56-
"eslint-plugin-prettier": "4.2.1",
56+
"eslint-plugin-prettier": "5.2.4",
5757
"jest": "29.4.3",
5858
"prettier": "2.8.4",
5959
"reflect-metadata": "0.1.13",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,11 @@
14261426
consola "^2.15.0"
14271427
node-fetch "^2.6.1"
14281428

1429+
"@pkgr/core@^0.2.0":
1430+
version "0.2.0"
1431+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
1432+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
1433+
14291434
"@sinclair/typebox@^0.25.16":
14301435
version "0.25.24"
14311436
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
@@ -2169,12 +2174,13 @@ eslint-config-prettier@8.6.0:
21692174
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207"
21702175
integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==
21712176

2172-
eslint-plugin-prettier@4.2.1:
2173-
version "4.2.1"
2174-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
2175-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
2177+
eslint-plugin-prettier@5.2.4:
2178+
version "5.2.4"
2179+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.4.tgz#6daa54a11da8c48971475d7c0e239d0b6c6dbc60"
2180+
integrity sha512-SFtuYmnhwYCtuCDTKPoK+CEzCnEgKTU2qTLwoCxvrC0MFBTIXo1i6hDYOI4cwHaE5GZtlWmTN3YfucYi7KJwPw==
21762181
dependencies:
21772182
prettier-linter-helpers "^1.0.0"
2183+
synckit "^0.10.2"
21782184

21792185
eslint-scope@^5.1.1:
21802186
version "5.1.1"
@@ -3791,6 +3797,14 @@ supports-preserve-symlinks-flag@^1.0.0:
37913797
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
37923798
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
37933799

3800+
synckit@^0.10.2:
3801+
version "0.10.2"
3802+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.2.tgz#000b87488453b7943edd7ee5c3028057c4490af0"
3803+
integrity sha512-cSGiaCPhFzeFIQY8KKEacv46LclENY4d60jgkwCrKomvRkIjtMyss1dPkHLp/62c1leuOjEedB1+lWcwqTJSvA==
3804+
dependencies:
3805+
"@pkgr/core" "^0.2.0"
3806+
tslib "^2.8.1"
3807+
37943808
test-exclude@^6.0.0:
37953809
version "6.0.0"
37963810
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
@@ -3880,6 +3894,11 @@ tslib@^2.1.0, tslib@^2.3.1:
38803894
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
38813895
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
38823896

3897+
tslib@^2.8.1:
3898+
version "2.8.1"
3899+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
3900+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
3901+
38833902
type-check@^0.4.0, type-check@~0.4.0:
38843903
version "0.4.0"
38853904
resolved "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)