Skip to content

Commit

Permalink
fix(deps): upgrade @vueuse/head (nuxt#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Apr 13, 2022
1 parent 1a5fd99 commit 59593a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0",
"@types/node-fetch": "^3.0.2",
"@vueuse/head": "^0.7.5",
"@vueuse/head": "^0.7.6",
"nuxt": "^2",
"unbuild": "latest",
"vue": "^2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nuxt/vite-builder": "3.0.0",
"@vue/reactivity": "^3.2.32",
"@vue/shared": "^3.2.32",
"@vueuse/head": "^0.7.5",
"@vueuse/head": "^0.7.6",
"chokidar": "^3.5.3",
"cookie-es": "^0.5.0",
"defu": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@ __metadata:
"@types/node-fetch": ^3.0.2
"@vitejs/plugin-legacy": ^1.8.0
"@vue/composition-api": ^1.4.9
"@vueuse/head": ^0.7.5
"@vueuse/head": ^0.7.6
acorn: ^8.7.0
cookie-es: ^0.5.0
defu: ^6.0.0
Expand Down Expand Up @@ -5300,12 +5300,12 @@ __metadata:
languageName: node
linkType: hard

"@vueuse/head@npm:^0.7.5":
version: 0.7.5
resolution: "@vueuse/head@npm:0.7.5"
"@vueuse/head@npm:^0.7.6":
version: 0.7.6
resolution: "@vueuse/head@npm:0.7.6"
peerDependencies:
vue: ">=3"
checksum: c6c7221078fa4bd9b509995950e3659b523e1dddb57ca9be2df2f1736ae41c3da195663c7fedfe71443e5468dcda946aecd55d8745b727c0045059b8c66f4be3
checksum: d8f49f5c2894b0d517231424a73e0efc42c6887cf2cc9e9dce7190229ac736a1864bc60d952080be3fa620e1309dd120b34595ae7a02800f29c44949f1590a21
languageName: node
linkType: hard

Expand Down Expand Up @@ -15294,7 +15294,7 @@ __metadata:
"@types/hash-sum": ^1.0.0
"@vue/reactivity": ^3.2.32
"@vue/shared": ^3.2.32
"@vueuse/head": ^0.7.5
"@vueuse/head": ^0.7.6
chokidar: ^3.5.3
cookie-es: ^0.5.0
defu: ^6.0.0
Expand Down

0 comments on commit 59593a0

Please sign in to comment.