From f0a478d21aaa67947036751b77581dd34f1c5c5d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 26 Oct 2021 00:29:08 +0200 Subject: [PATCH] meta: use `workspace:^` in peerDependencies (#3278) --- .github/CONTRIBUTING.md | 3 +- .../angular/projects/angular/package.json | 8 +-- packages/@uppy/aws-s3-multipart/package.json | 2 +- packages/@uppy/aws-s3/package.json | 2 +- packages/@uppy/box/package.json | 2 +- packages/@uppy/companion/README.md | 2 +- packages/@uppy/dashboard/package.json | 2 +- packages/@uppy/drag-drop/package.json | 2 +- packages/@uppy/drop-target/package.json | 2 +- packages/@uppy/dropbox/package.json | 2 +- packages/@uppy/facebook/package.json | 2 +- packages/@uppy/file-input/package.json | 2 +- packages/@uppy/form/package.json | 2 +- packages/@uppy/golden-retriever/package.json | 2 +- packages/@uppy/google-drive/package.json | 2 +- packages/@uppy/image-editor/package.json | 2 +- packages/@uppy/informer/package.json | 2 +- packages/@uppy/instagram/package.json | 2 +- packages/@uppy/onedrive/package.json | 2 +- packages/@uppy/progress-bar/package.json | 2 +- packages/@uppy/provider-views/package.json | 2 +- packages/@uppy/react/package.json | 2 +- packages/@uppy/redux-dev-tools/package.json | 2 +- packages/@uppy/screen-capture/package.json | 2 +- packages/@uppy/status-bar/package.json | 2 +- packages/@uppy/svelte/package.json | 2 +- .../@uppy/thumbnail-generator/package.json | 2 +- packages/@uppy/transloadit/package.json | 2 +- packages/@uppy/tus/package.json | 2 +- packages/@uppy/unsplash/package.json | 2 +- packages/@uppy/url/package.json | 2 +- packages/@uppy/vue/package.json | 2 +- packages/@uppy/webcam/package.json | 2 +- packages/@uppy/xhr-upload/package.json | 2 +- packages/@uppy/zoom/package.json | 2 +- yarn.lock | 64 +++++++++---------- 36 files changed, 70 insertions(+), 71 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 74ccd68fa..9a0dd0032 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -153,7 +153,6 @@ If you have two-factor authentication enabled on your account, Lerna will ask fo Other things to keep in mind during release: -* When doing a major release >= 1.0, of the `@uppy/core` package, the `peerDependency` of the plugin packages needs to be updated first. Eg when updating from 1.y.z to 2.0.0, the peerDependency of each should be `"@uppy/core": "^2.0.0"` before doing `npm run release`. * When adding a new package, add the following key to its package.json: ```json "publishConfig": { "access": "public" } @@ -334,7 +333,7 @@ Your `package.json` should resemble something like this: "prop-types": "^15.6.1" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" diff --git a/packages/@uppy/angular/projects/angular/package.json b/packages/@uppy/angular/projects/angular/package.json index 8040c3044..42bf6e034 100644 --- a/packages/@uppy/angular/projects/angular/package.json +++ b/packages/@uppy/angular/projects/angular/package.json @@ -22,10 +22,10 @@ "@angular/common": ">= 11", "@angular/core": ">= 11", "@uppy/core": ">=1", - "@uppy/dashboard": "^1.11.0", - "@uppy/drag-drop": "^1.4.16", - "@uppy/progress-bar": "^1.3.16", - "@uppy/status-bar": "^1.7.1", + "@uppy/dashboard": "workspace:^", + "@uppy/drag-drop": "workspace:^", + "@uppy/progress-bar": "workspace:^", + "@uppy/status-bar": "workspace:^", "@uppy/utils": ">=3", "tslib": "^2.0.0" } diff --git a/packages/@uppy/aws-s3-multipart/package.json b/packages/@uppy/aws-s3-multipart/package.json index fbd77253b..9408e9bab 100644 --- a/packages/@uppy/aws-s3-multipart/package.json +++ b/packages/@uppy/aws-s3-multipart/package.json @@ -31,6 +31,6 @@ "whatwg-fetch": "3.6.2" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/aws-s3/package.json b/packages/@uppy/aws-s3/package.json index daa70b119..71188d79f 100644 --- a/packages/@uppy/aws-s3/package.json +++ b/packages/@uppy/aws-s3/package.json @@ -31,6 +31,6 @@ "whatwg-fetch": "3.6.2" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/box/package.json b/packages/@uppy/box/package.json index 8eb5cb7a1..13bb8c7a8 100644 --- a/packages/@uppy/box/package.json +++ b/packages/@uppy/box/package.json @@ -26,7 +26,7 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" diff --git a/packages/@uppy/companion/README.md b/packages/@uppy/companion/README.md index debbb8fb7..345311e6d 100644 --- a/packages/@uppy/companion/README.md +++ b/packages/@uppy/companion/README.md @@ -93,7 +93,7 @@ echo '{ "start": "companion" }, "dependencies": { - "@uppy/companion": "^1.13.1" + "@uppy/companion": "latest" } }' > package.json diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json index cabba87da..e68e4341b 100644 --- a/packages/@uppy/dashboard/package.json +++ b/packages/@uppy/dashboard/package.json @@ -41,6 +41,6 @@ "resize-observer-polyfill": "^1.5.0" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/drag-drop/package.json b/packages/@uppy/drag-drop/package.json index fc2b6d094..c596703bc 100644 --- a/packages/@uppy/drag-drop/package.json +++ b/packages/@uppy/drag-drop/package.json @@ -29,6 +29,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/drop-target/package.json b/packages/@uppy/drop-target/package.json index c2643089b..d31f52e52 100644 --- a/packages/@uppy/drop-target/package.json +++ b/packages/@uppy/drop-target/package.json @@ -27,7 +27,7 @@ "@uppy/utils": "workspace:^" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" diff --git a/packages/@uppy/dropbox/package.json b/packages/@uppy/dropbox/package.json index fb21d37fc..efcb0f7ae 100644 --- a/packages/@uppy/dropbox/package.json +++ b/packages/@uppy/dropbox/package.json @@ -26,6 +26,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/facebook/package.json b/packages/@uppy/facebook/package.json index a8b0df14d..80d3c2d09 100644 --- a/packages/@uppy/facebook/package.json +++ b/packages/@uppy/facebook/package.json @@ -26,6 +26,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/file-input/package.json b/packages/@uppy/file-input/package.json index 0bccc8c49..cafb05218 100644 --- a/packages/@uppy/file-input/package.json +++ b/packages/@uppy/file-input/package.json @@ -26,6 +26,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/form/package.json b/packages/@uppy/form/package.json index d69ffd263..6c2458ecc 100644 --- a/packages/@uppy/form/package.json +++ b/packages/@uppy/form/package.json @@ -24,6 +24,6 @@ "get-form-data": "^2.0.0" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/golden-retriever/package.json b/packages/@uppy/golden-retriever/package.json index c90a3aaad..2012118cb 100644 --- a/packages/@uppy/golden-retriever/package.json +++ b/packages/@uppy/golden-retriever/package.json @@ -28,6 +28,6 @@ "lodash.throttle": "^4.1.1" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/google-drive/package.json b/packages/@uppy/google-drive/package.json index c6cd87bfa..aee22c7bb 100644 --- a/packages/@uppy/google-drive/package.json +++ b/packages/@uppy/google-drive/package.json @@ -27,6 +27,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/image-editor/package.json b/packages/@uppy/image-editor/package.json index ffe8b0926..5e69d5c92 100644 --- a/packages/@uppy/image-editor/package.json +++ b/packages/@uppy/image-editor/package.json @@ -31,7 +31,7 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" diff --git a/packages/@uppy/informer/package.json b/packages/@uppy/informer/package.json index 58075e538..2da629b4e 100644 --- a/packages/@uppy/informer/package.json +++ b/packages/@uppy/informer/package.json @@ -27,6 +27,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/instagram/package.json b/packages/@uppy/instagram/package.json index 3df4450a3..cd4285f04 100644 --- a/packages/@uppy/instagram/package.json +++ b/packages/@uppy/instagram/package.json @@ -29,6 +29,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/onedrive/package.json b/packages/@uppy/onedrive/package.json index d2c809423..a8145aac9 100644 --- a/packages/@uppy/onedrive/package.json +++ b/packages/@uppy/onedrive/package.json @@ -26,6 +26,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/progress-bar/package.json b/packages/@uppy/progress-bar/package.json index c0959bac4..f1e41eba9 100644 --- a/packages/@uppy/progress-bar/package.json +++ b/packages/@uppy/progress-bar/package.json @@ -27,6 +27,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/provider-views/package.json b/packages/@uppy/provider-views/package.json index d16501477..a206c20c0 100644 --- a/packages/@uppy/provider-views/package.json +++ b/packages/@uppy/provider-views/package.json @@ -24,6 +24,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/react/package.json b/packages/@uppy/react/package.json index 11ec24ddd..4121dfac8 100644 --- a/packages/@uppy/react/package.json +++ b/packages/@uppy/react/package.json @@ -38,7 +38,7 @@ "react-dom": "^16.8.6" }, "peerDependencies": { - "@uppy/core": "^2.0.0", + "@uppy/core": "workspace:^", "react": "^16.0.0 || ^17.0.0" } } diff --git a/packages/@uppy/redux-dev-tools/package.json b/packages/@uppy/redux-dev-tools/package.json index 62a131cdf..85a5bf47d 100644 --- a/packages/@uppy/redux-dev-tools/package.json +++ b/packages/@uppy/redux-dev-tools/package.json @@ -21,6 +21,6 @@ "url": "git+https://github.com/transloadit/uppy.git" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/screen-capture/package.json b/packages/@uppy/screen-capture/package.json index 5d5999401..143dce9aa 100644 --- a/packages/@uppy/screen-capture/package.json +++ b/packages/@uppy/screen-capture/package.json @@ -28,7 +28,7 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" diff --git a/packages/@uppy/status-bar/package.json b/packages/@uppy/status-bar/package.json index faaf1aafe..c2f95531b 100644 --- a/packages/@uppy/status-bar/package.json +++ b/packages/@uppy/status-bar/package.json @@ -33,6 +33,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/svelte/package.json b/packages/@uppy/svelte/package.json index 256a0e96e..2adb84958 100644 --- a/packages/@uppy/svelte/package.json +++ b/packages/@uppy/svelte/package.json @@ -25,7 +25,7 @@ "svelte-preprocess": "^4.6.1" }, "peerDependencies": { - "@uppy/core": "^2.0.0", + "@uppy/core": "workspace:^", "svelte": "^3.0.0" }, "publishConfig": { diff --git a/packages/@uppy/thumbnail-generator/package.json b/packages/@uppy/thumbnail-generator/package.json index f9e3dde95..92ef49eef 100644 --- a/packages/@uppy/thumbnail-generator/package.json +++ b/packages/@uppy/thumbnail-generator/package.json @@ -29,6 +29,6 @@ "namespace-emitter": "2.0.1" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/transloadit/package.json b/packages/@uppy/transloadit/package.json index 99a4abdfe..e264da39e 100644 --- a/packages/@uppy/transloadit/package.json +++ b/packages/@uppy/transloadit/package.json @@ -35,7 +35,7 @@ "socket.io-client": "^4.1.3" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" }, "devDependencies": { "whatwg-fetch": "^3.6.2" diff --git a/packages/@uppy/tus/package.json b/packages/@uppy/tus/package.json index c904545cf..6a022cfea 100644 --- a/packages/@uppy/tus/package.json +++ b/packages/@uppy/tus/package.json @@ -27,6 +27,6 @@ "tus-js-client": "^2.1.1" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/unsplash/package.json b/packages/@uppy/unsplash/package.json index 147a5531f..8521f34e8 100644 --- a/packages/@uppy/unsplash/package.json +++ b/packages/@uppy/unsplash/package.json @@ -26,7 +26,7 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^1.13.3" + "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" diff --git a/packages/@uppy/url/package.json b/packages/@uppy/url/package.json index 3fa3b4393..b088eff20 100644 --- a/packages/@uppy/url/package.json +++ b/packages/@uppy/url/package.json @@ -27,6 +27,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/vue/package.json b/packages/@uppy/vue/package.json index 99079d1ad..21cf4c9b7 100644 --- a/packages/@uppy/vue/package.json +++ b/packages/@uppy/vue/package.json @@ -15,7 +15,7 @@ "vue": "^2.6.12" }, "peerDependencies": { - "@uppy/core": "^2.0.0", + "@uppy/core": "workspace:^", "vue": ">=2.6.11" }, "publishConfig": { diff --git a/packages/@uppy/webcam/package.json b/packages/@uppy/webcam/package.json index 262ec0ed8..75a1f9f2a 100644 --- a/packages/@uppy/webcam/package.json +++ b/packages/@uppy/webcam/package.json @@ -30,6 +30,6 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/xhr-upload/package.json b/packages/@uppy/xhr-upload/package.json index 1ef28fb08..637165f4f 100644 --- a/packages/@uppy/xhr-upload/package.json +++ b/packages/@uppy/xhr-upload/package.json @@ -32,6 +32,6 @@ "nock": "^13.1.0" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" } } diff --git a/packages/@uppy/zoom/package.json b/packages/@uppy/zoom/package.json index 1e1e04785..eb6d255a0 100644 --- a/packages/@uppy/zoom/package.json +++ b/packages/@uppy/zoom/package.json @@ -26,7 +26,7 @@ "preact": "^10.5.13" }, "peerDependencies": { - "@uppy/core": "^2.0.0" + "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 713ef8445..6dc342712 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9075,7 +9075,7 @@ __metadata: nock: ^13.1.0 whatwg-fetch: 3.6.2 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9089,7 +9089,7 @@ __metadata: nanoid: ^3.1.25 whatwg-fetch: 3.6.2 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9102,7 +9102,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9215,7 +9215,7 @@ __metadata: preact: ^10.5.13 resize-observer-polyfill: ^1.5.0 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9226,7 +9226,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9236,7 +9236,7 @@ __metadata: dependencies: "@uppy/utils": "workspace:^" peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9249,7 +9249,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9262,7 +9262,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9273,7 +9273,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9284,7 +9284,7 @@ __metadata: "@uppy/utils": "workspace:^" get-form-data: ^2.0.0 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9296,7 +9296,7 @@ __metadata: "@uppy/utils": "workspace:^" lodash.throttle: ^4.1.1 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9309,7 +9309,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9321,7 +9321,7 @@ __metadata: cropperjs: 1.5.7 preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9332,7 +9332,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9345,7 +9345,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9364,7 +9364,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9375,7 +9375,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9387,7 +9387,7 @@ __metadata: classnames: ^2.2.6 preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9424,7 +9424,7 @@ __metadata: react: ^16.8.6 react-dom: ^16.8.6 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" react: ^16.0.0 || ^17.0.0 languageName: unknown linkType: soft @@ -9433,7 +9433,7 @@ __metadata: version: 0.0.0-use.local resolution: "@uppy/redux-dev-tools@workspace:packages/@uppy/redux-dev-tools" peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9469,7 +9469,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9483,7 +9483,7 @@ __metadata: lodash.throttle: ^4.1.1 preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9518,7 +9518,7 @@ __metadata: svelte-check: ^1.1.23 svelte-preprocess: ^4.6.1 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" svelte: ^3.0.0 languageName: unknown linkType: soft @@ -9531,7 +9531,7 @@ __metadata: exifr: ^6.0.0 namespace-emitter: 2.0.1 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9547,7 +9547,7 @@ __metadata: socket.io-client: ^4.1.3 whatwg-fetch: ^3.6.2 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9559,7 +9559,7 @@ __metadata: "@uppy/utils": "workspace:^" tus-js-client: ^2.1.1 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9572,7 +9572,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^1.13.3 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9584,7 +9584,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9608,7 +9608,7 @@ __metadata: shallow-equal: ^1.2.1 vue: ^2.6.12 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" vue: ">=2.6.11" languageName: unknown linkType: soft @@ -9620,7 +9620,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9633,7 +9633,7 @@ __metadata: nanoid: ^3.1.25 nock: ^13.1.0 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft @@ -9646,7 +9646,7 @@ __metadata: "@uppy/utils": "workspace:^" preact: ^10.5.13 peerDependencies: - "@uppy/core": ^2.0.0 + "@uppy/core": "workspace:^" languageName: unknown linkType: soft