Skip to content

Commit

Permalink
chore(deps): update dependency @nuxt/devalue to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 21, 2021
1 parent cdbea39 commit 638b91f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"@nuxt/devalue": "^1.2.5",
"@nuxt/devalue": "^2.0.0",
"@nuxt/utils": "2.15.6",
"@nuxt/vue-app": "2.15.6",
"@nuxt/webpack": "2.15.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"dependencies": {
"@nuxt/devalue": "^1.2.5",
"@nuxt/devalue": "^2.0.0",
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^5.0.0",
Expand Down
12 changes: 5 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1922,12 +1922,10 @@
upath "^2.0.1"
vue-template-compiler "^2.6.12"

"@nuxt/devalue@^1.2.5":
version "1.2.5"
resolved "https://registry.npmjs.org/@nuxt/devalue/-/devalue-1.2.5.tgz#8d95e3e74b3332d3eb713342c5c4d18096047d66"
integrity sha512-Tg86C7tqzvZtZli2BQVqgzZN136mZDTgauvJXagglKkP2xt5Kw3NUIiJyjX0Ww/IZy2xVmD0LN+CEPpij4dB2g==
dependencies:
consola "^2.9.0"
"@nuxt/devalue@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.0.tgz#c7bd7e9a516514e612d5d2e511ffc399e0eac322"
integrity sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA==

"@nuxt/friendly-errors-webpack-plugin@^2.5.1":
version "2.5.1"
Expand Down Expand Up @@ -4443,7 +4441,7 @@ connect@^3.7.0:
parseurl "~1.3.3"
utils-merge "1.0.1"

consola@^2.10.0, consola@^2.15.0, consola@^2.15.3, consola@^2.6.0, consola@^2.9.0:
consola@^2.10.0, consola@^2.15.0, consola@^2.15.3, consola@^2.6.0:
version "2.15.3"
resolved "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
Expand Down

0 comments on commit 638b91f

Please sign in to comment.