From 3b6b7f9a30b34acfbd29606d76c074dcb830b65b Mon Sep 17 00:00:00 2001 From: TannedCung Date: Mon, 4 Nov 2024 16:01:41 +0700 Subject: [PATCH] Fix: FE build error --- cope2n-fe/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cope2n-fe/package.json b/cope2n-fe/package.json index 9cfce13..a05845f 100644 --- a/cope2n-fe/package.json +++ b/cope2n-fe/package.json @@ -83,9 +83,9 @@ "prettier-plugin-organize-imports": "^3.2.1", "rollup-plugin-visualizer": "^5.9.0", "sass": "^1.57.1", - "typescript": "^4.9.4", + "typescript": "5.6.3", "vite": "^4.0.3", "vite-plugin-svgr": "^2.4.0", "vite-tsconfig-paths": "^4.0.3" } -} +} \ No newline at end of file