We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
transloadit
dependencies
1 parent 98d8d1d commit 201c422Copy full SHA for 201c422
.changeset/thick-ears-tease.md
@@ -0,0 +1,5 @@
1
+---
2
+"@uppy/transloadit": patch
3
4
+
5
+Move `transloadit` into `dependencies` so types are resolved without users having to install it manually.
packages/@uppy/transloadit/package.json
@@ -46,7 +46,8 @@
46
"@uppy/provider-views": "workspace:^",
47
"@uppy/tus": "workspace:^",
48
"@uppy/utils": "workspace:^",
49
- "component-emitter": "^2.0.0"
+ "component-emitter": "^2.0.0",
50
+ "transloadit": "^4.0.2"
51
},
52
"peerDependencies": {
53
"@uppy/core": "workspace:^"
@@ -55,7 +56,6 @@
55
56
"@uppy/core": "workspace:^",
57
"jsdom": "^26.1.0",
58
"msw": "^2.10.4",
- "transloadit": "^4.0.2",
59
"typescript": "^5.8.3",
60
"vitest": "^3.2.4",
61
"whatwg-fetch": "^3.6.2"
0 commit comments