Use exact versioning in package.json
yulin-dong opened this issue · 4 comments
yulin-dong commented
Describe the bug
Exact versions should be used in package.json to avoid potential bugs by not-exact version upgrade of dependencies.
laviniat1996 commented
Hi @yulin-dong , can you provide an example for exact versioning?
yulin-dong commented
https://github.com/ava-labs/avalanchejs/blob/master/package.json uses exact version mostly, instead of ^
laviniat1996 commented
@yulin-dong Sorry for the delay. I'll look into it this week.
laviniat1996 commented
Thank you @meaghanfitzgerald