Skip to content

make tsdx a dev dependency #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2020
Merged

make tsdx a dev dependency #36

merged 1 commit into from
Apr 20, 2020

Conversation

mxmul
Copy link
Contributor

@mxmul mxmul commented Apr 19, 2020

I ran into some issues when using this library together with Create React App, because tsdx pulled in different versions of jest and eslint which got hoisted in my application's node_modules (CRA's preflight check loudly complains when these libaries don't resolve to the ones required by react-scripts).

tsdx seems to be a purely build-time dependency, so I've moved it to devDependencies. yarn run build still succeeds.

@swyxio
Copy link
Contributor

swyxio commented Apr 20, 2020

woops thanks

@swyxio swyxio merged commit a583e6f into netlify-labs:master Apr 20, 2020
@swyxio
Copy link
Contributor

swyxio commented Apr 20, 2020

published in v0.2.5 and invited you to help maintain this

@mxmul
Copy link
Contributor Author

mxmul commented Apr 21, 2020

thanks!

@mxmul mxmul deleted the tsdx_dev_dep branch April 21, 2020 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants