Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 20, 2018
1 parent 8ccf6b8 commit f92ae24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"homepage": "https://github.com/svrooij/ipcam2mqtt#readme",
"dependencies": {
"@svrooij/ftpd": "^0.2.16",
"mqtt": "^2.17.0",
"yalm": "^4.1.0",
"yargs": "^11.0.0"
"@svrooij/ftpd": "0.2.16",
"mqtt": "2.17.0",
"yalm": "4.1.0",
"yargs": "11.0.0"
},
"devDependencies": {
"pre-commit": "^1.2.2",
"pre-commit": "1.2.2",
"standard": "*",
"semantic-release": "^15.1.4"
"semantic-release": "15.1.4"
},
"pre-commit": [
"test"
Expand Down

0 comments on commit f92ae24

Please sign in to comment.