Skip to content

Commit

Permalink
Merge pull request #156 from realityking/deps
Browse files Browse the repository at this point in the history
Use the tilde operator for dependencies to allow for newer patch version
  • Loading branch information
sergcen committed Mar 19, 2021
2 parents dd2d1ea + d0d4210 commit f74e3bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -23,10 +23,10 @@
"node": ">=10"
},
"dependencies": {
"make-dir": "3.1.0",
"mime": "~2.5.2",
"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 f74e3bd

Please sign in to comment.