moves the override block to repo root

This commit is contained in:
pandeymangg
2025-07-29 16:10:52 +05:30
parent 1ab856d2f0
commit 17222a59ef
2 changed files with 5 additions and 5 deletions

View File

@@ -17,11 +17,6 @@
"merge-client-endpoints": "tsx ./scripts/openapi/merge-client-endpoints.ts",
"generate-and-merge-api-specs": "pnpm run generate-api-specs && pnpm run merge-client-endpoints"
},
"pnpm": {
"overrides": {
"form-data": "4.0.4"
}
},
"dependencies": {
"@aws-sdk/client-s3": "3.804.0",
"@aws-sdk/s3-presigned-post": "3.804.0",

View File

@@ -65,6 +65,11 @@
"engines": {
"node": ">=16.0.0"
},
"pnpm": {
"overrides": {
"form-data": "4.0.4"
}
},
"packageManager": "pnpm@9.15.9",
"nextBundleAnalysis": {
"budget": 358400,