Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Mar 18, 2019
1 parent 307be44 commit 7c91ec1
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,36 +30,36 @@
"node": ">=8.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/phantom": "^3.2.5",
"@types/sinon": "^7.0.2",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"del": "^3.0.0",
"fancy-log": "^1.3.3",
"@types/chai": "4.1.7",
"@types/mocha": "5.2.5",
"@types/node": "10.12.18",
"@types/phantom": "3.2.5",
"@types/sinon": "7.0.2",
"chai": "4.1.2",
"coveralls": "3.0.2",
"del": "3.0.0",
"fancy-log": "1.3.3",
"gulp": "3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^1.1.3",
"gulp-coveralls": "0.1.4",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "3.0.1",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^5.0.0",
"merge2": "^1.2.3",
"minimist": "^1.2.0",
"remap-istanbul": "^0.12.0",
"run-sequence": "^2.2.1",
"sinon": "^7.2.2",
"tslint": "^5.12.0",
"tslint-microsoft-contrib": "^6.0.0",
"typescript": "^3.2.2"
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-tslint": "8.1.3",
"gulp-typescript": "5.0.0",
"merge2": "1.2.3",
"minimist": "1.2.0",
"remap-istanbul": "0.12.0",
"run-sequence": "2.2.1",
"sinon": "7.2.2",
"tslint": "5.12.0",
"tslint-microsoft-contrib": "6.0.0",
"typescript": "3.2.2"
},
"dependencies": {
"jimp": "^0.2.28",
"phantom": "^6.0.3",
"text-encoding": "^0.7.0",
"unitejs-framework": "^1.0.5"
"jimp": "0.2.28",
"phantom": "6.0.3",
"text-encoding": "0.7.0",
"unitejs-framework": "1.0.5"
}
}

0 comments on commit 7c91ec1

Please sign in to comment.