From d8204d30bc8c5d05d6e944df3cc304c070648d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:35:42 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-xo-typescript from 1.0.1 to 2.0.0 (#75) Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases) - [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: eslint-config-xo-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59a75cc..a1bd77c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "esbuild": "^0.20.0", "eslint": "^8.54.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^1.0.1", + "eslint-config-xo-typescript": "^2.0.0", "playwright": "^1.40.0", "typescript": "^5.3.2" }