mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
@uppy/transloadit: move transloadit into dependencies (#6001)
Fixes #6000
This commit is contained in:
parent
98d8d1d0a1
commit
201c42294d
2 changed files with 7 additions and 2 deletions
5
.changeset/thick-ears-tease.md
Normal file
5
.changeset/thick-ears-tease.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/transloadit": patch
|
||||
---
|
||||
|
||||
Move `transloadit` into `dependencies` so types are resolved without users having to install it manually.
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue