From 48bf3f78d538ae4495e2de440be103097e2bd410 Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Mon, 4 Nov 2019 12:24:16 -0800 Subject: [PATCH] turn off strictPeerDep --- rush.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rush.json b/rush.json index 3cd5f306ca82..95058407ce43 100644 --- a/rush.json +++ b/rush.json @@ -41,7 +41,7 @@ * The default value is false to avoid legacy compatibility issues. * It is strongly recommended to set strictPeerDependencies=true. */ - "strictPeerDependencies": true, + "strictPeerDependencies": false, /** * Configures the strategy used to select versions during installation. * @@ -360,7 +360,7 @@ { "packageName": "@azure/core-lro", "projectFolder": "sdk/core/core-lro" - }, + }, { "packageName": "@azure/core-paging", "projectFolder": "sdk/core/core-paging",