Skip to content

Commit e77e020

Browse files
committed
chore: bump deps
1 parent 7ba538f commit e77e020

File tree

16 files changed

+1210
-1190
lines changed

16 files changed

+1210
-1190
lines changed

examples/angular/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^20.3.1",
16-
"@angular/common": "^20.3.1",
17-
"@angular/compiler": "^20.3.1",
18-
"@angular/core": "^20.3.1",
19-
"@angular/forms": "^20.3.1",
20-
"@angular/platform-browser": "^20.3.1",
21-
"@angular/platform-browser-dynamic": "^20.3.1",
22-
"@angular/platform-server": "^20.3.1",
23-
"@angular/router": "^20.3.1",
24-
"@angular/ssr": "^20.3.2",
15+
"@angular/animations": "^20.3.4",
16+
"@angular/common": "^20.3.4",
17+
"@angular/compiler": "^20.3.4",
18+
"@angular/core": "^20.3.4",
19+
"@angular/forms": "^20.3.4",
20+
"@angular/platform-browser": "^20.3.4",
21+
"@angular/platform-browser-dynamic": "^20.3.4",
22+
"@angular/platform-server": "^20.3.4",
23+
"@angular/router": "^20.3.4",
24+
"@angular/ssr": "^20.3.5",
2525
"@unhead/angular": "workspace:*",
2626
"express": "^5.1.0",
2727
"rxjs": "~7.8.2",
2828
"tslib": "^2.8.1",
2929
"zone.js": "~0.15.1"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^20.3.2",
33-
"@angular/build": "^20.3.2",
34-
"@angular/cli": "^20.3.2",
35-
"@angular/compiler-cli": "^20.3.1",
32+
"@angular-devkit/build-angular": "^20.3.5",
33+
"@angular/build": "^20.3.5",
34+
"@angular/cli": "^20.3.5",
35+
"@angular/compiler-cli": "^20.3.4",
3636
"@types/express": "^5.0.3",
37-
"@types/node": "^24.5.2",
37+
"@types/node": "^24.7.0",
3838
"ng-packagr": "^20.3.0",
3939
"typescript": "5.8.3"
4040
}

examples/vite-ssr-react-ts/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"@unhead/schema-org": "workspace:*",
1616
"compression": "^1.8.1",
1717
"express": "^5.1.0",
18-
"react": "^19.1.1",
19-
"react-dom": "^19.1.1",
20-
"react-router-dom": "^7.9.1",
18+
"react": "^19.2.0",
19+
"react-dom": "^19.2.0",
20+
"react-router-dom": "^7.9.3",
2121
"sirv": "^3.0.2"
2222
},
2323
"devDependencies": {
2424
"@types/express": "^5.0.3",
25-
"@types/node": "^24.5.2",
26-
"@types/react": "^19.1.13",
27-
"@types/react-dom": "^19.1.9",
28-
"@vitejs/plugin-react": "^5.0.3",
29-
"cross-env": "^10.0.0",
25+
"@types/node": "^24.7.0",
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^5.0.4",
29+
"cross-env": "^10.1.0",
3030
"typescript": "5.8.3",
31-
"vite": "^7.1.6"
31+
"vite": "^7.1.9"
3232
}
3333
}

examples/vite-ssr-svelte/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"sirv": "^3.0.2"
2020
},
2121
"devDependencies": {
22-
"@sveltejs/vite-plugin-svelte": "^6.2.0",
22+
"@sveltejs/vite-plugin-svelte": "^6.2.1",
2323
"@tsconfig/svelte": "^5.0.5",
2424
"@types/express": "^5.0.3",
25-
"@types/node": "^24.5.2",
26-
"cross-env": "^10.0.0",
27-
"svelte": "^5.39.2",
28-
"svelte-check": "^4.3.1",
25+
"@types/node": "^24.7.0",
26+
"cross-env": "^10.1.0",
27+
"svelte": "^5.39.11",
28+
"svelte-check": "^4.3.3",
2929
"tslib": "^2.8.1",
3030
"typescript": "5.8.3",
31-
"vite": "^7.1.6"
31+
"vite": "^7.1.9"
3232
}
3333
}

examples/vite-ssr-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"devDependencies": {
1919
"@types/express": "^5.0.3",
20-
"@types/node": "^24.5.2",
21-
"cross-env": "^10.0.0",
20+
"@types/node": "^24.7.0",
21+
"cross-env": "^10.1.0",
2222
"typescript": "5.8.3",
23-
"vite": "^7.1.6"
23+
"vite": "^7.1.9"
2424
}
2525
}

