mirror of
https://github.com/thelounge/thelounge
synced 2025-02-19 14:48:27 +00:00
Merge pull request #2852 from thelounge/renovate/nyc-13.x
Update dependency nyc to v13.1.0
This commit is contained in:
commit
bebc9db629
5 changed files with 161 additions and 390 deletions
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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/"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue