Skip to content

Commit

Permalink
Update dependencies (agenda#505)
Browse files Browse the repository at this point in the history
- Update `cron` and `debug` packages to latest
- Set semver version range to more strict `~version` ("Approximately equivalent to version") instead of `^version` ("Compatible with version")
  • Loading branch information
simison authored and timelf123 committed Feb 16, 2018
1 parent 5026de8 commit a63fb7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"url": "https://github.com/agenda/agenda/issues"
},
"dependencies": {
"cron": "~1.1.0",
"cron": "~1.2.1",
"date.js": "~0.3.1",
"debug": "^2.6.8",
"debug": "~3.0.0",
"human-interval": "~0.1.3",
"moment-timezone": "^0.5.0",
"mongodb": "^2.2.10"
"moment-timezone": "~0.5.0",
"mongodb": "~2.2.10"
},
"devDependencies": {
"blanket": "^1.2.3",
Expand Down

0 comments on commit a63fb7f

Please sign in to comment.