Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Aug 18, 2020
1 parent 7973fce commit 5dc757a
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
- "stable"
sudo: false
cache:
Expand Down
177 changes: 144 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -23,20 +23,20 @@
"commander": "^6.0.0",
"fast-glob": "^3.2.4",
"colors": "^1.4.0",
"chokidar": "^3.4.1"
"chokidar": "^3.4.2"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@types/node": "^14.6.0",
"@types/commander": "^2.12.2",
"@types/mocha": "^8.0.0",
"@types/mocha": "^8.0.3",
"@types/colors": "^1.2.1",
"@types/chokidar": "^2.1.3",
"mocha": "^8.0.1",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"typescript": "^3.9.7",
"ts-loader": "^8.0.1",
"ts-loader": "^8.0.2",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"tslint": "^6.1.3",
"temp": "^0.9.1"
},
"files": [
Expand Down

0 comments on commit 5dc757a

Please sign in to comment.