From 45ce8fb0d5c89c05c7da69b2a4eb1160a40ccdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:15:22 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 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 6194139a..88e8fc33 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "react-dom": "^18.3.1", "react-redux": "^9.0.4", "redux": "^5.0.0", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "husky": "^9.1.7", "lint-staged": "^16.4.0" },