shakacode / react_on_rails

Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
https://www.shakacode.com/react-on-rails/docs/
MIT License
5.12k stars 630 forks source link

Upgrade concurrently package and move to devDependencies #1571

Closed menno closed 1 year ago

menno commented 1 year ago

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