From db063b062c7c7e9a8a57aff6c9430620995eee30 Mon Sep 17 00:00:00 2001 From: winixt Date: Wed, 31 Jul 2024 19:44:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20update=20monaco=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fes-plugin-monaco-editor/package.json | 70 +++++++++---------- yarn.lock | 29 +++----- 2 files changed, 45 insertions(+), 54 deletions(-) diff --git a/packages/fes-plugin-monaco-editor/package.json b/packages/fes-plugin-monaco-editor/package.json index 2cd487dd..cd067174 100644 --- a/packages/fes-plugin-monaco-editor/package.json +++ b/packages/fes-plugin-monaco-editor/package.json @@ -1,37 +1,37 @@ { - "name": "@fesjs/plugin-monaco-editor", - "version": "2.0.0-beta.7", - "description": "@fesjs/plugin-monaco-editor", - "main": "lib/index.js", - "files": [ - "lib" - ], - "scripts": {}, - "repository": { - "type": "git", - "url": "git+https://github.com/WeBankFinTech/fes.js.git", - "directory": "packages/fes-plugin-monaco-editor" - }, - "keywords": [ - "fes" - ], - "author": "harrywan", - "license": "MIT", - "bugs": { - "url": "https://github.com/WeBankFinTech/fes.js/issues" - }, - "homepage": "https://github.com/WeBankFinTech/fes.js#readme", - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@fesjs/utils": "^2.0.4", - "lodash-es": "^4.17.15", - "monaco-editor": "^0.20.0", - "monaco-editor-webpack-plugin": "^1.9.1" - }, - "peerDependencies": { - "@fesjs/fes": "^2.0.0", - "vue": "^3.2.37" - } + "name": "@fesjs/plugin-monaco-editor", + "version": "2.0.0-beta.8", + "description": "@fesjs/plugin-monaco-editor", + "main": "lib/index.js", + "files": [ + "lib" + ], + "scripts": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-monaco-editor" + }, + "keywords": [ + "fes" + ], + "author": "harrywan", + "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", + "publishConfig": { + "access": "public" + }, + "dependencies": { + "@fesjs/utils": "^2.0.4", + "lodash-es": "^4.17.15", + "monaco-editor": "^0.24.0", + "monaco-editor-webpack-plugin": "^3.1.0" + }, + "peerDependencies": { + "@fesjs/fes": "^2.0.0", + "vue": "^3.2.37" + } } diff --git a/yarn.lock b/yarn.lock index 5da42182..682eb924 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9144,7 +9144,7 @@ json5@2.x, json5@^2.1.2, json5@^2.2.0, json5@^2.2.2: resolved "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== -json5@^1.0.1, json5@^1.0.2: +json5@^1.0.2: version "1.0.2" resolved "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== @@ -9395,15 +9395,6 @@ loader-runner@^4.2.0: resolved "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz" integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg== -loader-utils@^1.2.3: - version "1.4.2" - resolved "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz" - integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^1.0.1" - loader-utils@^2.0.0: version "2.0.4" resolved "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz" @@ -10018,17 +10009,17 @@ modify-values@^1.0.0: resolved "https://registry.npmmirror.com/modify-values/-/modify-values-1.0.1.tgz" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== -monaco-editor-webpack-plugin@^1.9.1: - version "1.9.1" - resolved "https://registry.npmmirror.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.9.1.tgz" - integrity sha512-x7fx1w3i/uwZERIgztHAAK3VQMsL8+ku0lFXXbO81hKDg8IieACqjGEa2mqEueg0c/fX+wd0oI+75wB19KJAsA== +monaco-editor-webpack-plugin@^3.1.0: + version "3.1.0" + resolved "https://registry.npmmirror.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-3.1.0.tgz#972efc47a91b3bf3bd977885684a3180eb8f341b" + integrity sha512-TP5NkCAV0OeFTry5k/d60KR7CkhTXL4kgJKtE3BzjgbDb5TGEPEhoKmHBrSa6r7Oc0sNbPLZhKD/TP2ig7A+/A== dependencies: - loader-utils "^1.2.3" + loader-utils "^2.0.0" -monaco-editor@^0.20.0: - version "0.20.0" - resolved "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.20.0.tgz" - integrity sha512-hkvf4EtPJRMQlPC3UbMoRs0vTAFAYdzFQ+gpMb8A+9znae1c43q8Mab9iVsgTcg/4PNiLGGn3SlDIa8uvK1FIQ== +monaco-editor@^0.24.0: + version "0.24.0" + resolved "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.24.0.tgz#990b55096bcc95d08d8d28e55264c6eb17707269" + integrity sha512-o1f0Lz6ABFNTtnEqqqvlY9qzNx24rQZx1RgYNQ8SkWkE+Ka63keHH/RqxQ4QhN4fs/UYOnvAtEUZsPrzccH++A== mrmime@^1.0.0: version "1.0.1"