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 15, 2024
1 parent 160fa1f commit 56fddd3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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 @@ -11,7 +11,7 @@
"@ownclouders/design-system": "workspace:^",
"@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",
"email-validator": "^2.0.4",
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 @@ -12,11 +12,11 @@
"@ownclouders/web-client": "workspace:*",
"@ownclouders/web-pkg": "workspace:*",
"@sentry/vue": "8.34.0",
"@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.2",
"@uppy/drop-target": "3.0.1",
"@uppy/tus": "4.1.2",
"@uppy/utils": "6.0.3",
"@uppy/xhr-upload": "4.2.1",
"@vueuse/core": "11.1.0",
"@vueuse/head": "2.0.0",
"axios": "1.7.7",
Expand Down
6 changes: 3 additions & 3 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 56fddd3

Please sign in to comment.