Skip to content

Commit

Permalink
Update vue-concurrency to sort out peer dependency warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed May 13, 2024
1 parent ba0a044 commit 1ffd4da
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 633 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-admin-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lodash-es": "4.17.21",
"pinia": "2.1.7",
"uuid": "9.0.1",
"vue-concurrency": "5.0.0",
"vue-concurrency": "5.0.1",
"web-app-admin-settings": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/web-app-external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@ownclouders/web-client": "workspace:*",
"@ownclouders/web-pkg": "workspace:*",
"uuid": "9.0.1",
"vue-concurrency": "5.0.0",
"vue-concurrency": "5.0.1",
"vue3-gettext": "2.4.0",
"zod": "3.22.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pinia": "2.1.7",
"qs": "6.11.2",
"uuid": "9.0.1",
"vue-concurrency": "5.0.0",
"vue-concurrency": "5.0.1",
"vue-router": "4.2.5",
"vue3-gettext": "2.4.0",
"web-app-files": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-ocm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"email-validator": "^2.0.4",
"fuse.js": "6.6.2",
"lodash-es": "4.17.21",
"vue-concurrency": "5.0.0",
"vue-concurrency": "5.0.1",
"uuid": "9.0.1",
"zod": "3.22.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-text-editor/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:*",
"vue-concurrency": "5.0.0",
"vue-concurrency": "5.0.1",
"vue3-gettext": "2.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"qs": "6.11.2",
"semver": "7.5.4",
"uuid": "9.0.1",
"vue-concurrency": "5.0.0",
"vue-concurrency": "5.0.1",
"vue-router": "4.2.5",
"vue3-gettext": "2.4.0",
"vitest": "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"utf8": "^3.0.0",
"uuid": "9.0.1",
"vue": "3.4.21",
"vue-concurrency": "5.0.0",
"vue-concurrency": "5.0.1",
"vue-inline-svg": "3.1.2",
"vue-router": "4.2.5",
"vue-select": "4.0.0-beta.6",
Expand Down
643 changes: 17 additions & 626 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 1ffd4da

Please sign in to comment.