From 8c1d22f755a6172eef2096b0aab3df904e0127d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:05:48 +0000 Subject: [PATCH] chore(deps): bump the dev-toolchain group across 2 directories with 1 update Bumps the dev-toolchain group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Bumps the dev-toolchain group with 1 update in the /packages/core directory: [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) 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:production update-type: version-update:semver-major dependency-group: dev-toolchain - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-toolchain ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f74147e..3ba34246 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "prettier": "3.9.6", "react": "^19.2.8", "react-dom": "^19.2.8", - "typescript": "6.0.3", + "typescript": "7.0.2", "typescript-eslint": "8.65.0" }, "overrides": { diff --git a/packages/core/package.json b/packages/core/package.json index 9f16ca71..d1e745e5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -46,7 +46,7 @@ "prettier": "3.9.6", "turndown": "^7.2.4", "@typescript/native": "npm:typescript@7.0.2", - "typescript": "6.0.3", + "typescript": "7.0.2", "typescript-eslint": "8.65.0" }, "devDependencies": {