Skip to content

Commit 3d66bcd

Browse files
fix(deps): update all non-major dependencies
1 parent fcaa91d commit 3d66bcd

File tree

2 files changed

+341
-325
lines changed

2 files changed

+341
-325
lines changed

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": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.20.0",
6+
"packageManager": "pnpm@10.21.0",
77
"description": "",
88
"author": "tdesign",
99
"license": "MIT",
@@ -32,21 +32,21 @@
3232
"@actions/core": "^1.11.1",
3333
"@actions/exec": "^1.1.1",
3434
"@actions/github": "^6.0.1",
35-
"@pnpm/workspace.manifest-writer": "^1001.0.3",
36-
"@pnpm/workspace.read-manifest": "^1000.2.5",
35+
"@pnpm/workspace.manifest-writer": "^1001.0.4",
36+
"@pnpm/workspace.read-manifest": "^1000.2.6",
3737
"node-cnb": "^1.17.1"
3838
},
3939
"devDependencies": {
4040
"@antfu/eslint-config": "^6.2.0",
4141
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
42-
"@types/node": "^22.18.13",
43-
"eslint": "^9.39.0",
42+
"@types/node": "^22.19.0",
43+
"eslint": "^9.39.1",
4444
"eslint-plugin-format": "^1.0.2",
4545
"lint-staged": "^16.2.6",
4646
"simple-git-hooks": "^2.13.1",
47-
"tsdown": "^0.15.12",
47+
"tsdown": "^0.16.1",
4848
"typescript": "^5.9.3",
49-
"vitest": "^4.0.6"
49+
"vitest": "^4.0.8"
5050
},
5151
"simple-git-hooks": {
5252
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)