Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Apr 1, 2019
1 parent 8b7d05b commit e8756e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ clean:
rm -rf ./node_modules

update:
npm update
ncu -u
npm install

.PHONY: test
.PHONY: docs
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@types/node": "^11.12.0",
"@types/node": "^11.12.2",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"express": "^4.16.4",
Expand All @@ -40,6 +40,6 @@
"supertest": "^4.0.2",
"ts-node-dev": "^1.0.0-pre.32",
"typedoc": "^0.14.2",
"typescript": "^3.3.4000"
"typescript": "^3.4.1"
}
}

0 comments on commit e8756e2

Please sign in to comment.