Skip to content

Commit e2dccc5

Browse files
chore: 修复官网代码预览报错的问题 (#7248)
1 parent 9f6cdc1 commit e2dccc5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

site/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ant-design/icons": "^4.8.3",
1313
"@antv/data-set": "^0.11.8",
14-
"@antv/dumi-theme-antv": "beta",
14+
"@antv/dumi-theme-antv": "0.8.0-beta.25",
1515
"@antv/g-lottie-player": "^1.0.32",
1616
"@antv/g-pattern": "^2.0.32",
1717
"@antv/g-plugin-3d": "^2.0.41",
@@ -53,6 +53,11 @@
5353
"overrides": {
5454
"@monaco-editor/loader": "1.5.0"
5555
},
56+
"pnpm": {
57+
"overrides": {
58+
"@monaco-editor/loader": "1.5.0"
59+
}
60+
},
5661
"repository": {
5762
"type": "git",
5863
"url": "https://github.com/antvis/g2"

0 commit comments

Comments
 (0)