Upgrade dependencies.

This commit is contained in:
David Braun 2019-03-20 10:11:47 -04:00
parent bf7258de05
commit ea2cc74711
No known key found for this signature in database
GPG key ID: 87EC41ADF710B7E2
3 changed files with 1000 additions and 1805 deletions

View file

@ -15,14 +15,13 @@
}, },
"devDependencies": { "devDependencies": {
"@nodeguy/assert": "0.1.4", "@nodeguy/assert": "0.1.4",
"eslint": "4.19.1", "@stryker-mutator/core": "1.1.0",
"mocha": "5.0.5", "@stryker-mutator/javascript-mutator": "1.1.0",
"nyc": "11.6.0", "@stryker-mutator/mocha-framework": "1.1.0",
"stryker": "0.25.1", "@stryker-mutator/mocha-runner": "1.1.0",
"stryker-api": "0.18.0", "eslint": "5.15.3",
"stryker-javascript-mutator": "0.8.0", "mocha": "5.2.0",
"stryker-mocha-framework": "0.11.0", "nyc": "13.3.0"
"stryker-mocha-runner": "0.13.0"
}, },
"homepage": "https://github.com/NodeGuy/channel", "homepage": "https://github.com/NodeGuy/channel",
"keywords": [ "keywords": [

View file

@ -1,11 +1,11 @@
module.exports = function(config) { module.exports = function(config) {
config.set({ config.set({
testRunner: "mocha",
mutator: "javascript", mutator: "javascript",
packageManager: "yarn",
reporters: ["clear-text", "progress"],
testRunner: "mocha",
transpilers: [], transpilers: [],
reporter: ["clear-text", "progress"],
testFramework: "mocha", testFramework: "mocha",
coverageAnalysis: "perTest", coverageAnalysis: "perTest"
mutate: ["lib/**/*.js"]
}); });
}; };

2782
yarn.lock

File diff suppressed because it is too large Load diff