Skip to content

Commit

Permalink
fix(deps): update uppy monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 39b8578 commit e336fba
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"peerDependencies": {
"@ownclouders/web-client": "workspace:*",
"@ownclouders/web-pkg": "workspace:*",
"@uppy/core": "^3.3.0",
"@uppy/core": "^3.3.0 || ^4.0.0",
"@vueuse/core": "^11.0.0",
"axios": "1.7.7",
"design-system": "workspace:@ownclouders/design-system@*",
Expand Down
10 changes: 5 additions & 5 deletions packages/web-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@sentry/vue": "^8.33.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor": "^3.2.2",
"@uppy/core": "^3.3.0",
"@uppy/drop-target": "^2.0.0",
"@uppy/tus": "^3.1.0",
"@uppy/utils": "^5.3.0",
"@uppy/xhr-upload": "^3.0.1",
"@uppy/core": "^4.0.0",
"@uppy/drop-target": "^3.0.0",
"@uppy/tus": "^4.0.0",
"@uppy/utils": "^6.0.0",
"@uppy/xhr-upload": "^4.0.0",
"@vue/shared": "^3.5.11",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@ownclouders/web-client": "workspace:*",
"@ownclouders/web-pkg": "workspace:*",
"@sentry/vue": "8.33.1",
"@uppy/core": "3.3.0",
"@uppy/drop-target": "2.0.0",
"@uppy/tus": "3.1.0",
"@uppy/utils": "5.3.0",
"@uppy/xhr-upload": "3.0.1",
"@uppy/core": "4.2.1",
"@uppy/drop-target": "3.0.1",
"@uppy/tus": "4.1.1",
"@uppy/utils": "6.0.2",
"@uppy/xhr-upload": "4.2.0",
"@vueuse/core": "11.1.0",
"@vueuse/head": "2.0.0",
"axios": "1.7.7",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e336fba

Please sign in to comment.