Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Feb 5, 2017
1 parent 049b76d commit 99700c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Expand Up @@ -11,5 +11,6 @@
"**/dist": true,
"**/docs": true,
"type_definitions/**/*.js": true
}
},
"vsicons.presets.angular": false
}
22 changes: 11 additions & 11 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "inversify-logger-middleware",
"version": "2.0.3",
"version": "3.0.0",
"description": "A basic logger middleware for InversifyJS",
"main": "lib/index.js",
"typings": "./dts/index.d.ts",
Expand Down Expand Up @@ -34,22 +34,22 @@
"devDependencies": {
"@types/chai": "^3.4.32",
"@types/chalk": "^0.4.28",
"@types/mocha": "^2.2.31",
"@types/sinon": "^1.16.29",
"@types/mocha": "^2.2.35",
"@types/sinon": "^1.16.34",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.0",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^3.0.2",
"harmonize": "^1.4.4",
"inversify": "^2.0.0",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.4",
"harmonize": "^2.0.0",
"inversify": "^3.0.0",
"mocha": "^3.0.0",
"publish-please": "^2.1.4",
"reflect-metadata": "^0.1.3",
"reflect-metadata": "^0.1.9",
"run-sequence": "^1.2.0",
"sinon": "^1.17.4",
"tslint": "^3.12.0",
"typescript": "^2.0.2"
"sinon": "^1.17.7",
"tslint": "^4.4.2",
"typescript": "^2.2.0"
}
}

0 comments on commit 99700c4

Please sign in to comment.