Skip to content

Commit

Permalink
Merge pull request #269 from realityking/node-10
Browse files Browse the repository at this point in the history
Upgrade dependencies & raise minimum Node.js version
  • Loading branch information
pahen committed Jan 5, 2021
2 parents e135916 + 5ca410c commit dfbd312
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graph"
],
"engines": {
"node": ">=10.x.x"
"node": "^10.13 || ^12 || >=14"
},
"main": "./lib/api",
"bin": {
Expand All @@ -44,23 +44,23 @@
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^5.1.0",
"commander": "^6.2.1",
"commondir": "^1.0.1",
"debug": "^4.0.1",
"dependency-tree": "^7.2.2",
"detective-amd": "^3.0.0",
"dependency-tree": "^8.0.0",
"detective-amd": "^3.0.1",
"detective-cjs": "^3.1.1",
"detective-es6": "^2.1.0",
"detective-less": "^1.0.2",
"detective-postcss": "^3.0.1",
"detective-postcss": "^4.0.0",
"detective-sass": "^3.0.1",
"detective-scss": "^2.0.1",
"detective-stylus": "^1.0.0",
"detective-typescript": "^5.8.0",
"detective-typescript": "^6.0.0",
"graphviz": "0.0.9",
"ora": "^5.1.0",
"pluralize": "^8.0.0",
"precinct": "^6.3.1",
"precinct": "^7.0.0",
"pretty-ms": "^7.0.0",
"rc": "^1.2.7",
"typescript": "^3.9.5",
Expand Down

0 comments on commit dfbd312

Please sign in to comment.