From 8e51522ffa619c7e0d04ee5aea7c9458b84350d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Wed, 5 Feb 2020 06:04:02 +0000 Subject: [PATCH] Update dependency eslint-config-xo-typescript to v0.25.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 809b9ac..1df469c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2229,9 +2229,9 @@ "dev": true }, "eslint-config-xo-typescript": { - "version": "0.24.1", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.24.1.tgz", - "integrity": "sha512-/o1e6tE/vy1semBCSa46SHmznt7mUD5Mdd6RlWSvt18clWXl0tWcl/FybwJ6ROhOHV3bFq5Y8Y5ySIWsE0fRjg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.25.0.tgz", + "integrity": "sha512-jqjsEkQXGcnhbJ/sfuGFkrInS2LZf9JDMmel0QlZ1o/FygRLIPfTccF6jJcF0ml8Of2XeY3uG4Y2KOlCTqQfYA==", "dev": true }, "eslint-formatter-pretty": { diff --git a/package.json b/package.json index d707d2c..946b16e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@typescript-eslint/parser": "2.19.0", "babel-cli": "6.26.0", "babel-preset-env": "1.7.0", - "eslint-config-xo-typescript": "0.24.1", + "eslint-config-xo-typescript": "0.25.0", "husky": "4.2.1", "typescript": "3.7.5", "xo": "0.25.3"