storybookjs / mdx1-csf

MDX to CSF compiler using MDXv1
MIT License
4 stars 12 forks source link

Move libs used in tests to devDependencies #10

Open TikiTDO opened 2 years ago

TikiTDO commented 2 years ago

What Changed

Moves a few development dependencies (modules used only in tests) to devDependencies, and remove @babel/preset-env from devDependencies because it's already in dependencies.

How to test

Run existing tests as normal. The behavior should not change in any way.

Once released the library should no longer create a dependency for prettier or ts-dedent in the utilizing project.

Change Type