Skip to content

Commit 064436a

Browse files
authored
chore: fix formdata for apidocgen (#19319)
1 parent 67e1567 commit 064436a

File tree

2 files changed

+124
-5
lines changed

2 files changed

+124
-5
lines changed

scripts/apidocgen/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"pnpm": {
1010
"overrides": {
11-
"@babel/runtime": "7.26.10"
11+
"@babel/runtime": "7.26.10",
12+
"form-data": "4.0.4"
1213
}
1314
}
1415
}

scripts/apidocgen/pnpm-lock.yaml

Lines changed: 122 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)