Skip to content

Commit

Permalink
chore(dependencies): Updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Feb 8, 2019
1 parent 5f50979 commit 47299c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
notifications:
email: false
node_js:
- '9'
- '10'
- '8'
- '6'
script: npm run verify
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@
"devDependencies": {
"@types/chai": "4.1.4",
"@types/mocha": "5.2.5",
"@types/node": "8.10.26",
"@types/sinon": "5.0.1",
"@types/sinon-chai": "3.2.0",
"chai": "4.1.2",
"@types/node": "10.12.23",
"@types/sinon": "7.0.5",
"@types/sinon-chai": "3.2.2",
"chai": "4.2.0",
"cheerio": "1.0.0-rc.2",
"commitizen": "2.10.1",
"commitizen": "3.0.5",
"coveralls": "3.0.2",
"cz-conventional-changelog": "2.1.0",
"esdoc": "1.1.0",
"esdoc-importpath-plugin": "1.0.2",
"esdoc-standard-plugin": "1.0.0",
"esdoc-typescript-plugin": "1.0.1",
"gh-pages": "1.2.0",
"gh-pages": "2.0.1",
"mocha": "5.2.0",
"mocha-testdata": "1.2.0",
"nyc": "12.0.2",
"rimraf": "2.6.2",
"semantic-release": "15.9.8",
"semantic-release-cli": "4.0.7",
"sinon": "6.1.5",
"sinon-chai": "3.2.0",
"travis-deploy-once": "5.0.2",
"nyc": "13.2.0",
"rimraf": "2.6.3",
"semantic-release": "15.13.3",
"semantic-release-cli": "4.1.0",
"sinon": "7.2.3",
"sinon-chai": "3.3.0",
"travis-deploy-once": "5.0.11",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"tslint-microsoft-contrib": "5.2.0",
Expand Down

0 comments on commit 47299c5

Please sign in to comment.