From 4656e7a10fcb1551b2a7968dc0bdb15dc384e0c5 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:25:29 +0000 Subject: [PATCH] chore(deps): update typescript to 5.1.3 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | npm | typescript | 4.8.4 | 5.1.3 | --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 06fa1d6..63d6594 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "svelte-check": "2.9.1", "svelte-preprocess": "4.10.7", "tslib": "2.4.0", - "typescript": "4.8.4", + "typescript": "5.1.3", "vite": "3.1.7" }, "type": "module",