chore(deps): update dependency chalk to v3 (#6673)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
This commit is contained in:
renovate[bot] 2020-01-24 01:06:49 +00:00 committed by Xin Du (Clark)
parent dc6aa7a193
commit 73a4a8081a
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
"@nuxt/config": "2.11.0", "@nuxt/config": "2.11.0",
"@nuxt/utils": "2.11.0", "@nuxt/utils": "2.11.0",
"boxen": "^4.2.0", "boxen": "^4.2.0",
"chalk": "^2.4.2", "chalk": "^3.0.0",
"consola": "^2.11.3", "consola": "^2.11.3",
"esm": "^3.2.25", "esm": "^3.2.25",
"execa": "^3.4.0", "execa": "^3.4.0",

View File

@ -9,7 +9,7 @@
"main": "dist/generator.js", "main": "dist/generator.js",
"dependencies": { "dependencies": {
"@nuxt/utils": "2.11.0", "@nuxt/utils": "2.11.0",
"chalk": "^2.4.2", "chalk": "^3.0.0",
"consola": "^2.11.3", "consola": "^2.11.3",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"html-minifier": "^4.0.0" "html-minifier": "^4.0.0"

View File

@ -11,7 +11,7 @@
"@nuxt/config": "2.11.0", "@nuxt/config": "2.11.0",
"@nuxt/utils": "2.11.0", "@nuxt/utils": "2.11.0",
"@nuxtjs/youch": "^4.2.3", "@nuxtjs/youch": "^4.2.3",
"chalk": "^2.4.2", "chalk": "^3.0.0",
"compression": "^1.7.4", "compression": "^1.7.4",
"connect": "^3.7.0", "connect": "^3.7.0",
"consola": "^2.11.3", "consola": "^2.11.3",

View File

@ -15,7 +15,7 @@
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"cache-loader": "^4.1.0", "cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001022", "caniuse-lite": "^1.0.30001022",
"chalk": "^2.4.2", "chalk": "^3.0.0",
"consola": "^2.11.3", "consola": "^2.11.3",
"css-loader": "^3.4.2", "css-loader": "^3.4.2",
"cssnano": "^4.1.10", "cssnano": "^4.1.10",

View File

@ -11,7 +11,7 @@ test.win = isWin ? test : test.skip
describe.posix = !isWin ? describe : describe.skip describe.posix = !isWin ? describe : describe.skip
test.posix = !isWin ? test : test.skip test.posix = !isWin ? test : test.skip
chalk.enabled = false chalk.level = 0
jest.setTimeout(60000) jest.setTimeout(60000)