mirror of
https://gitee.com/antv/g6.git
synced 2024-12-01 19:28:39 +08:00
chore: lock version of @umijs/mako
This commit is contained in:
parent
b7e00a550b
commit
76af357743
@ -78,5 +78,10 @@
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.3.5",
|
||||
"xml-formatter": "^3.6.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@umijs/mako": "0.8.8-canary.20240903.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
"license": "MIT",
|
||||
"author": "https://github.com/orgs/antvis/people",
|
||||
"scripts": {
|
||||
"build": "npm run doc && COMPRESS=none dumi build",
|
||||
"build": "npm run doc && dumi build",
|
||||
"build:memo": "node --expose-gc --max-old-space-size=32768 ./node_modules/dumi/bin/dumi build",
|
||||
"deploy": "gh-pages -d dist -b v5-site",
|
||||
"dev": "dumi dev",
|
||||
|
Loading…
Reference in New Issue
Block a user