mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
misc: stable consola version
This commit is contained in:
parent
838c88b909
commit
923164ec25
@ -80,7 +80,7 @@
|
||||
"chokidar": "^2.0.3",
|
||||
"compression": "^1.7.1",
|
||||
"connect": "^3.6.5",
|
||||
"consola": "^0.1.0",
|
||||
"consola": "^1.0.0",
|
||||
"css-loader": "^0.28.11",
|
||||
"es6-promise": "^4.2.4",
|
||||
"esm": "^3.0.14",
|
||||
@ -130,7 +130,7 @@
|
||||
"webpack-dev-middleware": "^3.1.0",
|
||||
"webpack-hot-middleware": "^2.21.2",
|
||||
"webpack-node-externals": "^1.6.0",
|
||||
"webpackbar": "^2.2.0"
|
||||
"webpackbar": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.1",
|
||||
|
22
yarn.lock
22
yarn.lock
@ -1719,9 +1719,9 @@ connect@^3.6.5:
|
||||
parseurl "~1.3.2"
|
||||
utils-merge "1.0.1"
|
||||
|
||||
consola@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/consola/-/consola-0.1.0.tgz#6b627c18dee52e0f61f5222552a250345ba2dedd"
|
||||
consola@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/consola/-/consola-1.0.0.tgz#4d2a5535abc89078c73593c41e42e66eddd7d5f3"
|
||||
dependencies:
|
||||
figures "^2.0.0"
|
||||
ora "^2.0.0"
|
||||
@ -6796,12 +6796,6 @@ statuses@~1.3.1:
|
||||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"
|
||||
|
||||
std-env@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/std-env/-/std-env-1.0.0.tgz#7435477a5900f38088f2b021dd2dd98679816b0a"
|
||||
dependencies:
|
||||
is-ci "^1.1.0"
|
||||
|
||||
std-env@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/std-env/-/std-env-1.1.0.tgz#f89ded0c3facd5b53cd3cda288779ed88d3b87ad"
|
||||
@ -7581,19 +7575,19 @@ webpack@^4.4.1:
|
||||
watchpack "^1.5.0"
|
||||
webpack-sources "^1.0.1"
|
||||
|
||||
webpackbar@^2.2.0:
|
||||
version "2.2.0"
|
||||
resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-2.2.0.tgz#db08d5f997b6dfd717c070fb1cf9c0c4ae35f1b3"
|
||||
webpackbar@^2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-2.2.1.tgz#99d709239303fa183f0fa3e0400eecc5dc904211"
|
||||
dependencies:
|
||||
chalk "^2.3.2"
|
||||
consola "^0.1.0"
|
||||
consola "^1.0.0"
|
||||
figures "^2.0.0"
|
||||
loader-utils "^1.1.0"
|
||||
lodash "^4.17.5"
|
||||
log-update "^2.3.0"
|
||||
pretty-time "^1.0.0"
|
||||
schema-utils "^0.4.5"
|
||||
std-env "^1.0.0"
|
||||
std-env "^1.1.0"
|
||||
table "^4.0.3"
|
||||
|
||||
whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3:
|
||||
|
Loading…
Reference in New Issue
Block a user