mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
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:
parent
dc6aa7a193
commit
73a4a8081a
@ -15,7 +15,7 @@
|
||||
"@nuxt/config": "2.11.0",
|
||||
"@nuxt/utils": "2.11.0",
|
||||
"boxen": "^4.2.0",
|
||||
"chalk": "^2.4.2",
|
||||
"chalk": "^3.0.0",
|
||||
"consola": "^2.11.3",
|
||||
"esm": "^3.2.25",
|
||||
"execa": "^3.4.0",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"main": "dist/generator.js",
|
||||
"dependencies": {
|
||||
"@nuxt/utils": "2.11.0",
|
||||
"chalk": "^2.4.2",
|
||||
"chalk": "^3.0.0",
|
||||
"consola": "^2.11.3",
|
||||
"fs-extra": "^8.1.0",
|
||||
"html-minifier": "^4.0.0"
|
||||
|
@ -11,7 +11,7 @@
|
||||
"@nuxt/config": "2.11.0",
|
||||
"@nuxt/utils": "2.11.0",
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
"chalk": "^2.4.2",
|
||||
"chalk": "^3.0.0",
|
||||
"compression": "^1.7.4",
|
||||
"connect": "^3.7.0",
|
||||
"consola": "^2.11.3",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"babel-loader": "^8.0.6",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001022",
|
||||
"chalk": "^2.4.2",
|
||||
"chalk": "^3.0.0",
|
||||
"consola": "^2.11.3",
|
||||
"css-loader": "^3.4.2",
|
||||
"cssnano": "^4.1.10",
|
||||
|
@ -11,7 +11,7 @@ test.win = isWin ? test : test.skip
|
||||
describe.posix = !isWin ? describe : describe.skip
|
||||
test.posix = !isWin ? test : test.skip
|
||||
|
||||
chalk.enabled = false
|
||||
chalk.level = 0
|
||||
|
||||
jest.setTimeout(60000)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user