Skip to content

Commit

Permalink
Remove unused @types dev dependencies
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
mikeharder committed Dec 6, 2019
1 parent fa94425 commit 7b1d76b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk/storage/storage-file-datalake/package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -158,4 +155,4 @@
}
]
}
}
}

0 comments on commit 7b1d76b

Please sign in to comment.