From 9d539c070319dc6def2acbb81748c23eebeca189 Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Thu, 12 Jun 2025 12:43:07 +0800 Subject: [PATCH] fix: type issue with typescript package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8dc9f2..cfbb326 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "obsidian": "latest", "tailwindcss": "^3.2.4", "tslib": "^2.4.1", - "typescript": "^4.9.3" + "typescript": "^5.1.6" }, "dependencies": { "array-move": "^4.0.0",