fix(api): declare undici for the bundled http client (#2410)

This commit is contained in:
Hampus
2026-09-02 19:55:11 +02:00
committed by GitHub
parent a74f1b0e7b
commit 9bd0019759
5 changed files with 11 additions and 2 deletions
+1
View File
@@ -82,6 +82,7 @@
"transliteration": "catalog:",
"tsx": "catalog:",
"uint8array-extras": "catalog:",
"undici": "catalog:",
"validator": "catalog:",
"zod": "catalog:"
},
+1 -1
View File
@@ -13,7 +13,7 @@
},
"dependencies": {
"@fluxer/constants": "workspace:*",
"undici": "^7.29.0"
"undici": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
+1
View File
@@ -44,6 +44,7 @@
"nodemailer",
"pg",
"pino",
"undici",
"validator"
]
},
+7 -1
View File
@@ -360,6 +360,9 @@ catalogs:
uint8array-extras:
specifier: 1.5.0
version: 1.5.0
undici:
specifier: 7.29.0
version: 7.29.0
unique-names-generator:
specifier: 4.7.1
version: 4.7.1
@@ -656,6 +659,9 @@ importers:
uint8array-extras:
specifier: 'catalog:'
version: 1.5.0
undici:
specifier: 'catalog:'
version: 7.29.0
validator:
specifier: 'catalog:'
version: 13.15.26
@@ -820,7 +826,7 @@ importers:
specifier: workspace:*
version: link:../../../packages/constants
undici:
specifier: ^7.29.0
specifier: 'catalog:'
version: 7.29.0
devDependencies:
'@types/node':
+1
View File
@@ -153,6 +153,7 @@ catalog:
tsx: 4.21.0
typed-css-modules: 0.9.1
uint8array-extras: 1.5.0
undici: 7.29.0
unique-names-generator: 4.7.1
urlpattern-polyfill: 10.1.0
valibot: 1.4.2