Skip to content
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

Upgrade concurrently package and move to devDependencies #1571

Merged

Conversation

menno
Copy link
Contributor

@menno menno commented Jul 31, 2023

Summary

As an end user of react_on_rails we ran some checks on external dependencies and noticed the outdated concurrently dependency. After investigating I noticed the concurrently dependency is only used for linting/formatting tasks in package-scripts.yml. Moving it to devDependencies removes an unnecessary dependency for end users.


This change is Reviewable

menno and others added 2 commits July 31, 2023 13:20
The `concurrently` dependencies is only used for linting/formatting
tasks in package-scripts.yml. Moving it to devDependencies removes
an unnecessary runtime dependencies for end users.
@Judahmeek Judahmeek merged commit fea6536 into shakacode:master Aug 1, 2023
6 checks passed
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