Skip to content

Commit 2f2ebda

Browse files
authored
chore: 添加 pnpm 工作区配置并更新 site 依赖版本 (#2050)
1 parent 4bcfeef commit 2f2ebda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packages:
2+
- 'packages/*'
3+
- 'site'

site/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@
2323
"@antv/dumi-theme-antv": "^0.7.4",
2424
"@antv/f-react": "~0.0.7",
2525
"@antv/f-test-utils": "1.0.3",
26-
"@antv/f2": "^5.0.4",
26+
"@antv/f2": "^5.7.5",
27+
"@antv/g-mobile-canvas": "^1.0.39",
28+
"@antv/g-mobile-svg": "~0.10.0",
29+
"@antv/g-mobile-webgl": "^1.0.46",
2730
"@antv/g-plugin-rough-canvas-renderer": "^1.7.36",
31+
"@babel/runtime": "^7.12.5",
2832
"dumi": "2.4.18",
2933
"f2-touchemulator": "~0.0.1",
3034
"gh-pages": "^2.1.1",

0 commit comments

Comments
 (0)