From a2e1ec9566e596d9341161b134c3938830ee30ac Mon Sep 17 00:00:00 2001 From: tyler-cai-microsoft <90650728+tyler-cai-microsoft@users.noreply.github.com> Date: Thu, 11 May 2023 12:55:06 -0700 Subject: [PATCH] [Port v2int 4.2] Remove the peer dependencies for @fluidframework/tinylicious-client as they are wrong (#15567) Main PR: https://github.com/microsoft/FluidFramework/pull/15566 During my FHL project, I found that npm i was failing when I tried to upgrade from 1.3.6 to 2.0.0-internal.4.x, I'm not sure what the proper fix is, but @fluidframework/tinylicious-client packages in major version 12.0.0-internal.4.x1 have the wrong fluid-framework peer dependency. Update: we are deciding to remove the peer dependencies and add them back later. --- azure/packages/azure-client/package.json | 3 --- packages/framework/tinylicious-client/package.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/azure/packages/azure-client/package.json b/azure/packages/azure-client/package.json index f9a1eac40d65..ee2c578290c2 100644 --- a/azure/packages/azure-client/package.json +++ b/azure/packages/azure-client/package.json @@ -85,9 +85,6 @@ "start-server-and-test": "^1.11.7", "typescript": "~4.5.5" }, - "peerDependencies": { - "fluid-framework": ">=2.0.0-internal.4.1.0 <2.0.0-internal.5.0.0" - }, "typeValidation": { "broken": {} } diff --git a/packages/framework/tinylicious-client/package.json b/packages/framework/tinylicious-client/package.json index 42a4c20cdc1e..5a6b22179ba4 100644 --- a/packages/framework/tinylicious-client/package.json +++ b/packages/framework/tinylicious-client/package.json @@ -78,9 +78,6 @@ "tinylicious": "0.7.2", "typescript": "~4.5.5" }, - "peerDependencies": { - "fluid-framework": ">=2.0.0-internal.3.2.0 <2.0.0-internal.4.0.0" - }, "typeValidation": { "broken": {} }