jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Cleanup unnecessary dev dependencies in root package.json

Open lucas-koehler opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

The root package.json still contains many dev dependencies that should not be specified globally but only by the packages that need them. Hopefully, they are already configured in the packages.

Describe the solution you'd like

Remove all dev dependencies that are not needed in the root of the repository, i.e. that are not required for the monorepo to work. I.e. test runners (like ava or nyc) or types.

Describe alternatives you've considered

Keep as is.

Framework

No response

RendererSet

No response

Additional context

No response

lucas-koehler avatar Dec 12 '23 10:12 lucas-koehler

Hi @lucas-koehler would like to contribute on this one but would need back and forth communication for the same. Please feel free to assign or might make a small PR which can be merged under same branch and taken ahead

howdyAnkit avatar Dec 24 '23 05:12 howdyAnkit

Hi @howdyAnkit , you are very welcome to add contributions for this. You can gladly open PR(s) that only remove parts of the obsolete dependencies. We'll have a look then :)

lucas-koehler avatar Jan 02 '24 09:01 lucas-koehler