Skip to content

Commit 2927ea7

Browse files
committed
chore: upgrade deps
1 parent 12eed81 commit 2927ea7

File tree

2 files changed

+871
-802
lines changed

2 files changed

+871
-802
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quansync",
33
"type": "module",
44
"version": "0.2.8",
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.6.4",
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": "^4.4.0",
79-
"@types/node": "^22.13.8",
80-
"bumpp": "^10.0.3",
81-
"eslint": "^9.21.0",
78+
"@antfu/eslint-config": "^4.10.1",
79+
"@types/node": "^22.13.10",
80+
"bumpp": "^10.1.0",
81+
"eslint": "^9.22.0",
8282
"gensync": "1.0.0-beta.2",
83-
"lint-staged": "^15.4.3",
83+
"lint-staged": "^15.5.0",
8484
"mitata": "^1.0.34",
8585
"simple-git-hooks": "^2.11.1",
8686
"tsx": "^4.19.3",
8787
"typescript": "^5.8.2",
8888
"unbuild": "^3.5.0",
89-
"vite": "^6.2.0",
90-
"vitest": "^3.0.7"
89+
"vite": "^6.2.2",
90+
"vitest": "^3.0.9"
9191
},
9292
"simple-git-hooks": {
9393
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)