chore(instrumentation-express, instrumentation-fastify): drop unused devDep @types/express #2962
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For some background, in #1804 the
@types/express
dep was removed from instr-express's dependencies after some long discussion. At the time it was moved to a devDep.However,
@types/express
isn't used at all in these packages. Can we drop them?Or is there some slight downside for possible IDE completion when developing express examples or similar in this repo by removing these?
Note that I only bothered looking at these because of this bot PR to update these deps: #2925 (comment)