chore: lock version of @umijs/mako

This commit is contained in:
antv 2024-09-03 19:23:37 +08:00
parent b7e00a550b
commit 76af357743
2 changed files with 6 additions and 1 deletions

View File

@ -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"
}
}
}

View File

@ -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",