From 130f52f3152b30a8720491a5a18d09094d89188c Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 21 Oct 2025 00:18:29 +0800 Subject: [PATCH] chore(monaco-editor): bump monaco-editor version to 0.54.0 --- dashboard/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/main.ts b/dashboard/src/main.ts index 7d522fe6..5c7b8c09 100644 --- a/dashboard/src/main.ts +++ b/dashboard/src/main.ts @@ -49,6 +49,6 @@ axios.interceptors.request.use((config) => { loader.config({ paths: { - vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.43.0/min/vs', + vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.54.0/min/vs', }, }) \ No newline at end of file