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",
"mousetrap": "1.6.2",
"npm-run-all": "4.1.3",
"nyc": "13.0.1",
"nyc": "13.1.0",
"sinon": "7.0.0",
"socket.io-client": "2.1.1",
"stylelint": "9.6.0",

View file

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

View file

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

View file

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

543
yarn.lock

File diff suppressed because it is too large Load diff