Skip to content

Commit

Permalink
Use the tilde operator for dependencies to allow for newer patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Jan 6, 2021
1 parent 3a44006 commit 557f251
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"node": ">=10"
},
"dependencies": {
"make-dir": "3.1.0",
"mime": "2.4.6",
"minimatch": "3.0.4",
"xxhashjs": "0.2.2"
"make-dir": "~3.1.0",
"mime": "~2.4.6",
"minimatch": "~3.0.4",
"xxhashjs": "~0.2.2"
},
"devDependencies": {
"chai": "4.1.2",
Expand Down

0 comments on commit 557f251

Please sign in to comment.