From 76836fac1acc06e2df0922eab6fe14bcdd064c50 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 28 Aug 2024 17:16:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 71788f1c..1a17ce14 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "babylonjs-gui": "^6.46.0", "babylonjs-loaders": "^6.46.0", "cesium": "1.75", - "codemirror": "5.65.5", + "codemirror": "^5.65.17", + "codemirror-editor-vue3": "^2.7.0", "core-js": "3.29.0", "cropperjs": "1.5.13", "crypto-browserify": "^3.12.0",