From 9f5a0eeec19fc053e1e6dcdcc7d4200e90eae84b Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Tue, 27 Sep 2022 08:47:30 +0200 Subject: [PATCH] update eslint config version --- package.json | 2 +- yarn.lock | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2455b30856..e12a763349 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "set-version": "ui-scripts version" }, "dependencies": { - "@scm-manager/eslint-config": "2.16.0" + "@scm-manager/eslint-config": "2.17.0" }, "devDependencies": { "@scm-manager/remark-preset-lint": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 00900dece8..00c49705e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2235,7 +2235,27 @@ "@babel/preset-typescript" "^7.16.7" babel-plugin-styled-components "^1.13.3" -"@scm-manager/eslint-config@2.16.0", "@scm-manager/eslint-config@^2.16.0": +"@scm-manager/eslint-config@2.17.0": + version "2.17.0" + resolved "https://registry.yarnpkg.com/@scm-manager/eslint-config/-/eslint-config-2.17.0.tgz#b29b65f131a520cb47b5355d16fac99beb1ca881" + integrity sha512-wbYI6g09NNhpyHSjRwStB7P0xRE6WxC30HZzmNpTN+2aqI0UZidkybCzTKMjAwW587uitg0z1g/cbntyXwYQFw== + dependencies: + "@typescript-eslint/eslint-plugin" "^5.19.0" + "@typescript-eslint/parser" "^5.19.0" + babel-eslint "^10.0.3" + eslint "^7.32.0" + eslint-config-airbnb-base "^14.2.0" + eslint-config-prettier "^6.4.0" + eslint-config-react-app "^5.0.2" + eslint-plugin-flowtype "^4.3.0" + eslint-plugin-import "^2.18.2" + eslint-plugin-jsx-a11y "^6.2.3" + eslint-plugin-prettier "^3.1.1" + eslint-plugin-react "^7.16.0" + eslint-plugin-react-hooks "^2.1.2" + jest "^26.6.3" + +"@scm-manager/eslint-config@^2.16.0": version "2.16.0" resolved "https://registry.yarnpkg.com/@scm-manager/eslint-config/-/eslint-config-2.16.0.tgz#fe682a1e1d53355c13fff8bffd9b44505e734a63" integrity sha512-x1o+2RKnTOkuEfNz6zAir6lAaapBWtwy7PLMrs+d7i5kEfE9gJwNOYZqORxBdGZ3u3r6w/PJCc+LNEmOHdwxUA==