chore: support http proxy in bump script (#8098)

This commit is contained in:
Yifeng Wang
2024-09-05 10:14:51 +08:00
committed by GitHub
parent 93ae724c66
commit 416faba2bc
4 changed files with 21 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"dependencies": {
"@napi-rs/clipboard": "^1.1.2",
"@napi-rs/simple-git": "^0.1.18",
"chalk": "^5.3.0"
"chalk": "^5.3.0",
"undici": "^6.12.0"
}
}