From 07a82b1f0302b2c31802e0b861a22913e4f539d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:04:31 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ada746..01b5442 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "prettier": "^3.9.4", "react": "^19.2.7", "react-dom": "^19.2.7", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.62.1", "vitest": "^4.1.9" },