Skip to content

Commit

Permalink
chore: lock version of @umijs/mako
Browse files Browse the repository at this point in the history
  • Loading branch information
antv committed Sep 3, 2024
1 parent b7e00a5 commit 76af357
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76af357

Please sign in to comment.