mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
260 stars 30 forks source link

Move some of the dev dependencies to the top level #112

Closed jtpio closed 3 years ago

jtpio commented 3 years ago

Description

Some of the devDependencies seem to be defined in each of the packages:

https://github.com/mamba-org/gator/blob/bb796be4647a7e76ba6bde4155b8ec132b5f0fd1/packages/labextension/package.json#L63-L69

We could probably move them to the top-level package.json: https://github.com/mamba-org/gator/blob/bb796be4647a7e76ba6bde4155b8ec132b5f0fd1/package.json#L23

As well as some of the prettier files.