Merge pull request #2852 from thelounge/renovate/nyc-13.x

Update dependency nyc to v13.1.0
This commit is contained in:
Pavel Djundik 2018-10-15 11:13:46 +03:00 committed by GitHub
commit bebc9db629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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