Skip to content

Commit

Permalink
chore(deps): update @vueuse/head dependencies to 1.0.26 (#19076)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Feb 16, 2023
1 parent f225ebd commit 88b895a
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -50,7 +50,7 @@
"@unhead/ssr": "^1.0.21",
"@vue/reactivity": "^3.2.47",
"@vue/shared": "^3.2.47",
"@vueuse/head": "^1.0.25",
"@vueuse/head": "^1.0.26",
"chokidar": "^3.5.3",
"cookie-es": "^0.5.0",
"defu": "^6.1.2",
Expand Down
64 changes: 53 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions test/bundle.test.ts
Expand Up @@ -53,6 +53,7 @@ describe.skipIf(isWindows)('minimal nuxt application', () => {
[
"@babel/parser",
"@unhead/dom",
"@unhead/shared",
"@unhead/ssr",
"@unhead/vue",
"@vue/compiler-core",
Expand Down Expand Up @@ -83,6 +84,7 @@ describe.skipIf(isWindows)('minimal nuxt application', () => {
"uncrypto",
"unctx",
"unenv",
"unhead",
"unstorage",
"vue",
"vue-bundle-renderer",
Expand Down

0 comments on commit 88b895a

Please sign in to comment.