Skip to content

Commit

Permalink
Updated dependencies (#65)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Preparing for release
  • Loading branch information
remojansen authored Nov 1, 2017
1 parent 1ab9f0d commit 0f9f1ae
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 34 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: node_js
node_js:
- stable
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.1
- 4.4.6
- 8.8.1
- 7.10.1
before_install:
- npm install -g codeclimate-test-reporter
after_success:
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify-express-utils",
"version": "4.0.1",
"version": "4.1.0",
"description": "Some utilities for the development of express applications with Inversify",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand All @@ -25,35 +25,35 @@
},
"homepage": "https://github.com/inversify/inversify-express-utils#readme",
"devDependencies": {
"@types/bluebird": "^3.5.8",
"@types/body-parser": "^1.16.3",
"@types/chai": "^4.0.1",
"@types/cookie-parser": "^1.3.30",
"@types/express": "^4.0.34",
"@types/mocha": "^2.2.33",
"@types/sinon": "^2.1.0",
"@types/supertest": "^2.0.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"chai": "^4.0.0",
"cookie-parser": "^1.4.3",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"@types/bluebird": "3.5.18",
"@types/body-parser": "1.16.7",
"@types/chai": "4.0.4",
"@types/cookie-parser": "1.4.1",
"@types/express": "4.0.39",
"@types/mocha": "2.2.44",
"@types/sinon": "2.3.7",
"@types/supertest": "2.0.3",
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"chai": "4.1.2",
"cookie-parser": "1.4.3",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.2",
"gulp-mocha": "3.0.1",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.1.3",
"inversify": "^4.0.0",
"mocha": "^4.0.0",
"publish-please": "^2.2.0",
"reflect-metadata": "^0.1.8",
"run-sequence": "^2.0.0",
"source-map-support": "^0.5.0",
"sinon": "^4.0.0",
"supertest": "^3.0.0",
"tslint": "^5.0.0",
"typescript": "^2.4.1"
"gulp-tslint": "8.1.2",
"gulp-typescript": "3.2.3",
"inversify": "4.4.0",
"mocha": "4.0.1",
"publish-please": "2.3.1",
"reflect-metadata": "0.1.10",
"run-sequence": "2.2.0",
"source-map-support": "0.5.0",
"sinon": "4.0.2",
"supertest": "3.0.0",
"tslint": "5.8.0",
"typescript": "2.6.1"
},
"dependencies": {
"express": "^4.14.1"
"express": "4.16.2"
}
}

0 comments on commit 0f9f1ae

Please sign in to comment.