mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore: upgrade webpackbar
This commit is contained in:
parent
21b80c4c5f
commit
a7262f74cb
@ -133,7 +133,7 @@
|
||||
"webpack-dev-middleware": "^3.1.3",
|
||||
"webpack-hot-middleware": "^2.22.3",
|
||||
"webpack-node-externals": "^1.7.2",
|
||||
"webpackbar": "^2.6.2"
|
||||
"webpackbar": "^2.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-external-helpers": "7.0.0-rc.1",
|
||||
|
17
yarn.lock
17
yarn.lock
@ -2139,15 +2139,6 @@ connect@^3.6.5:
|
||||
parseurl "~1.3.2"
|
||||
utils-merge "1.0.1"
|
||||
|
||||
consola@^1.4.2:
|
||||
version "1.4.2"
|
||||
resolved "https://registry.yarnpkg.com/consola/-/consola-1.4.2.tgz#e61963325abbfded8c4b010da5896aad0b4c92fb"
|
||||
dependencies:
|
||||
chalk "^2.3.2"
|
||||
figures "^2.0.0"
|
||||
lodash "^4.17.5"
|
||||
std-env "^1.1.0"
|
||||
|
||||
consola@^1.4.3:
|
||||
version "1.4.3"
|
||||
resolved "https://registry.yarnpkg.com/consola/-/consola-1.4.3.tgz#945e967e05430ddabd3608b37f5fa37fcfacd9dd"
|
||||
@ -8744,12 +8735,12 @@ webpack@^4.16.4:
|
||||
watchpack "^1.5.0"
|
||||
webpack-sources "^1.0.1"
|
||||
|
||||
webpackbar@^2.6.2:
|
||||
version "2.6.2"
|
||||
resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-2.6.2.tgz#5da9e836c4abbf348e1c15a98670ad1eca5ee498"
|
||||
webpackbar@^2.6.3:
|
||||
version "2.6.3"
|
||||
resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-2.6.3.tgz#4f2d0078375acfe95c0e55227771a2ed98ecc5c9"
|
||||
dependencies:
|
||||
chalk "^2.4.1"
|
||||
consola "^1.4.2"
|
||||
consola "^1.4.3"
|
||||
figures "^2.0.0"
|
||||
loader-utils "^1.1.0"
|
||||
lodash "^4.17.10"
|
||||
|
Loading…
Reference in New Issue
Block a user