Skip to content

Commit a1b3afc

Browse files
committed
chore: upgrade deps
1 parent 072b035 commit a1b3afc

File tree

2 files changed

+1397
-1758
lines changed

2 files changed

+1397
-1758
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-quansync",
33
"version": "0.4.2",
4-
"packageManager": "pnpm@10.10.0",
4+
"packageManager": "pnpm@10.13.1",
55
"description": "Write async functions, get both async and sync functions",
66
"type": "module",
77
"keywords": [
@@ -73,25 +73,25 @@
7373
"quansync": ">=0.2.2"
7474
},
7575
"dependencies": {
76-
"ast-kit": "^2.0.0",
77-
"magic-string-ast": "^0.9.1",
78-
"unplugin": "^2.3.2"
76+
"ast-kit": "^2.1.1",
77+
"magic-string-ast": "^1.0.0",
78+
"unplugin": "^2.3.5"
7979
},
8080
"devDependencies": {
81-
"@babel/types": "^7.27.1",
82-
"@sxzz/eslint-config": "^7.0.0",
83-
"@sxzz/prettier-config": "^2.2.1",
84-
"@sxzz/test-utils": "^0.5.6",
85-
"@types/node": "^22.15.17",
86-
"bumpp": "^10.1.0",
87-
"eslint": "^9.26.0",
88-
"prettier": "^3.5.3",
81+
"@babel/types": "^7.28.1",
82+
"@sxzz/eslint-config": "^7.0.6",
83+
"@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",
88+
"prettier": "^3.6.2",
8989
"quansync": "^0.2.10",
90-
"tsdown": "^0.11.1",
91-
"tsx": "^4.19.4",
90+
"tsdown": "^0.12.9",
91+
"tsx": "^4.20.3",
9292
"typescript": "^5.8.3",
93-
"vite": "^6.3.5",
94-
"vitest": "^3.1.3"
93+
"vite": "^7.0.5",
94+
"vitest": "^3.2.4"
9595
},
9696
"engines": {
9797
"node": ">=20.18.0"

0 commit comments

Comments
 (0)