diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-14 17:31:20 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-14 17:31:20 +0000 |
| commit | af7df7f5ac671cfcd7e9d377697ef74ed5628ec9 (patch) | |
| tree | 21296fc54226e0a1f7cfc84c07bd7c797502c8e6 | |
| parent | 20f6903e8be7bae036c350fc0bf1b00ad54c4d3d (diff) | |
| parent | 8de3f4164fe5a93198770272b4c1397830357e45 (diff) | |
Merge branch 'renovate/eslint-8.x' into 'develop'
Update dependency eslint to v8.22.0
See merge request pleroma/pleroma-fe!1596
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 9969ba28..db93944d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cross-spawn": "4.0.2", "css-loader": "0.28.11", "custom-event-polyfill": "1.0.7", - "eslint": "8.21.0", + "eslint": "8.22.0", "eslint-config-standard": "17.0.0", "eslint-formatter-friendly": "7.0.0", "eslint-webpack-plugin": "2.7.0", @@ -4427,10 +4427,10 @@ eslint-webpack-plugin@2.7.0: normalize-path "^3.0.0" schema-utils "^3.1.1" -eslint@8.21.0: - version "8.21.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef" - integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA== +eslint@8.22.0: + version "8.22.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48" + integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA== dependencies: "@eslint/eslintrc" "^1.3.0" "@humanwhocodes/config-array" "^0.10.4" |
