@vueuse/head
Advanced tools
Comparing version 1.0.22 to 1.0.23
{ | ||
"name": "@vueuse/head", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"packageManager": "pnpm@7.5.0", | ||
@@ -52,31 +52,31 @@ "description": "Document head manager for Vue 3. SSR ready.", | ||
"dependencies": { | ||
"@unhead/dom": "^1.0.9", | ||
"@unhead/schema": "^1.0.9", | ||
"@unhead/ssr": "^1.0.9", | ||
"@unhead/vue": "^1.0.9" | ||
"@unhead/dom": "^1.0.18", | ||
"@unhead/schema": "^1.0.18", | ||
"@unhead/ssr": "^1.0.18", | ||
"@unhead/vue": "^1.0.18" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.33.1", | ||
"@antfu/eslint-config": "^0.34.1", | ||
"@nuxt/kit": "3.0.0", | ||
"@nuxt/test-utils": "3.0.0", | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
"@vitejs/plugin-vue-jsx": "^2.1.1", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"@vue/compiler-sfc": "^3.2.45", | ||
"@vue/server-renderer": "^3.2.45", | ||
"cheerio": "1.0.0-rc.12", | ||
"eslint": "^8.29.0", | ||
"eslint": "^8.32.0", | ||
"execa": "^6.1.0", | ||
"get-port-please": "^2.6.1", | ||
"jsdom": "^20.0.3", | ||
"get-port-please": "^3.0.1", | ||
"jsdom": "^21.1.0", | ||
"kanpai": "^0.11.0", | ||
"lint-staged": "^13.1.0", | ||
"mlly": "^1.0.0", | ||
"mlly": "^1.1.0", | ||
"nuxt": "^3.0.0", | ||
"pathe": "^1.0.0", | ||
"playwright": "^1.28.1", | ||
"pathe": "^1.1.0", | ||
"playwright": "^1.29.2", | ||
"simple-git-hooks": "^2.8.1", | ||
"typescript": "^4.9.3", | ||
"unbuild": "^1.0.2", | ||
"vite": "^3.2.5", | ||
"vitest": "^0.25.5", | ||
"typescript": "^4.9.4", | ||
"unbuild": "^1.1.1", | ||
"vite": "^4.0.4", | ||
"vitest": "^0.27.3", | ||
"vue": "^3.2.45", | ||
@@ -83,0 +83,0 @@ "vue-router": "^4.1.6" |
@@ -96,3 +96,3 @@ <h1 align='center'>@vueuse/head</h1> | ||
// `head` is created from `createHead()` | ||
const { headTags, htmlAttrs, bodyAttrs, bodyTags } = renderHeadToString(head) | ||
const { headTags, htmlAttrs, bodyAttrs, bodyTags } = await renderHeadToString(head) | ||
@@ -99,0 +99,0 @@ const finalHTML = ` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21383
409
Updated@unhead/dom@^1.0.18
Updated@unhead/schema@^1.0.18
Updated@unhead/ssr@^1.0.18
Updated@unhead/vue@^1.0.18