Skip to content

Commit

Permalink
fix(amis-ui): dependencies中引入[email protected]依赖,避免_thirds.scss中引入依赖…
Browse files Browse the repository at this point in the history
…报错的问题

安装依赖时,由于amis依赖[email protected]但amis-ui并没有依赖该包,由于是固定版本(没有^前缀)video-react被安装到amis/node_modules目录中,而没有被提升到根目录下的node_modules,从而导致构建依赖报错
  • Loading branch information
ranwawa committed Dec 20, 2024
1 parent 856539e commit 7817712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amis-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"sortablejs": "1.15.0",
"tinymce": "^6.1.2",
"tslib": "^2.3.1",
"video-react": "0.15.0",
"uncontrollable": "7.2.1"
},
"devDependencies": {
Expand Down Expand Up @@ -147,4 +148,4 @@
]
},
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}
}

0 comments on commit 7817712

Please sign in to comment.