Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 448c2e7 commit 0b100c3
Show file tree
Hide file tree
Showing 7 changed files with 697 additions and 232 deletions.
8 changes: 4 additions & 4 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-beta.2",
"private": "true",
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.2",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -27,7 +27,7 @@
"twoslash:verify": "nuxt-content-twoslash verify --content-dir docs"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@antfu/eslint-config": "^4.4.0",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"acorn-loose": "^8.4.0",
Expand All @@ -37,8 +37,8 @@
"fs-extra": "^11.3.0",
"jsdom": "^26.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"typescript": "5.7.3",
"unbuild": "^3.3.1",
"typescript": "5.8.2",
"unbuild": "^3.5.0",
"utility-types": "^3.11.0",
"vitest": "^3.0.7",
"vue": "^3.5.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"mlly": "^1.7.4",
"ufo": "^1.5.4",
"unplugin": "^2.2.0",
"unplugin-ast": "^0.14.0"
"unplugin-ast": "^0.14.1"
},
"devDependencies": {
"@babel/types": "^7.26.9"
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
},
"typings": "./dist/index.d.ts",
"peerDependencies": {
"@angular/common": "^19.1.7",
"@angular/core": "^19.1.7"
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0"
},
"dependencies": {
"tslib": "^2.8.1",
"unhead": "workspace:*"
},
"devDependencies": {
"@angular/platform-browser-dynamic": "^19.1.7",
"@angular/platform-browser-dynamic": "^19.2.0",
"zone.js": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/schema-org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
},
"dependencies": {
"defu": "^6.1.4",
"ohash": "^2.0.4",
"ohash": "^2.0.10",
"ufo": "^1.5.4"
},
"devDependencies": {
Expand All @@ -112,7 +112,7 @@
"@unhead/svelte": "workspace:*",
"@unhead/vue": "workspace:*",
"unhead": "workspace:*",
"unplugin-vue-components": "^28.4.0"
"unplugin-vue-components": "^28.4.1"
},
"build": {
"external": [
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "14.6.1",
"solid-js": "^1.9.5",
"vite-plugin-solid": "^2.11.2"
"vite-plugin-solid": "^2.11.6"
}
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"export:sizes": "npx export-size . -r"
},
"peerDependencies": {
"svelte": ">=5.20.4"
"svelte": ">=5.21.0"
},
"build": {
"external": [
Expand All @@ -73,6 +73,6 @@
},
"devDependencies": {
"@testing-library/svelte": "^5.2.7",
"svelte": "^5.20.4"
"svelte": "^5.21.0"
}
}
Loading

0 comments on commit 0b100c3

Please sign in to comment.