Skip to content

Commit

Permalink
Merge pull request #95 from FauxFaux/feat/bump-node-8
Browse files Browse the repository at this point in the history
fix: upgrade cross-spawn and strip-ansi (node 8+)
  • Loading branch information
Gil Amran committed Jun 23, 2020
2 parents 12155da + c211f60 commit 0aaaf44
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 0aaaf44

Please sign in to comment.