immutable-js-oss / immutable-js

Immutable persistent data collections for Javascript which increase efficiency and simplicity.
https://immutable-js-oss.github.io/immutable-js/
MIT License
37 stars 6 forks source link

Use ranges in devDependencies #192

Closed Methuselah96 closed 3 years ago

Methuselah96 commented 3 years ago

npm and Yarn by default install things with a major version range. This provides intent that the package should work with any version within that major version range. The locking is already provided by the yarn.lock file, so there shouldn't be a need to lock packages to a specific version in the package.json file. It's standard practice in JS projects to use ranges for package versions.