mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
chore(deps): update dependency @nuxtjs/devalue to ^1.2.0 (#4595)
This commit is contained in:
parent
dbc578d65f
commit
46f0eee83d
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxt/vue-app": "2.3.4",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"@nuxtjs/devalue": "^1.2.0",
|
||||
"chokidar": "^2.0.4",
|
||||
"consola": "^2.3.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"@nuxt/config": "2.3.4",
|
||||
"@nuxt/server": "2.3.4",
|
||||
"@nuxt/vue-renderer": "2.3.4",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"@nuxtjs/devalue": "^1.2.0",
|
||||
"consola": "^2.3.0",
|
||||
"debug": "^4.1.0",
|
||||
"esm": "^3.0.84",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"main": "dist/vue-renderer.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "2.3.4",
|
||||
"@nuxtjs/devalue": "^1.1.0",
|
||||
"@nuxtjs/devalue": "^1.2.0",
|
||||
"consola": "^2.3.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"lru-cache": "^5.1.1",
|
||||
|
12
yarn.lock
12
yarn.lock
@ -1360,12 +1360,12 @@
|
||||
error-stack-parser "^2.0.0"
|
||||
string-width "^2.0.0"
|
||||
|
||||
"@nuxtjs/devalue@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.npmjs.org/@nuxtjs/devalue/-/devalue-1.1.0.tgz#4dcdf33d914f6ea71b09da365452dd1016390d64"
|
||||
integrity sha512-q0c6OY+NgIs0whENpQtGOdnxy95e357aBtX8ix4koMtqijjUuWO+SjFE/s3Apg7F+YfBWMuDJ0wj9ZWktzDnhg==
|
||||
"@nuxtjs/devalue@^1.2.0":
|
||||
version "1.2.0"
|
||||
resolved "https://registry.npmjs.org/@nuxtjs/devalue/-/devalue-1.2.0.tgz#f3f40c4678916a7159b9e43e9cef57db0390538f"
|
||||
integrity sha512-k5PwF2YD4BPqvNyDGUMZKx2nqMiqyz+9NqBKuhWYl+D5sElct/19Cos8X2qcxFze1u7nW7OZ+oYmkgibP9TK8g==
|
||||
dependencies:
|
||||
consola "^2.0.7"
|
||||
consola "^2.3.0"
|
||||
|
||||
"@nuxtjs/eslint-config@^0.0.1":
|
||||
version "0.0.1"
|
||||
@ -3036,7 +3036,7 @@ connect@^3.6.6:
|
||||
parseurl "~1.3.2"
|
||||
utils-merge "1.0.1"
|
||||
|
||||
consola@^2.0.0-1, consola@^2.0.7:
|
||||
consola@^2.0.0-1:
|
||||
version "2.2.6"
|
||||
resolved "https://registry.npmjs.org/consola/-/consola-2.2.6.tgz#01360c5b3a3a9e49bbd497ad4e04037c05e772fd"
|
||||
integrity sha512-3ixQ51Pj8GN3p/BQs3d5a5hXdQVfCwr0tyAT9pkUAvR/22wdq1T1QSBLCLL9mpBdybc7WC/5bnNvIb0zuHRJOQ==
|
||||
|
Loading…
Reference in New Issue
Block a user