From 7b1d76b876b5204c9644e71d69f896aab1dc4590 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 6 Dec 2019 15:04:46 -0800 Subject: [PATCH] Remove unused @types dev dependencies - dotenv - Types are included as of 8.2.0 - motdotla/dotenv#430 - execa - Types are included as of 2.0.0 - sindresorhus/execa#188 - nock - Types are included as of 11.3 - nock/nock#1670 --- sdk/storage/storage-file-datalake/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk/storage/storage-file-datalake/package.json b/sdk/storage/storage-file-datalake/package.json index d6c73fe8ad75..f3dd8de09115 100644 --- a/sdk/storage/storage-file-datalake/package.json +++ b/sdk/storage/storage-file-datalake/package.json @@ -70,12 +70,9 @@ "@azure/identity": "^1.0.0", "@microsoft/api-extractor": "^7.5.4", "@rollup/plugin-replace": "^2.2.0", - "@types/dotenv": "^6.1.0", - "@types/execa": "0.9.0", "@types/fs-extra": "^8.0.0", "@types/mocha": "^5.2.5", "@types/nise": "^1.4.0", - "@types/nock": "^10.0.1", "@types/node": "^8.0.0", "@types/query-string": "6.2.0", "@typescript-eslint/eslint-plugin": "^2.0.0", @@ -158,4 +155,4 @@ } ] } -} \ No newline at end of file +}