Skip to content

Commit

Permalink
Update TypeScript dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Mar 11, 2017
1 parent 867c337 commit ae05a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rimraf": "^2.5.4",
"tslint": "^4.3.1",
"tslint-config-standard": "^4.0.0",
"typescript": "^2.1.5",
"typescript": "^2.2.1",
"typings": "^2.1.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions typings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"globalDependencies": {
"node": "registry:env/node#6.0.0+20170119204930"
"node": "registry:env/node#6.0.0+20170213133316"
},
"globalDevDependencies": {
"jest": "registry:dt/jest#16.0.0+20170112172802"
"jest": "registry:dt/jest#19.2.0+20170225084331"
},
"devDependencies": {
"express": "registry:npm/express#4.14.0+20160925001530"
Expand Down

0 comments on commit ae05a76

Please sign in to comment.