lifeomic / lambda-tools

Common utilities for Lambda testing and development
MIT License
23 stars 7 forks source link

chore: Move `@types/webpack` dep to dev deps #322

Closed macsj200 closed 2 years ago

macsj200 commented 2 years ago

This should hopefully make resolving conflicts between @lifeomic/compile-tool-webpack & lambda-tools easier to resolve.

Compile tools targets webpack 5, which includes its own type annotations. This means that @types/webpack isn't needed. This is currently conflicting with the types in lambda-tools b/c it installs an older version of webpack/@types/webpack.

See: https://github.com/lifeomic/forum-service/pull/383

macsj200 commented 2 years ago

Related: https://github.com/lifeomic/lambda-tools/pull/321 https://github.com/lifeomic/lambda-tools/pull/320

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2651057304


Totals Coverage Status
Change from base Build 2396796242: 0.0%
Covered Lines: 964
Relevant Lines: 964

💛 - Coveralls
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 16.0.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: