Skip to content

Commit

Permalink
chore: upgrade typescript and tslint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed May 24, 2019
1 parent 2078cf3 commit 41d07a9
Show file tree
Hide file tree
Showing 20 changed files with 576 additions and 1,015 deletions.
140 changes: 48 additions & 92 deletions examples/express-composition/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 examples/express-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@loopback/tslint-config": "^2.0.4",
"@types/express": "^4.16.1",
"@types/node": "^10.11.2",
"tslint": "^5.15.0",
"typescript": "^3.4.3"
"tslint": "^5.16.0",
"typescript": "^3.4.5"
}
}

0 comments on commit 41d07a9

Please sign in to comment.