logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 8de3f4164fe5a93198770272b4c1397830357e45
parent 20f6903e8be7bae036c350fc0bf1b00ad54c4d3d
Author: Pleroma Renovate Bot <contact+pleroma-renovator@hacktivis.me>
Date:   Sun, 14 Aug 2022 17:21:13 +0000

Update dependency eslint to v8.22.0

Diffstat:

Mpackage.json2+-
Myarn.lock8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 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", diff --git a/yarn.lock b/yarn.lock @@ -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"