Skip to content

Commit

Permalink
Update dependencies (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Mar 8, 2020
1 parent 909ff3e commit 15b696d
Show file tree
Hide file tree
Showing 5 changed files with 950 additions and 714 deletions.
6 changes: 6 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require: "ts-node/register"
recursive: true
bail: true
slow: 0
exclude: text-run/**/*.js
ui: qunit
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
},
"description": "High-level support for running, observing, and interacting with child processes in Node.js",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "0.1.3",
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/got": "9.6.9",
"@types/merge-stream": "1.1.2",
"@types/mocha": "5.2.7",
"@types/node": "12.12.11",
"@types/mocha": "7.0.2",
"@types/node": "13.9.0",
"@types/string-argv": "0.3.0",
"coveralls": "3.0.7",
"got": "9.6.0",
"mocha": "6.2.2",
"nyc": "14.1.1",
"coveralls": "3.0.9",
"got": "10.6.0",
"mocha": "7.1.0",
"nyc": "15.0.0",
"portfinder": "1.0.25",
"prettier": "1.19.1",
"source-map-support": "0.5.16",
"ts-node": "8.5.2",
"tslint": "5.20.1",
"typescript": "3.7.2"
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.8.3"
},
"engines": {
"yarn": ">= 1.5.0"
Expand Down
4 changes: 0 additions & 4 deletions test/mocha.opts

This file was deleted.

1 change: 1 addition & 0 deletions tslint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
extends: "tslint:latest"
rules:
array-type: [true, "array-simple"]
arrow-parens: [true, "ban-single-arg-parens"]
interface-name: [false]
member-access: [true, "no-public"]
Expand Down
Loading

0 comments on commit 15b696d

Please sign in to comment.