Skip to content

Commit

Permalink
Update dependencies (#592)
Browse files Browse the repository at this point in the history
* Upgraded TS & chai

* Update package.json

* Update .travis.yml

* Update appveyor.yml
  • Loading branch information
remojansen authored Jul 2, 2017
1 parent b4d66aa commit 67f2a39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ test/**/*.js.map
src/**/*.js.map
src/*.js.map
type_definitions/**/*.js
package-lock.json
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ node_js:
- stable
- 7.7.1
- 6.9.5
- 5.4.0
- 4.4.6
before_install:
- npm install -g codeclimate-test-reporter
after_success:
- codeclimate-test-reporter < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ environment:
- nodejs_version: "stable"
- nodejs_version: "7.7.1"
- nodejs_version: "6.9.5"
- nodejs_version: "5.4.0"
- nodejs_version: "4.4.6"

build: off

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inversify",
"version": "4.1.1",
"version": "4.2.0",
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
"main": "lib/inversify.js",
"jsnext:main": "es/inversify.js",
Expand Down Expand Up @@ -35,13 +35,13 @@
"homepage": "http://inversify.io",
"engines": {},
"devDependencies": {
"@types/chai": "^3.4.32",
"@types/chai": "^4.0.1",
"@types/harmony-proxy": "^1.0.27",
"@types/mocha": "^ 2.2.35",
"@types/sinon": "^2.1.0",
"bluebird": "^3.5.0",
"browserify": "^14.0.0",
"chai": "^3.4.1",
"chai": "^4.0.2",
"del": "^3.0.0",
"es6-symbol": "^3.1.0",
"gulp": "^3.9.0",
Expand Down Expand Up @@ -73,7 +73,7 @@
"run-sequence": "^2.0.0",
"sinon": "^2.0.0",
"tslint": "^5.0.0",
"typescript": "^2.2.0",
"typescript": "^2.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
Expand Down

0 comments on commit 67f2a39

Please sign in to comment.