From c5dbf38606053d10197fac360073beac15fad552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:23:58 +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] --- apps/dashboard/package.json | 2 +- apps/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 518ff353..689ac0cf 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "jsdom": "^29.1.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.0.14", "web-vitals": "^5.3.0" } diff --git a/apps/web/package.json b/apps/web/package.json index b0246a4a..9af07319 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -37,7 +37,7 @@ "postcss": "^8.5.15", "serve": "^14.2.6", "tailwindcss": "^4.2.4", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "@biomejs/biome": "^2.5.0" } }