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 Sep 30, 2024
1 parent a5e14d0 commit 75ffc2a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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
8 changes: 4 additions & 4 deletions packages/web-app-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"web-test-helpers": "workspace:*"
},
"dependencies": {
"@uppy/dashboard": "3.3.0",
"@uppy/google-drive": "3.3.0",
"@uppy/onedrive": "3.3.0",
"@uppy/dashboard": "4.1.0",
"@uppy/google-drive": "4.1.0",
"@uppy/onedrive": "4.1.0",
"@uppy/webdav": "https://github.com/owncloud/uppy/releases/download/v3.12.13-owncloud/uppy-webdav.tgz"
},
"peerDependencies": {
"@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",
"pinia": "^2.1.7"
}
}
10 changes: 5 additions & 5 deletions packages/web-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"@microsoft/fetch-event-source": "^2.0.1",
"@ownclouders/web-client": "workspace:*",
"@sentry/vue": "8.32.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": "^3.3.0 || ^4.0.0",
"@uppy/drop-target": "^2.0.0 || ^3.0.0",
"@uppy/tus": "^3.1.0 || ^4.0.0",
"@uppy/utils": "^5.3.0 || ^6.0.0",
"@uppy/xhr-upload": "^3.0.1 || ^4.0.0",
"@vue/shared": "3.5.10",
"@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.32.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.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

0 comments on commit 75ffc2a

Please sign in to comment.