@vueuse/head
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "@vueuse/head", | ||
"version": "1.0.25", | ||
"packageManager": "pnpm@7.5.0", | ||
"version": "1.0.26", | ||
"packageManager": "pnpm@7.25.0", | ||
"description": "Document head manager for Vue 3. SSR ready.", | ||
@@ -52,11 +52,11 @@ "author": { | ||
"dependencies": { | ||
"@unhead/dom": "^1.0.21", | ||
"@unhead/schema": "^1.0.21", | ||
"@unhead/ssr": "^1.0.21", | ||
"@unhead/vue": "^1.0.21" | ||
"@unhead/dom": "^1.0.22", | ||
"@unhead/schema": "^1.0.22", | ||
"@unhead/ssr": "^1.0.22", | ||
"@unhead/vue": "^1.0.22" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^0.35.1", | ||
"@nuxt/kit": "3.1.2", | ||
"@nuxt/test-utils": "3.1.2", | ||
"@antfu/eslint-config": "^0.35.2", | ||
"@nuxt/kit": "3.2.0", | ||
"@nuxt/test-utils": "3.2.0", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
@@ -67,13 +67,11 @@ "@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"cheerio": "1.0.0-rc.12", | ||
"eslint": "^8.33.0", | ||
"execa": "^6.1.0", | ||
"eslint": "^8.34.0", | ||
"execa": "^7.0.0", | ||
"get-port-please": "^3.0.1", | ||
"jsdom": "^21.1.0", | ||
"kanpai": "^0.11.0", | ||
"lint-staged": "^13.1.0", | ||
"mlly": "^1.1.0", | ||
"nuxt": "^3.1.2", | ||
"nuxt": "^3.2.0", | ||
"pathe": "^1.1.0", | ||
"playwright": "^1.30.0", | ||
"simple-git-hooks": "^2.8.1", | ||
"typescript": "^4.9.5", | ||
@@ -88,11 +86,3 @@ "unbuild": "^1.1.1", | ||
"@vueuse/head": "link:." | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "npx lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*.{ts,vue,json,yml,tsx}": [ | ||
"eslint \"**/*.{ts,vue,json,yml,tsx}\" --fix" | ||
] | ||
} | ||
} |
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
23
21147
Updated@unhead/dom@^1.0.22
Updated@unhead/schema@^1.0.22
Updated@unhead/ssr@^1.0.22
Updated@unhead/vue@^1.0.22