From 9af376ff222a5125c95d764e3db24b0dc37013ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:36:25 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 Bumps [typescript](https://github.com/microsoft/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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0ad0db..c671d96 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "prettier": "^3.x", "stylelint": "^17.x", "stylelint-config-standard": "^40.x", - "typescript": "^6.x", + "typescript": "^7.x", "vite": "^8.x", "vite-bundle-visualizer": "^1.x", "vite-plugin-compression2": "^2.x",