Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#456)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 807da07 commit 7b47439
Show file tree
Hide file tree
Showing 5 changed files with 1,032 additions and 975 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/lucide": "^1.2.22",
"@iconify-json/lucide": "^1.2.24",
"@iconify-json/noto": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.19",
"@iconify-json/simple-icons": "^1.2.20",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.7.0",
"@nuxt/fonts": "0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "2.20.0",
"@nuxt/ui-pro": "1.6.0",
"@nuxtjs/seo": "2.0.2",
"@nuxt/ui": "2.21.0",
"@nuxt/ui-pro": "1.7.0",
"@nuxtjs/seo": "2.0.3",
"@vueuse/nuxt": "^12.4.0",
"nuxt": "3.15.1",
"nuxt": "3.15.2",
"nuxt-icon": "0.6.10",
"nuxt-lego": "^0.0.14",
"vue": "3.5.13"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2.0.0-alpha.2",
"private": "true",
"packageManager": "pnpm@9.15.3",
"packageManager": "pnpm@9.15.4",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"repository": {
Expand All @@ -26,12 +26,12 @@
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"acorn-loose": "^8.4.0",
"bumpp": "^9.10.0",
"bumpp": "^9.10.1",
"eslint": "^9.18.0",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"jsdom": "^26.0.0",
"typescript": "5.7.2",
"unbuild": "^3.3.0",
"typescript": "5.7.3",
"unbuild": "^3.3.1",
"utility-types": "^3.11.0",
"vitest": "^2.1.8",
"vue": "^3.5.13"
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"lint": "eslint \"{src,test}/**/*.{ts,vue,json,yml}\" --fix"
},
"peerDependencies": {
"@unhead/vue": "^1.11.15",
"unhead": "^1.11.15"
"@unhead/vue": "^1.11.18",
"unhead": "^1.11.18"
},
"peerDependenciesMeta": {
"@unhead/vue": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"stub": "unbuild . --stub"
},
"peerDependencies": {
"vue": ">=3"
"vue": ">=3.5.13"
},
"build": {
"external": [
Expand Down
Loading

0 comments on commit 7b47439

Please sign in to comment.