Skip to content

Commit 1f62e73

Browse files
committed
chore: upgrade deps
1 parent 0f74a64 commit 1f62e73

File tree

2 files changed

+1104
-1124
lines changed

2 files changed

+1104
-1124
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quansync",
33
"type": "module",
44
"version": "0.2.11",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.22.0",
66
"description": "Create sync/async APIs with usable logic",
77
"author": "Anthony Fu <[email protected]>",
88
"contributors": [
@@ -75,19 +75,19 @@
7575
"prepare": "simple-git-hooks"
7676
},
7777
"devDependencies": {
78-
"@antfu/eslint-config": "^5.2.1",
79-
"@types/node": "^24.3.0",
80-
"bumpp": "^10.2.3",
81-
"eslint": "^9.33.0",
78+
"@antfu/eslint-config": "^6.2.0",
79+
"@types/node": "^24.10.1",
80+
"bumpp": "^10.3.1",
81+
"eslint": "^9.39.1",
8282
"gensync": "1.0.0-beta.2",
83-
"lint-staged": "^16.1.5",
83+
"lint-staged": "^16.2.6",
8484
"mitata": "^1.0.34",
8585
"simple-git-hooks": "^2.13.1",
86-
"tsx": "^4.20.4",
87-
"typescript": "^5.9.2",
86+
"tsx": "^4.20.6",
87+
"typescript": "^5.9.3",
8888
"unbuild": "^3.6.1",
89-
"vite": "^7.1.2",
90-
"vitest": "^3.2.4"
89+
"vite": "^7.2.2",
90+
"vitest": "^4.0.8"
9191
},
9292
"simple-git-hooks": {
9393
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)