Skip to content

Commit 606058e

Browse files
chore(deps): update all non-major dependencies
1 parent 7b3a807 commit 606058e

File tree

3 files changed

+566
-859
lines changed

3 files changed

+566
-859
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
25+
node-version: 18.20.8
2626
cache: pnpm
2727
registry-url: 'https://registry.npmjs.org'
2828

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lib-name",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@10.11.1",
5+
"packageManager": "pnpm@10.15.1",
66
"description": "lib-description",
77
"author": "alexzhang1030",
88
"license": "MIT",
@@ -38,15 +38,15 @@
3838
"release": "vitest run && bumpp --commit \"chore: release v%s\" --push --tag && pnpm publish"
3939
},
4040
"devDependencies": {
41-
"@antfu/eslint-config": "^4.13.2",
42-
"bumpp": "^10.1.1",
43-
"eslint": "^9.28.0",
44-
"lint-staged": "^16.1.0",
45-
"simple-git-hooks": "^2.13.0",
41+
"@antfu/eslint-config": "^4.19.0",
42+
"bumpp": "^10.2.3",
43+
"eslint": "^9.35.0",
44+
"lint-staged": "^16.1.6",
45+
"simple-git-hooks": "^2.13.1",
4646
"tsup": "^8.5.0",
47-
"tsx": "^4.19.4",
48-
"typescript": "^5.8.3",
49-
"vitest": "^3.2.1"
47+
"tsx": "^4.20.5",
48+
"typescript": "^5.9.2",
49+
"vitest": "^3.2.4"
5050
},
5151
"pnpm": {
5252
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)