From 1f6a419889ba7dbdf38e37fa5af0ba331fc4e0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:43:29 +0000 Subject: [PATCH] build(deps): 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:production 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 741ad4fbd..23ce72fe9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@playform/compress": "0.2.3", "@playform/inline": "0.1.4", "astro": "7.0.6", - "typescript": "6.0.3", + "typescript": "7.0.2", "vite": "8.1.3", "vite-plugin-top-level-await": "1.6.0" },