From 866eddaa5203b814f5cef0ff7c1eaf46e1aac624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:17:57 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.6.2 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a64a9ce49d..0123b707d6 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "tdesign-theme-generator": "^1.0.0", "ts-morph": "^13.0.02", "ts-node": "^10.4.0", - "typescript": "5.6.2", + "typescript": "5.7.2", "vite": "^5.4.7", "vite-plugin-istanbul": "^6.0.2", "vite-plugin-pwa": "^0.20.5",