Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Nov 11, 2019
1 parent 389ea91 commit f1125d0
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,32 @@
"url": "https://opencollective.com/madge"
},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"chalk": "^3.0.0",
"commander": "^4.0.1",
"commondir": "^1.0.1",
"debug": "^4.0.1",
"dependency-tree": "^7.0.2",
"graphviz": "^0.0.8",
"ora": "^3.0.0",
"detective-amd": "^3.0.0",
"detective-cjs": "^3.1.1",
"detective-es6": "^2.1.0",
"detective-less": "^1.0.2",
"detective-postcss": "^3.0.1",
"detective-sass": "^3.0.1",
"detective-scss": "^2.0.1",
"detective-stylus": "^1.0.0",
"detective-typescript": "^5.7.0",
"graphviz": "0.0.9",
"ora": "^4.0.2",
"pify": "^4.0.0",
"pluralize": "^7.0.0",
"pretty-ms": "^4.0.0",
"pluralize": "^8.0.0",
"pretty-ms": "^5.0.0",
"rc": "^1.2.7",
"walkdir": "^0.0.12"
"walkdir": "^0.4.1"
},
"devDependencies": {
"@aptoma/eslint-config": "^7.0.1",
"eslint": "^5.12.0",
"expect": "^1.20.2",
"expect-mocha-snapshot": "^1.0.1",
"mocha": "^5.2.0",
"eslint": "^6.6.0",
"mocha": "^6.2.2",
"mz": "^2.7.0",
"should": "^13.2.3"
}
Expand Down

0 comments on commit f1125d0

Please sign in to comment.