Skip to content

Commit 7107356

Browse files
committed
chore: upgrade deps
1 parent d2d1c81 commit 7107356

File tree

2 files changed

+699
-697
lines changed

2 files changed

+699
-697
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-quansync",
33
"version": "0.4.3",
4-
"packageManager": "pnpm@10.13.1",
4+
"packageManager": "pnpm@10.14.0",
55
"description": "Write async functions, get both async and sync functions",
66
"type": "module",
77
"keywords": [
@@ -78,19 +78,19 @@
7878
"unplugin": "^2.3.5"
7979
},
8080
"devDependencies": {
81-
"@babel/types": "^7.28.1",
82-
"@sxzz/eslint-config": "^7.0.6",
81+
"@babel/types": "^7.28.2",
82+
"@sxzz/eslint-config": "^7.1.2",
8383
"@sxzz/prettier-config": "^2.2.3",
84-
"@sxzz/test-utils": "^0.5.7",
85-
"@types/node": "^24.0.14",
86-
"bumpp": "^10.2.0",
87-
"eslint": "^9.31.0",
84+
"@sxzz/test-utils": "^0.5.9",
85+
"@types/node": "^24.2.0",
86+
"bumpp": "^10.2.2",
87+
"eslint": "^9.32.0",
8888
"prettier": "^3.6.2",
8989
"quansync": "^0.2.10",
90-
"tsdown": "^0.12.9",
90+
"tsdown": "^0.13.3",
9191
"tsx": "^4.20.3",
92-
"typescript": "^5.8.3",
93-
"vite": "^7.0.5",
92+
"typescript": "^5.9.2",
93+
"vite": "^7.1.1",
9494
"vitest": "^3.2.4"
9595
},
9696
"engines": {

0 commit comments

Comments
 (0)