Skip to content

Commit d7f5b80

Browse files
authored
Bump the uppy ecosystem to v4 and fix styling (#1255)
1 parent 307f153 commit d7f5b80

File tree

3 files changed

+158
-156
lines changed

3 files changed

+158
-156
lines changed

webapp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@popperjs/core": "^2.11.8",
1919
"@primevue/themes": "^4.0.0",
2020
"@tinymce/tinymce-vue": "^4.0.0",
21-
"@uppy/core": "^1.16.0",
22-
"@uppy/dashboard": "^1.16.0",
23-
"@uppy/webcam": "^1.8.4",
24-
"@uppy/xhr-upload": "^1.6.10",
21+
"@uppy/core": "^4.4.6",
22+
"@uppy/dashboard": "^4.3.4",
23+
"@uppy/webcam": "^4.2.0",
24+
"@uppy/xhr-upload": "^4.3.3",
2525
"@vueuse/components": "^10.7.2",
2626
"bootstrap": "^4.5.3",
2727
"buffer": "^6.0.3",

webapp/src/file_upload.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import "@uppy/core/dist/style.css";
22
import "@uppy/dashboard/dist/style.css";
3+
import "@uppy/webcam/dist/style.min.css";
34
import Uppy from "@uppy/core";
45
import Dashboard from "@uppy/dashboard";
56
import XHRUpload from "@uppy/xhr-upload";

0 commit comments

Comments
 (0)