I'd like to understand why in #468 @obecny moved several @types/... dependencies from devDependencies (where they typically belong) to production dependencies. It means that I ship a bunch of extra libraries, while they are not used.
Why was this change made, and would it make sense to move them back?