Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Updated dependencies and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Jan 16, 2017
1 parent 121a119 commit d5d66db
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mesos-framework",
"version": "0.3.2",
"version": "0.4.0",
"description": "A wrapper around the Mesos HTTP APIs for Schedulers and Executors. Write your Mesos framework in pure JavaScript!",
"keywords": [
"mesos",
Expand All @@ -23,29 +23,29 @@
"author": "TobiLG",
"license": "MIT",
"dependencies": {
"lodash": "^4.13.1",
"lodash": "^4.17.4",
"node-zookeeper-client": "^0.2.2",
"protobufjs": "^5.0.1",
"uuid": "^2.0.2",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.5"
"uuid": "^3.0.1",
"winston": "^2.3.0",
"winston-daily-rotate-file": "^1.4.3"
},
"devDependencies": {
"chai": "^3.5.0",
"jsdoc": "^3.4.0",
"jsdoc": "^3.4.3",
"minami": "^1.1.1",
"mocha": "^3.2.0",
"mock-req": "^0.2.0",
"mock-res": "^0.3.3",
"sinon": "^1.17.6",
"sinon": "^1.17.7",
"istanbul": "0.4.5",
"publish-please": "~2.2.0",
"chai-as-promised": "^5.3.0",
"chai-as-promised": "^6.0.0",
"chalk": "~1.1.3",
"gulp": "~3.9.1",
"gulp-istanbul": "~1.0.0",
"gulp-mocha": "~2.2.0",
"rimraf": "~2.5.3",
"gulp-istanbul": "~1.1.1",
"gulp-mocha": "~3.0.1",
"rimraf": "~2.5.4",
"run-sequence": "~1.2.2"
},
"repository": {
Expand Down

0 comments on commit d5d66db

Please sign in to comment.