Skip to content

Commit 75b7ede

Browse files
fix(deps): update all non-major dependencies (#65)
* fix(deps): update all non-major dependencies * chore: fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 黎伟杰 <674416404@qq.com>
1 parent 01bd8c7 commit 75b7ede

File tree

3 files changed

+409
-204
lines changed

3 files changed

+409
-204
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.3",
55
"private": true,
6-
"packageManager": "pnpm@10.28.1",
6+
"packageManager": "pnpm@10.28.2",
77
"description": "Only for TDesign's project management automation ci",
88
"author": "TDesignOteam",
99
"license": "MIT",
@@ -31,17 +31,17 @@
3131
"lint:fix": "eslint --fix ."
3232
},
3333
"dependencies": {
34-
"@actions/core": "^2.0.2",
34+
"@actions/core": "^2.0.3",
3535
"@actions/github": "^7.0.0"
3636
},
3737
"devDependencies": {
38-
"@antfu/eslint-config": "^7.0.1",
38+
"@antfu/eslint-config": "^7.2.0",
3939
"@types/node": "^24.10.9",
4040
"eslint": "^9.39.2",
4141
"eslint-plugin-format": "^1.3.1",
4242
"lint-staged": "^16.2.7",
4343
"simple-git-hooks": "^2.13.1",
44-
"tsdown": "^0.19.0",
44+
"tsdown": "^0.20.1",
4545
"typescript": "^5.9.3"
4646
},
4747
"simple-git-hooks": {

0 commit comments

Comments
 (0)