Update dependency nyc to v13.1.0

This commit is contained in:
Renovate Bot 2018-10-14 10:12:19 +00:00 committed by Pavel Djundik
parent cb1127de74
commit 2c69a28ffd
5 changed files with 161 additions and 390 deletions

View file

@ -98,7 +98,7 @@
"mocha-webpack": "2.0.0-beta.0", "mocha-webpack": "2.0.0-beta.0",
"mousetrap": "1.6.2", "mousetrap": "1.6.2",
"npm-run-all": "4.1.3", "npm-run-all": "4.1.3",
"nyc": "13.0.1", "nyc": "13.1.0",
"sinon": "7.0.0", "sinon": "7.0.0",
"socket.io-client": "2.1.1", "socket.io-client": "2.1.1",
"stylelint": "9.6.0", "stylelint": "9.6.0",

View file

@ -1,6 +1,6 @@
{ {
"all": true, "all": true,
"temp-directory": "./node_modules/.cache/nyc_output", "temp-dir": "./node_modules/.cache/nyc_output",
"exclude": [ "exclude": [
"webpack.config*.js" "webpack.config*.js"
], ],

View file

@ -1,6 +1,6 @@
{ {
"all": true, "all": true,
"temp-directory": "./node_modules/.cache/nyc_output", "temp-dir": "./node_modules/.cache/nyc_output",
"include": [ "include": [
"client/" "client/"
], ],

View file

@ -1,5 +1,5 @@
{ {
"temp-directory": "./node_modules/.cache/nyc_output", "temp-dir": "./node_modules/.cache/nyc_output",
"reporter": [ "reporter": [
"lcov", "lcov",
"text-summary" "text-summary"

543
yarn.lock

File diff suppressed because it is too large Load diff