Skip to content

Commit ad948bd

Browse files
committed
fix: 修正 @alilc/lowcode-plugin-base-monaco-editor 的依赖
1 parent 96cf9ab commit ad948bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/base-monaco-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"component"
3232
],
3333
"dependencies": {
34-
"@monaco-editor/loader": "^1.2.0"
34+
"@monaco-editor/loader": "^1.2.0",
35+
"classnames": "^2.3.1"
3536
},
3637
"devDependencies": {
3738
"@alib/build-scripts": "^0.1.3",
38-
"@alifd/build-plugin-lowcode": "^0.1.13-beta.4",
3939
"@iceworks/spec": "^1.0.0",
4040
"@types/react": "^16.9.13",
4141
"@types/react-dom": "^16.9.4",

0 commit comments

Comments
 (0)