Skip to content

Commit

Permalink
Merge 2f193fb into dc99cf5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrr committed Jun 2, 2020
2 parents dc99cf5 + 2f193fb commit f8528b0
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,32 @@
],
"dependencies": {},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/mocha": "5.2.6",
"@types/node": "10.12.19",
"@types/sinon": "7.0.11",
"@types/uuid": "3.4.4",
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/mocha": "7.0.2",
"@types/node": "^14.0.9",
"benchmark": "2.1.4",
"browserify": "16.2.3",
"browserify": "16.5.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"del": "4.1.1",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-mocha": "6.0.0",
"gulp-mocha": "7.0.2",
"gulp-replace": "1.0.0",
"gulp-shell": "0.7.0",
"gulp-shell": "0.8.0",
"gulp-sourcemaps": "2.6.5",
"gulp-tslint": "8.1.4",
"gulp-typescript": "5.0.1",
"gulp-uglify-es": "1.0.4",
"gulp-uglify-es": "2.0.0",
"gulpclass": "0.2.0",
"istanbul": "0.4.5",
"mocha": "6.1.4",
"mocha": "7.2.0",
"mocha-lcov-reporter": "1.3.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"tslint-config-airbnb": "5.11.1",
"typescript": "3.4.5",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"tslint-config-airbnb": "5.11.2",
"typescript": "3.9.3",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
}
Expand Down

0 comments on commit f8528b0

Please sign in to comment.