Skip to content

Commit 65d7a4e

Browse files
chore(deps): update all non-major dependencies
1 parent 70ac220 commit 65d7a4e

File tree

3 files changed

+914
-803
lines changed

3 files changed

+914
-803
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v5
1515

1616
- name: Install pnpm
17-
uses: pnpm/action-setup@v4.1.0
17+
uses: pnpm/action-setup@v4.2.0
1818

1919
- name: Set node LTS
2020
uses: actions/setup-node@v6

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue-spark/app-helpers",
33
"type": "module",
44
"version": "0.2.0",
5-
"packageManager": "pnpm@10.11.0",
5+
"packageManager": "pnpm@10.21.0",
66
"description": "Lightweight Helpers for Vue 3 Application Development.",
77
"author": "leihaohao <https://github.com/l246804>",
88
"license": "MIT",
@@ -54,24 +54,24 @@
5454
}
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^4.14.1",
58-
"@sxzz/prettier-config": "^2.2.3",
57+
"@antfu/eslint-config": "^4.19.0",
58+
"@sxzz/prettier-config": "^2.2.4",
5959
"@tsconfig/node22": "^22.0.2",
6060
"@types/node": "^24.10.0",
61-
"@vue/tsconfig": "^0.7.0",
62-
"bumpp": "^10.1.0",
63-
"eslint": "^9.26.0",
64-
"eslint-plugin-format": "^1.0.1",
65-
"happy-dom": "^20.0.0",
66-
"lint-staged": "^16.1.2",
67-
"prettier": "^3.5.3",
68-
"simple-git-hooks": "^2.13.0",
69-
"tsdown": "^0.11.9",
70-
"tsx": "^4.19.4",
71-
"typescript": "^5.8.3",
72-
"vitest": "^4.0.3",
73-
"vue": "^3.5.16",
74-
"vue-router": "^4.5.1"
61+
"@vue/tsconfig": "^0.8.1",
62+
"bumpp": "^10.3.1",
63+
"eslint": "^9.39.1",
64+
"eslint-plugin-format": "^1.0.2",
65+
"happy-dom": "^20.0.10",
66+
"lint-staged": "^16.2.6",
67+
"prettier": "^3.6.2",
68+
"simple-git-hooks": "^2.13.1",
69+
"tsdown": "^0.16.2",
70+
"tsx": "^4.20.6",
71+
"typescript": "^5.9.3",
72+
"vitest": "^4.0.8",
73+
"vue": "^3.5.24",
74+
"vue-router": "^4.6.3"
7575
},
7676
"simple-git-hooks": {
7777
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)