From f17c734a674ff2f090c0469e4542ff0e1e97f397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 17:55:11 +0800 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.5 to 5.7.2 (#85) Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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/v4.9.5...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 910c405..3293286 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "rc-test": "^7.0.15", "react": "^18.0.0", "react-dom": "^18.0.0", - "typescript": "^4.0.5" + "typescript": "^5.7.2" }, "peerDependencies": { "react": ">=16.0.0",