From 37d3ed9e8ee60909b16c543d4acba427e8012a4a Mon Sep 17 00:00:00 2001 From: Maor Leger Date: Mon, 28 Jun 2021 12:02:15 -0700 Subject: [PATCH] [core-rest] - Update core-client-paging-rest to use the latest core-rest-pipeline (#16045) This PR updates the newly added `@azure-rest/core-client-paging` package to use the same version of `@azure/core-rest-pipeline` that the other packages use. We recently GA'd (on main, not released yet) version 1.1.0 of `@azure/core-rest-pipeline` and want to keep everyone on the latest version. --- sdk/core/core-client-paging-rest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/core-client-paging-rest/package.json b/sdk/core/core-client-paging-rest/package.json index 280db0713bc3..fcbfdf4bad2e 100644 --- a/sdk/core/core-client-paging-rest/package.json +++ b/sdk/core/core-client-paging-rest/package.json @@ -62,7 +62,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-paging": "^1.1.1", - "@azure/core-rest-pipeline": "^1.0.3", + "@azure/core-rest-pipeline": "^1.1.0", "@azure-rest/core-client": "1.0.0-beta.5", "tslib": "^2.2.0" },