From 5a3abd4b2c022ed321efa884b2b81490c75638d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:24:05 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in the typescript group Bumps the typescript 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/compare/v6.0.3...v7.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index eb6c4e7..18bfe6a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -51,7 +51,7 @@ "serve": "^14.2.6", "stream-browserify": "^3.0.0", "tailwindcss": "^4.2.2", - "typescript": "6.0.3", + "typescript": "7.0.2", "vite": "^8.0.0" } } diff --git a/package.json b/package.json index 4004c5a..8cbdedc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "oxfmt": "^0.66.0", "oxlint": "^1.79.0", "rollup": "^4.62.5", - "typescript": "6.0.3" + "typescript": "7.0.2" }, "patchedDependencies": { "monaco-editor@0.52.2": "patches/monaco-editor@0.52.2.patch"