From e2893ced4a51f0bee80aba2eafdf94dc174bef31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:27:03 +0000 Subject: [PATCH] chore(deps-dev): bump @electron-toolkit/tsconfig from 1.0.1 to 2.0.0 Bumps [@electron-toolkit/tsconfig](https://github.com/alex8088/electron-toolkit/tree/HEAD/packages/tsconfig) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/alex8088/electron-toolkit/releases) - [Changelog](https://github.com/alex8088/electron-toolkit/blob/master/packages/tsconfig/CHANGELOG.md) - [Commits](https://github.com/alex8088/electron-toolkit/commits/utils@2.0.0/packages/tsconfig) --- updated-dependencies: - dependency-name: "@electron-toolkit/tsconfig" dependency-version: 2.0.0 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 ecc404b..b0045f7 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@commitlint/config-conventional": "^19.8.1", "@electron-toolkit/eslint-config-prettier": "^3.0.0", "@electron-toolkit/eslint-config-ts": "^3.1.0", - "@electron-toolkit/tsconfig": "^1.0.1", + "@electron-toolkit/tsconfig": "^2.0.0", "@tailwindcss/postcss": "^4.1.11", "@tanstack/router-devtools": "^1.130.13", "@tanstack/router-plugin": "^1.130.15",