Skip to content

Commit

Permalink
chore: bump unhead 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 2, 2024
1 parent d8b79f1 commit 83d6d18
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@
"resolutions": {
"@nuxt/schema": "3.13.0",
"@nuxt/scripts": "workspace:*",
"@unhead/dom": "1.10.1",
"@unhead/schema": "1.10.1",
"@unhead/shared": "1.10.1",
"@unhead/ssr": "1.10.1",
"@unhead/vue": "1.10.1",
"@unhead/dom": "1.10.2",
"@unhead/schema": "1.10.2",
"@unhead/shared": "1.10.2",
"@unhead/ssr": "1.10.2",
"@unhead/vue": "1.10.2",
"nuxt": "^3.13.0",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "1.10.3",
"unhead": "1.10.1",
"unhead": "1.10.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
}
Expand Down
102 changes: 51 additions & 51 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ export default defineNuxtModule<ModuleOptions>({
if (!unheadVersion || lt(unheadVersion, '1.10.0')) {
logger.error(`Nuxt Scripts requires Unhead >= 1.10.0, you are using v${unheadVersion}. Please run \`nuxi upgrade --clean\` to upgrade...`)
}
else if (lt(unheadVersion, '1.10.1')) {
logger.warn(`Nuxt Scripts recommends Unhead >= 1.10.1, you are using v${unheadVersion}. Please run \`nuxi upgrade --clean\` to upgrade...`)
else if (lt(unheadVersion, '1.10.2')) {
logger.warn(`Nuxt Scripts recommends Unhead >= 1.10.2, you are using v${unheadVersion}. Please run \`nuxi upgrade --clean\` to upgrade...`)
}
}
// allow augmenting the options
Expand Down

0 comments on commit 83d6d18

Please sign in to comment.