-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Some gatsby package dependencies should be devDependencies #20815
Comments
These are correctly set to
These on the other hand are indeed devDependencies and could be moved there. |
I can take this. |
Hmm, after some thinking I just realised that these shouldn't be dependencies of |
Just to make sure I understand, I can remove all dependencies related to typescript and flow from So for example, I can ditch |
@sidharthachatterjee @pieh I'm following up because I'm losing the thread a bit here between the issue and the PR. Would one of you let me know what you'd like? |
Can't remove those deps or move to dev deps because of #20815 (comment) - the additional 3 deps there are peer deps of |
Description
Migrate some dependencies in devDependencies for gatsby package.
At least these (non exhaustive):
Steps to reproduce
yarn install --production
npm install --production
Expected result
No dev packages should be installed.
Actual result
Load linting dependencies and others
Environment
All.
The text was updated successfully, but these errors were encountered: