Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Apr 1, 2017
1 parent 849ad8b commit 8294e72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"url": "https://github.com/kambojajs/kecubung"
},
"dependencies": {
"@types/node": "^7.0.5",
"@types/node": "^7.0.12",
"reflect-metadata": "^0.1.9",
"tslib": "^1.4.0"
},
"devDependencies": {
"@types/babylon": "^6.7.15",
"@types/babylon": "^6.16.0",
"@types/chai": "^3.4.34",
"@types/express": "^4.0.34",
"@types/mocha": "^2.2.33",
"@types/mocha": "^2.2.40",
"babylon": "^6.14.1",
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"coveralls": "^2.13.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-typescript": "^3.1.3",
"gulp-typescript": "^3.1.6",
"mocha": "^3.2.0",
"run-sequence": "^1.2.2",
"typescript": "^2.2.1"
"typescript": "^2.2.2"
}
}

0 comments on commit 8294e72

Please sign in to comment.