From a55e825ee1478d420cd10d802b27cabfcc45f614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:20:00 +0800 Subject: [PATCH] chore: Bump typescript from 4.9.5 to 5.4.3 (#406) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.3. - [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.4.3) --- 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 73a8eaef..ad0fadcb 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "react": "^16.9.0", "react-dom": "^16.9.0", "react-draggable": "^4.4.3", - "typescript": "^4.0.2" + "typescript": "^5.4.3" }, "peerDependencies": { "react": ">=16.9.0",