Skip to content

Commit

Permalink
upgrade uppy to 4.0 (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Aug 22, 2024
1 parent ba02cdb commit cc26b1c
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 557 deletions.
3 changes: 2 additions & 1 deletion apps/dashboard/app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,5 @@ small.form-text {
@import "projects";
@import "scripts";
@import "common";
@import "uppy/dist/uppy.min";
@import "@uppy/core/dist/style";
@import "@uppy/dashboard/dist/style";
4 changes: 3 additions & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"sass": "^1.50.0",
"sweetalert2": "10.16.9",
"ace-code": "^1.35.0",
"uppy": "^3.27.0"
"@uppy/core": "^4.0",
"@uppy/dashboard": "^4.0",
"@uppy/xhr-upload": "^4.0"
},
"scripts": {
"build": "node esbuild.config.js",
Expand Down
Loading

0 comments on commit cc26b1c

Please sign in to comment.