Skip to content

Commit 872838a

Browse files
authored
Merge pull request #239 from tusharmath/update-deps-2
chore(package): update dependencies
2 parents ae71ae3 + f1f99da commit 872838a

File tree

3 files changed

+1197
-628
lines changed

3 files changed

+1197
-628
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ notifications:
88
node_js:
99
- stable
1010
before_script:
11-
- npm run benchmark | node_modules/.bin/commentator
1211
- npm run coverage
1312
- npm run lint
1413
after_success:

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,24 @@
2727
"@types/node": "^9.3.0",
2828
"benchmark": "^2.1.2",
2929
"cli-table2": "^0.2.0",
30-
"commentator": "^1.0.5",
3130
"coveralls": "^3.0.0",
3231
"cz-conventional-changelog": "^2.0.0",
3332
"ghooks": "^2.0.0",
3433
"mocha": "^5.0.0",
3534
"nyc": "^11.0.3",
3635
"prettify": "^0.1.7",
3736
"request-promise": "^4.1.1",
38-
"rollup": "^0.54.1",
37+
"rollup": "^0.57.1",
3938
"rollup-plugin-babili": "^3.0.0",
40-
"rollup-plugin-commonjs": "^8.0.2",
39+
"rollup-plugin-commonjs": "^9.1.0",
4140
"rollup-plugin-uglify": "^3.0.0",
42-
"semantic-release": "^12.2.2",
43-
"ts-node": "^4.0.0",
41+
"semantic-release": "^15.1.2",
42+
"travis-deploy-once": "^4.3.0",
43+
"ts-node": "5.0.1",
4444
"tslint": "^5.3.2",
4545
"typescript": "^2.0.3",
4646
"uglify": "^0.1.5",
47-
"validate-commit-msg": "^2.8.2",
48-
"travis-deploy-once": "^4.3.0"
47+
"validate-commit-msg": "^2.8.2"
4948
},
5049
"repository": {
5150
"type": "git",

0 commit comments

Comments
 (0)