Skip to content

Commit

Permalink
chore(package): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Apr 22, 2018
1 parent 0d62c68 commit 1e79da2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/bash-glob": "^2.0.0",
"@types/compute-stdev": "^1.0.0",
"@types/easy-table": "0.0.31",
"@types/execa": "^0.8.1",
"@types/execa": "^0.9.0",
"@types/glob": "^5.0.35",
"@types/glob-parent": "^3.1.0",
"@types/glob-stream": "^6.1.0",
Expand All @@ -32,30 +32,30 @@
"@types/merge2": "^1.1.4",
"@types/micromatch": "^3.1.0",
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.0",
"@types/mocha": "^5.2.0",
"@types/node": "^9.6.6",
"@types/rimraf": "2.0.2",
"bash-glob": "^2.0.0",
"compute-stdev": "^1.0.0",
"easy-table": "^1.1.1",
"execa": "^0.9.0",
"fast-glob": "^2.0.1",
"execa": "^0.10.0",
"fast-glob": "^2.2.0",
"glob": "^7.1.2",
"glob-stream": "^6.1.0",
"globby": "^8.0.0",
"globby": "^8.0.1",
"minimist": "^1.2.0",
"mocha": "^5.0.0",
"mocha": "^5.1.1",
"rimraf": "^2.6.2",
"tslint": "^5.9.1",
"tslint-config-mrmlnc": "^1.0.0",
"typescript": "^2.7.1"
"typescript": "^2.8.3"
},
"dependencies": {
"@mrmlnc/readdir-enhanced": "^2.2.1",
"glob-parent": "^3.1.0",
"is-glob": "^4.0.0",
"merge2": "^1.2.1",
"micromatch": "^3.1.8"
"micromatch": "^3.1.10"
},
"scripts": {
"clean": "rimraf out",
Expand Down

0 comments on commit 1e79da2

Please sign in to comment.