Skip to content

Commit

Permalink
Merge pull request #108 from unarxiv/renovate/node-10.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to v10.12.5
  • Loading branch information
Xiaozhe Yao committed Nov 11, 2018
2 parents 9539245 + 2de6dd0 commit 2ad2de0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
34 changes: 24 additions & 10 deletions discovery/package-lock.json

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

11 changes: 5 additions & 6 deletions discovery/package.json
Expand Up @@ -30,12 +30,11 @@
"winston": "^3.1.0"
},
"devDependencies": {
"@types/node": "10.12.5",
"nodemon": "1.18.6",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.1.6"
"@types/dotenv": "^4.0.3",
"@types/koa-bodyparser": "^5.0.1",
"@types/node": "^10.12.2",
"nodemon": "^1.18.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
}
}

0 comments on commit 2ad2de0

Please sign in to comment.