From 81c073e55fb81037334bfa2e4feac3bb6f1dec4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Thu, 29 Aug 2024 15:08:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20aos=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 2 ++ webs/aos-web/package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0c720c..5e7930f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -162,6 +162,7 @@ importers: specifiers: '@vue/cli-plugin-babel': ~4.4.1 '@vue/cli-plugin-typescript': ~4.4.1 + codemirror: 5.65.16 jshint: ^2.13.4 jsonlint: ^1.6.3 mavon-editor: ^2.9.1 @@ -173,6 +174,7 @@ importers: vue-json-tool: ^1.0.4 wangeditor: ^4.6.16 dependencies: + codemirror: 5.65.16 jshint: 2.13.6 jsonlint: 1.6.3 mavon-editor: 2.10.4 diff --git a/webs/aos-web/package.json b/webs/aos-web/package.json index 638c2ca..baac99e 100644 --- a/webs/aos-web/package.json +++ b/webs/aos-web/package.json @@ -20,6 +20,7 @@ "script-loader": "^0.7.2", "uuid": "^8.3.2", "vue-codemirror": "4.0.6", + "codemirror": "5.65.16", "vue-draggable-resizable": "^2.3.0", "vue-json-tool": "^1.0.4", "wangeditor": "^4.6.16"