Skip to content

Commit 41ea687

Browse files
chore(deps): update all non-major dependencies
1 parent ab7e865 commit 41ea687

File tree

3 files changed

+416
-406
lines changed

3 files changed

+416
-406
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set node version to 22
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 22.18.0
2222
cache: "pnpm"
2323

2424
- run: pnpm install

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"engines": {
2727
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2828
},
29-
"packageManager": "pnpm@10.12.4",
29+
"packageManager": "pnpm@10.14.0",
3030
"repository": {
3131
"type": "git",
3232
"url": "git+https://github.com/vitejs/vite-plugin-basic-ssl.git"
@@ -39,7 +39,7 @@
3939
"vite": "^6.0.0 || ^7.0.0"
4040
},
4141
"devDependencies": {
42-
"@types/node": "^22.15.34",
42+
"@types/node": "^22.17.1",
4343
"conventional-changelog-cli": "^5.0.0",
4444
"enquirer": "^2.4.1",
4545
"execa": "^9.6.0",
@@ -49,9 +49,9 @@
4949
"prettier": "^3.6.2",
5050
"semver": "^7.7.2",
5151
"tsx": "^4.20.3",
52-
"typescript": "^5.8.3",
53-
"unbuild": "^3.5.0",
54-
"vite": "^6.2.0",
52+
"typescript": "^5.9.2",
53+
"unbuild": "^3.6.0",
54+
"vite": "^6.3.5",
5555
"vitest": "^3.2.4"
5656
},
5757
"pnpm": {

0 commit comments

Comments
 (0)