From 96176e757959c04d070f77ad0060f41979c69e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 20:01:37 +0100 Subject: [PATCH] Bump typescript from 4.9.5 to 5.0.2 (#113) 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 4d4bb3b..6faa26d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-import": "^2.22.0", "rollup": "^3.8.1", "rollup-plugin-typescript2": "^0.34.1", - "typescript": "^4.0.2", + "typescript": "^5.0.2", "vitest": "^0.29.2" } }