mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(deps): update all non-major dependencies (#4670)
This commit is contained in:
parent
d3b939690c
commit
438b430a2e
@ -34,7 +34,7 @@
|
||||
"babel-plugin-dynamic-import-node": "^2.2.0",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"codecov": "^3.1.0",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"cross-env": "^5.2.0",
|
||||
"cross-spawn": "^6.0.5",
|
||||
"eslint": "^5.11.1",
|
||||
@ -45,7 +45,7 @@
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"eslint-plugin-vue": "^5.0.0",
|
||||
"eslint-plugin-vue": "^5.1.0",
|
||||
"esm": "^3.0.84",
|
||||
"express": "^4.16.4",
|
||||
"finalhandler": "^1.1.1",
|
||||
@ -65,7 +65,7 @@
|
||||
"puppeteer": "^1.11.0",
|
||||
"request": "^2.88.0",
|
||||
"request-promise-native": "^1.0.5",
|
||||
"rimraf": "^2.6.2",
|
||||
"rimraf": "^2.6.3",
|
||||
"rollup": "^1.0.0",
|
||||
"rollup-plugin-alias": "^1.5.1",
|
||||
"rollup-plugin-babel": "^4.2.0",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"@nuxt/utils": "2.3.4",
|
||||
"@nuxt/vue-app": "2.3.4",
|
||||
"chokidar": "^2.0.4",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"fs-extra": "^7.0.1",
|
||||
"glob": "^7.1.3",
|
||||
"hash-sum": "^1.0.2",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"@nuxt/config": "2.3.4",
|
||||
"boxen": "^2.1.0",
|
||||
"chalk": "^2.4.1",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"esm": "^3.0.84",
|
||||
"execa": "^1.0.0",
|
||||
"minimist": "^1.2.0",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"main": "dist/config.js",
|
||||
"dependencies": {
|
||||
"@nuxt/utils": "2.3.4",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"std-env": "^2.2.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -13,7 +13,7 @@
|
||||
"@nuxt/server": "2.3.4",
|
||||
"@nuxt/utils": "2.3.4",
|
||||
"@nuxt/vue-renderer": "2.3.4",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"debug": "^4.1.1",
|
||||
"esm": "^3.0.84",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/utils": "2.3.4",
|
||||
"chalk": "^2.4.1",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"fs-extra": "^7.0.1",
|
||||
"html-minifier": "^3.5.21"
|
||||
},
|
||||
|
@ -14,7 +14,7 @@
|
||||
"chalk": "^2.4.1",
|
||||
"compression": "^1.7.3",
|
||||
"connect": "^3.6.6",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"etag": "^1.8.1",
|
||||
"fresh": "^0.5.2",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
@ -8,7 +8,7 @@
|
||||
],
|
||||
"main": "dist/utils.js",
|
||||
"dependencies": {
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"serialize-javascript": "^1.6.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/devalue": "^1.2.0",
|
||||
"@nuxt/utils": "2.3.4",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"fs-extra": "^7.0.1",
|
||||
"lru-cache": "^5.1.1",
|
||||
"vue": "^2.5.21",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"cache-loader": "^2.0.0",
|
||||
"caniuse-lite": "^1.0.30000926",
|
||||
"chalk": "^2.4.1",
|
||||
"consola": "^2.3.0",
|
||||
"consola": "^2.3.1",
|
||||
"css-loader": "^2.1.0",
|
||||
"cssnano": "^4.1.8",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
|
26
yarn.lock
26
yarn.lock
@ -3082,6 +3082,17 @@ consola@^2.3.0:
|
||||
std-env "^2.2.1"
|
||||
string-width "^2.1.1"
|
||||
|
||||
consola@^2.3.1:
|
||||
version "2.3.1"
|
||||
resolved "https://registry.npmjs.org/consola/-/consola-2.3.1.tgz#38ef3acfdb37a220b82d77c52fdb6e0a7867af21"
|
||||
integrity sha512-wVwc06xAc67ntFIIP7BY2eAJk01BErEWUVzBQezcl2zC7cQwSH/F7qF0ff7xLhyRb5eecwoKS3Di6NOgIUsA0A==
|
||||
dependencies:
|
||||
chalk "^2.4.1"
|
||||
dayjs "^1.7.7"
|
||||
figures "^2.0.0"
|
||||
std-env "^2.2.1"
|
||||
string-width "^2.1.1"
|
||||
|
||||
console-browserify@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10"
|
||||
@ -4300,10 +4311,10 @@ eslint-plugin-standard@^4.0.0:
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz#f845b45109c99cd90e77796940a344546c8f6b5c"
|
||||
integrity sha512-OwxJkR6TQiYMmt1EsNRMe5qG3GsbjlcOhbGUBY4LtavF9DsLaTcoR+j2Tdjqi23oUwKNUqX7qcn5fPStafMdlA==
|
||||
|
||||
eslint-plugin-vue@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.0.0.tgz#4a2cc1c0e71ea45e1bd9c1a60f925bfe68bb5710"
|
||||
integrity sha512-mSv2Ebz3RaPP+XJO/mu7F+SdR9lrMyGISSExnarLFqqf3pF5wTmwWNrhHW1o9zKzKI811UVTIIkWJJvgO6SsUQ==
|
||||
eslint-plugin-vue@^5.1.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.1.0.tgz#d0d373334be8140d698ec4e1fb83f09faa48081b"
|
||||
integrity sha512-C7avvbGLb9J1PyGiFolPcGR4ljUc+dKm5ZJdrUKXwXFxHHx4SqOmRI29AsFyW7PbCGcnOvIlaq7NJS6HDIak+g==
|
||||
dependencies:
|
||||
vue-eslint-parser "^4.0.2"
|
||||
|
||||
@ -9870,6 +9881,13 @@ rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@~2.
|
||||
dependencies:
|
||||
glob "^7.0.5"
|
||||
|
||||
rimraf@^2.6.3:
|
||||
version "2.6.3"
|
||||
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
|
||||
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
|
||||
dependencies:
|
||||
glob "^7.1.3"
|
||||
|
||||
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
|
||||
|
Loading…
Reference in New Issue
Block a user