@uppy/transloadit: move transloadit into dependencies (#6001)

Fixes #6000
This commit is contained in:
Merlijn Vos 2025-10-02 18:10:53 +02:00 committed by GitHub
parent 98d8d1d0a1
commit 201c42294d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/transloadit": patch
---
Move `transloadit` into `dependencies` so types are resolved without users having to install it manually.

View file

@ -46,7 +46,8 @@
"@uppy/provider-views": "workspace:^",
"@uppy/tus": "workspace:^",
"@uppy/utils": "workspace:^",
"component-emitter": "^2.0.0"
"component-emitter": "^2.0.0",
"transloadit": "^4.0.2"
},
"peerDependencies": {
"@uppy/core": "workspace:^"
@ -55,7 +56,6 @@
"@uppy/core": "workspace:^",
"jsdom": "^26.1.0",
"msw": "^2.10.4",
"transloadit": "^4.0.2",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"whatwg-fetch": "^3.6.2"