mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
fix(api): declare undici for the bundled http client (#2410)
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
"transliteration": "catalog:",
|
||||
"tsx": "catalog:",
|
||||
"uint8array-extras": "catalog:",
|
||||
"undici": "catalog:",
|
||||
"validator": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluxer/constants": "workspace:*",
|
||||
"undici": "^7.29.0"
|
||||
"undici": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:",
|
||||
|
||||
Generated
+7
-1
@@ -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':
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user