Skip to content

Move typescript of megalodon from deps to dev-deps

What does this PR do? (Please give us a brief description of what this PR does.)

Move the typescript dependency of megalodon from dependencies to devDependencies to reduce the whole package size.

This is expected to result in a reduction of 64MB. Note that typescript@4.9.4 is the 4th fattest package in dependencies, accounting for about 5% of the total.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request
  • I have made sure to run pnpm run format before submitting this pull request

If this merge request makes changes to the Firefish API, please update docs/api-change.md

  • I updated the document / This merge request doesn't include API changes

Merge request reports