rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

update dependencies, only minor npm #3194

Closed justin808 closed 2 years ago

justin808 commented 2 years ago

Should we consider some dependencies like webpack being peer dependencies: https://classic.yarnpkg.com/en/docs/dependency-types/#toc-peerdependencies

Otherwise, it's awkward to update these libraries.

In other words, why should rails/webpacker be locking the versions of such dependencies?