From 663b9667a4a2375a1f9a3553ea0c1f56550ab676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 04:56:08 +0000 Subject: [PATCH] Update typescript requirement from ^5.8.2 to ^5.8.3 in /packages/main Updates the requirements on [typescript](https://github.com/microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/main/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/package.json b/packages/main/package.json index d626e4fda..c602fc456 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -39,7 +39,7 @@ "eslint-config-prettier": "^10.1.1", "globals": "^16.0.0", "prettier": "^3.5.3", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "typescript-eslint": "^8.29.0", "vitest": "^3.1.1" }