Skip to content

Commit

Permalink
fix: upgrade cross-spawn and strip-ansi (node 8+)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: these deps now require node 8 or higher

Node 8 went out of support in Dec 2019, but is still popular enough that most
libraries kinda support it (including me).
  • Loading branch information
FauxFaux committed Jun 21, 2020
1 parent 12155da commit c211f60
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 104 deletions.
194 changes: 93 additions & 101 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -32,18 +32,18 @@
"printWidth": 100
},
"dependencies": {
"cross-spawn": "^5.1.0",
"cross-spawn": "^7.0.3",
"node-cleanup": "^2.1.2",
"ps-tree": "^1.2.0",
"string-argv": "^0.1.1",
"strip-ansi": "^4.0.0"
"strip-ansi": "^6.0.0"
},
"peerDependencies": {
"typescript": "*"
},
"devDependencies": {
"chai": "^4.2.0",
"fs-extra": "^5.0.0",
"fs-extra": "^8.1.0",
"mocha": "^7.1.2",
"mocha-eventually": "^1.1.0",
"sinon": "^9.0.2",
Expand Down

0 comments on commit c211f60

Please sign in to comment.