Skip to content

Commit

Permalink
build(package): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Oct 1, 2019
1 parent c59673d commit ced18d3
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,37 @@
"implementation"
],
"devDependencies": {
"@nodelib/fs.macchiato": "^1.0.0",
"@nodelib/fs.macchiato": "^1.0.1",
"@types/compute-stdev": "^1.0.0",
"@types/easy-table": "^0.0.32",
"@types/execa": "^0.9.0",
"@types/glob": "^7.1.1",
"@types/glob-parent": "^5.1.0",
"@types/merge2": "^1.1.4",
"@types/micromatch": "^3.1.0",
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.10",
"@types/node": "^12.7.8",
"@types/rimraf": "^2.0.2",
"@types/sinon": "^7.0.13",
"@types/sinon": "^7.5.0",
"compute-stdev": "^1.0.0",
"easy-table": "^1.1.1",
"eslint": "^6.3.0",
"eslint-config-mrmlnc": "^1.0.0",
"execa": "^1.0.0",
"fast-glob": "^3.0.2",
"eslint": "^6.5.1",
"eslint-config-mrmlnc": "^1.0.1",
"execa": "^2.0.4",
"fast-glob": "^3.0.4",
"glob": "^7.1.4",
"minimist": "^1.2.0",
"mocha": "^6.1.4",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",
"mocha": "^6.2.1",
"rimraf": "^3.0.0",
"sinon": "^7.5.0",
"tiny-glob": "^0.2.6",
"typescript": "^3.5.3"
"typescript": "^3.6.3"
},
"dependencies": {
"@nodelib/fs.stat": "^2.0.1",
"@nodelib/fs.walk": "^1.2.1",
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.0",
"merge2": "^1.2.3",
"merge2": "^1.3.0",
"micromatch": "^4.0.2"
},
"scripts": {
Expand Down

0 comments on commit ced18d3

Please sign in to comment.