From 592af8062a02ffcbf58efde6b4abafa5075f6f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E6=A2=A6?= Date: Wed, 8 Jan 2025 10:32:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:@monaco-editor/react=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/x-flow/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/x-flow/package.json b/packages/x-flow/package.json index 936c87de9..2e870f842 100644 --- a/packages/x-flow/package.json +++ b/packages/x-flow/package.json @@ -57,7 +57,10 @@ "use-context-selector": "^1.4.1", "zundo": "^2.1.0", "zustand": "^4.5.4", - "@monaco-editor/react": "^4.4.6" + "@monaco-editor/react": "^4.6.0", + "monaco-editor-webpack-plugin": "^4.1.1", + "react-monaco-editor": "^0.44.0", + "react-simple-code-editor": "^0.11.0" }, "devDependencies": { "deep-equal": "^2.0.3",