Skip to content

Commit

Permalink
chore: bump unhead 1.1.23
Browse files Browse the repository at this point in the history
harlan-zw committed Mar 13, 2023
1 parent 00f05f8 commit 5dcbe7d
Showing 3 changed files with 236 additions and 233 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -49,10 +49,10 @@
"vue": ">=2.7 || >=3"
},
"dependencies": {
"@unhead/dom": "^1.1.19",
"@unhead/schema": "^1.1.19",
"@unhead/ssr": "^1.1.19",
"@unhead/vue": "^1.1.19"
"@unhead/dom": "^1.1.23",
"@unhead/schema": "^1.1.23",
"@unhead/ssr": "^1.1.23",
"@unhead/vue": "^1.1.23"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
@@ -63,12 +63,12 @@
"@vue/compiler-sfc": "^3.2.47",
"@vue/server-renderer": "^3.2.47",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.35.0",
"execa": "^7.0.0",
"eslint": "^8.36.0",
"execa": "^7.1.0",
"get-port-please": "^3.0.1",
"jsdom": "^21.1.0",
"jsdom": "^21.1.1",
"kanpai": "^0.11.0",
"mlly": "^1.1.1",
"mlly": "^1.2.0",
"nuxt": "^3.2.3",
"pathe": "^1.1.0",
"playwright": "^1.31.2",
452 changes: 228 additions & 224 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/createHead.ts
Original file line number Diff line number Diff line change
@@ -173,7 +173,6 @@ export function createHead<T extends MergeHead = {}>(initHeadObject?: Head<T>, o
})

if (initHeadObject)
// @ts-expect-error untyped
legacyHead.addHeadObjs(initHeadObject)

return legacyHead

0 comments on commit 5dcbe7d

Please sign in to comment.