diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index 4106009010..5d2d833dae 100644 --- a/scm-ui/ui-components/package.json +++ b/scm-ui/ui-components/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@scm-manager/babel-preset": "^2.12.0", - "@scm-manager/eslint-config": "^2.12.0", + "@scm-manager/eslint-config": "^2.13.0", "@scm-manager/jest-preset": "^2.12.7", "@scm-manager/prettier-config": "^2.10.1", "@scm-manager/tsconfig": "^2.12.0", diff --git a/yarn.lock b/yarn.lock index f5fe40ad8a..29bb625031 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2919,6 +2919,26 @@ eslint-plugin-react-hooks "^2.1.2" jest "^26.6.3" +"@scm-manager/eslint-config@^2.13.0": + version "2.13.0" + resolved "https://registry.yarnpkg.com/@scm-manager/eslint-config/-/eslint-config-2.13.0.tgz#53f9cf347d10b295004ef136daf630bcc7680ad7" + integrity sha512-/WeW2KbZXeSgdxmfDXwtLSlSSJ1zlGrIb01pvH7XzuBV/MVe2RILLGMRxxX1sCHzeoApXw8ZLOMSHtsiukmOiQ== + dependencies: + "@typescript-eslint/eslint-plugin" "^2.12.0" + "@typescript-eslint/parser" "^2.12.0" + babel-eslint "^10.0.3" + eslint "^7.2.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/integration-test-runner@^1.3.7": version "1.3.20" resolved "https://registry.yarnpkg.com/@scm-manager/integration-test-runner/-/integration-test-runner-1.3.20.tgz#a386fac2d8ec8f85cdabe1dbdb40828a73c518a8" @@ -20040,10 +20060,8 @@ watchpack@^1.7.4: resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453" integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ== dependencies: - chokidar "^3.4.1" graceful-fs "^4.1.2" neo-async "^2.5.0" - watchpack-chokidar2 "^2.0.1" optionalDependencies: chokidar "^3.4.1" watchpack-chokidar2 "^2.0.1"