From 2ae058ed620e24383766994afb8ef83c8b4e50a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Mar 2021 15:51:06 +0000 Subject: [PATCH] chore(deps): update dependency @softwareventures/eslint-config to v3.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 802a516..9743e89 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "tslib": "2.1.0" }, "devDependencies": { - "@softwareventures/eslint-config": "3.5.0", + "@softwareventures/eslint-config": "3.6.0", "@softwareventures/prettier-config": "1.0.2", "@softwareventures/semantic-release-config": "1.1.1", "@softwareventures/tsconfig": "5.0.1", diff --git a/yarn.lock b/yarn.lock index e118ab7..caa5a15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -299,10 +299,10 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ== -"@softwareventures/eslint-config@3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-3.5.0.tgz#96506c6e8e2a24127d406a3dcaf3d32613a56f6f" - integrity sha512-3sqQHAjsG7Nacq6yp+2jlnf/pdISZPVf3U5Cxc9DoxqYT3W58a0y5rPMSGPsf6JDbhvArVvVjy9jUhMB87T0wQ== +"@softwareventures/eslint-config@3.6.0": + version "3.6.0" + resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-3.6.0.tgz#d0c27b8f1cc130442bf47d6854faf65c0023cc7a" + integrity sha512-ijPdfwHj9NNuq4cYuezFiIoSFFpyZED07mr24bhHQwDW23PiLBcKAek5QkOn8SEPcV5OgCNlPYfuGU98caDpRQ== dependencies: "@typescript-eslint/eslint-plugin" "^2.31.0 || ^3.0.0 || ^4.0.0" "@typescript-eslint/eslint-plugin-tslint" "^2.31.0 || ^3.0.0 || ^4.0.0"