Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#423)
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 Dec 5, 2024
1 parent e0182e7 commit 49656e6
Show file tree
Hide file tree
Showing 5 changed files with 961 additions and 942 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/lucide": "^1.2.16",
"@iconify-json/lucide": "^1.2.17",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.13",
"@iconify-json/simple-icons": "^1.2.14",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.1",
"@nuxt/devtools": "^1.6.3",
"@nuxt/fonts": "0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "2.19.2",
"@nuxt/ui-pro": "1.5.0",
"@nuxtjs/seo": "2.0.0-rc.23",
"@nuxtjs/seo": "2.0.2",
"@vueuse/nuxt": "^11.3.0",
"nuxt": "3.14.1592",
"nuxt-icon": "0.6.10",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.11.13",
"private": "true",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.4",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"repository": {
Expand All @@ -23,23 +23,23 @@
"benchmark": "vitest bench"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.11.2",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"acorn-loose": "^8.4.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"fs-extra": "^11.2.0",
"jsdom": "^25.0.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"unbuild": "^2.0.0",
"utility-types": "^3.11.0",
"vitest": "^2.1.5",
"vitest": "^2.1.8",
"vue": "^3.5.13"
},
"resolutions": {
"@nuxt/vite-builder": "3.14.1592",
"@nuxtjs/mdc": "0.9.5",
"@nuxtjs/mdc": "0.10.0",
"@unhead/addons": "workspace:*",
"@unhead/dom": "workspace:*",
"@unhead/schema": "workspace:*",
Expand All @@ -49,8 +49,8 @@
"@unhead/vue": "workspace:*",
"@vue/server-renderer": "3.5.13",
"nuxt": "3.14.1592",
"shiki": "1.23.1",
"typescript": "5.6.3",
"shiki": "1.24.0",
"typescript": "5.7.2",
"unhead": "workspace:*",
"vite": "5.4.11",
"vue": "^3.5.13"
Expand Down
6 changes: 3 additions & 3 deletions packages/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@rollup/pluginutils": "^5.1.3",
"@unhead/schema": "workspace:*",
"@unhead/shared": "workspace:*",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"mlly": "^1.7.3",
"ufo": "^1.5.4",
"unplugin": "^1.16.0",
"unplugin-ast": "^0.11.0"
"unplugin-ast": "^0.12.0"
},
"devDependencies": {
"@babel/types": "^7.26.0",
"@babel/types": "^7.26.3",
"estree-walker": "^3.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/schema-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"lint": "eslint \"{src,test}/**/*.{ts,vue,json,yml}\" --fix"
},
"peerDependencies": {
"@unhead/vue": "^1.11.11",
"unhead": "^1.11.11"
"@unhead/vue": "^1.11.13",
"unhead": "^1.11.13"
},
"peerDependenciesMeta": {
"@unhead/vue": {
Expand All @@ -77,6 +77,6 @@
"@unhead/shared": "workspace:*",
"@unhead/vue": "workspace:*",
"unhead": "workspace:*",
"unplugin-vue-components": "^0.27.4"
"unplugin-vue-components": "^0.27.5"
}
}
Loading

0 comments on commit 49656e6

Please sign in to comment.