Skip to content

Commit

Permalink
docs(deps): add nuxt-component-meta resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 10, 2024
1 parent bce94db commit 2bb8360
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"joi": "^17.13.3",
"nuxt": "^3.12.3",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-component-meta": "^0.7.0",
"nuxt-component-meta": "^0.6.4",
"nuxt-og-image": "^3.0.0-rc.56",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"resolutions": {
"@nuxt/ui": "workspace:*",
"@nuxt/module-builder": "0.5.5",
"nuxt-component-meta": "0.6.4",
"vue-tsc": "2.0.16"
}
}
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"extends": [
"github>nuxt/renovate-config-nuxt"
],
"ignoreDeps": ["valibot30", "valibot31", "vue-tsc", "@nuxt/module-builder"]
"ignoreDeps": [
"@nuxt/module-builder",
"nuxt-component-meta",
"valibot30",
"valibot31",
"vue-tsc"
]
}

0 comments on commit 2bb8360

Please sign in to comment.