examples/vite-ssr-vue-prerender/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@unhead/vue": "workspace:*",
1919
"pinia": "^3.0.3",
2020
"unhead": "workspace:*",
21-
"unplugin-auto-import": "^20.1.0",
22-
"vite": "^7.1.6",
21+
"unplugin-auto-import": "^20.2.0",
22+
"vite": "^7.1.9",
2323
"vue-router": "^4.5.1"
2424
},
2525
"devDependencies": {
@@ -29,6 +29,6 @@
2929
"express": "^5.1.0",
3030
"serve-static": "^2.2.0",
3131
"vite-plugin-inspect": "10.1.0",
32-
"vue": "^3.5.21"
32+
"vue": "^3.5.22"
3333
}
3434
}

examples/vite-ssr-vue-streaming/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@unhead/vue": "workspace:*",
2222
"pinia": "^3.0.3",
2323
"unhead": "workspace:*",
24-
"unplugin-auto-import": "^20.1.0",
25-
"vite": "^7.1.6",
24+
"unplugin-auto-import": "^20.2.0",
25+
"vite": "^7.1.9",
2626
"vue-router": "^4.5.1"
2727
},
2828
"devDependencies": {
@@ -31,6 +31,6 @@
3131
"compression": "^1.8.1",
3232
"express": "^5.1.0",
3333
"serve-static": "^2.2.0",
34-
"vue": "^3.5.21"
34+
"vue": "^3.5.22"
3535
}
3636
}

examples/vite-ssr-vue/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"@unhead/vue": "workspace:*",
1616
"compression": "^1.8.1",
1717
"express": "^5.1.0",
18-
"rollup-plugin-visualizer": "^6.0.3",
18+
"rollup-plugin-visualizer": "^6.0.4",
1919
"sirv": "^3.0.2",
2020
"vite-bundle-analyzer": "^1.2.3",
21-
"vue": "^3.5.21"
21+
"vue": "^3.5.22"
2222
},
2323
"devDependencies": {
2424
"@types/express": "^5.0.3",
25-
"@types/node": "^24.5.2",
25+
"@types/node": "^24.7.0",
2626
"@vitejs/plugin-vue": "^6.0.1",
27-
"cross-env": "^10.0.0",
27+
"cross-env": "^10.1.0",
2828
"typescript": "5.8.3",
29-
"vite": "^7.1.6",
30-
"vue-tsc": "^3.0.7"
29+
"vite": "^7.1.9",
30+
"vue-tsc": "^3.0.9"
3131
}
3232
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.0.18",
55
"private": "true",
6-
"packageManager": "pnpm@10.17.0",
6+
"packageManager": "pnpm@10.18.1",
77
"author": "Harlan Wilton <[email protected]>",
88
"license": "MIT",
99
"homepage": "https://unhead.unjs.io",
@@ -31,26 +31,26 @@
3131
"twoslash:verify": "nuxt-content-twoslash verify --content-dir docs"
3232
},
3333
"devDependencies": {
34-
"@antfu/eslint-config": "^5.3.0",
34+
"@antfu/eslint-config": "^5.4.1",
3535
"@arethetypeswrong/cli": "^0.18.2",
3636
"@fast-check/vitest": "^0.2.2",
3737
"@types/fs-extra": "^11.0.4",
3838
"@types/jsdom": "^27.0.0",
3939
"acorn-loose": "^8.5.2",
40-
"bumpp": "^10.2.3",
40+
"bumpp": "^10.3.1",
4141
"devalue": "^5.3.2",
42-
"eslint": "^9.35.0",
42+
"eslint": "^9.37.0",
4343
"fs-extra": "^11.3.2",
4444
"js-yaml": "^4.1.0",
4545
"jsdom": "^27.0.0",
4646
"rollup-plugin-analyzer": "^4.0.0",
47-
"typescript": "5.9.2",
47+
"typescript": "5.9.3",
4848
"unbuild": "^3.6.1",
4949
"utility-types": "^3.11.0",
5050
"vitest": "^3.2.4",
5151
"vitest-package-exports": "^0.1.1",
52-
"vue": "^3.5.21",
53-
"vue-tsc": "^3.0.7"
52+
"vue": "^3.5.22",
53+
"vue-tsc": "^3.0.9"
5454
},
5555
"pnpm": {
5656
"ignoredBuiltDependencies": [

packages/addons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"mlly": "^1.8.0",
6565
"ufo": "^1.6.1",
6666
"unplugin": "^2.3.10",
67-
"unplugin-ast": "^0.15.2"
67+
"unplugin-ast": "^0.15.3"
6868
},
6969
"devDependencies": {
7070
"@babel/types": "^7.28.4"

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"unhead": "workspace:*"
7373
},
7474
"devDependencies": {
75-
"@angular/platform-browser-dynamic": "^20.3.1",
75+
"@angular/platform-browser-dynamic": "^20.3.4",
7676
"zone.js": "^0.15.1"
7777
}
7878
}

0 commit comments

Comments
 (0)