From bfbc3607f6858f3a4e9cdc25c10c04f5c3543524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 04:12:08 +0000 Subject: [PATCH] Bump eslint-config-airbnb-typescript from 9.0.0 to 13.0.1 Bumps [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) from 9.0.0 to 13.0.1. - [Release notes](https://github.com/iamturns/eslint-config-airbnb-typescript/releases) - [Changelog](https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/iamturns/eslint-config-airbnb-typescript/compare/v9.0.0...v13.0.1) --- updated-dependencies: - dependency-name: eslint-config-airbnb-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fca42ca..e42572f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@typescript-eslint/parser": "^4.15.2", "cross-env": "^7.0.2", "eslint": "^7.7.0", - "eslint-config-airbnb-typescript": "^9.0.0", + "eslint-config-airbnb-typescript": "^13.0.1", "eslint-config-prettier": "^7.0.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4",