File tree Expand file tree Collapse file tree 3 files changed +1555
-1333
lines changed Expand file tree Collapse file tree 3 files changed +1555
-1333
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-quansync" ,
3
3
"version" : " 0.3.6" ,
4
- "packageManager" : " pnpm@10.8 .0" ,
4
+ "packageManager" : " pnpm@10.10 .0" ,
5
5
"description" : " Write async functions, get both async and sync functions" ,
6
6
"type" : " module" ,
7
7
"keywords" : [
73
73
"quansync" : " >=0.2.2"
74
74
},
75
75
"dependencies" : {
76
- "ast-kit" : " ^1.4.2 " ,
76
+ "ast-kit" : " ^2.0.0 " ,
77
77
"magic-string-ast" : " ^0.9.1" ,
78
78
"unplugin" : " ^2.3.2" ,
79
79
"unplugin-utils" : " ^0.2.4"
80
80
},
81
81
"devDependencies" : {
82
- "@babel/types" : " ^7.27.0 " ,
83
- "@sxzz/eslint-config" : " ^6.1.1 " ,
82
+ "@babel/types" : " ^7.27.1 " ,
83
+ "@sxzz/eslint-config" : " ^7.0.0 " ,
84
84
"@sxzz/prettier-config" : " ^2.2.1" ,
85
- "@sxzz/test-utils" : " ^0.5.4 " ,
86
- "@types/node" : " ^22.14.1 " ,
85
+ "@sxzz/test-utils" : " ^0.5.6 " ,
86
+ "@types/node" : " ^22.15.17 " ,
87
87
"bumpp" : " ^10.1.0" ,
88
- "eslint" : " ^9.24.0" ,
89
- "oxc-transform" : " ^0.63.0" ,
88
+ "eslint" : " ^9.26.0" ,
90
89
"prettier" : " ^3.5.3" ,
91
90
"quansync" : " ^0.2.10" ,
92
- "tsdown" : " ^0.6.10 " ,
93
- "tsx" : " ^4.19.3 " ,
91
+ "tsdown" : " ^0.11.1 " ,
92
+ "tsx" : " ^4.19.4 " ,
94
93
"typescript" : " ^5.8.3" ,
95
- "vite" : " ^6.2.6 " ,
96
- "vitest" : " ^3.1.1 "
94
+ "vite" : " ^6.3.5 " ,
95
+ "vitest" : " ^3.1.3 "
97
96
},
98
97
"engines" : {
99
- "node" : " >=18.12 .0"
98
+ "node" : " >=20.18 .0"
100
99
},
101
100
"prettier" : " @sxzz/prettier-config"
102
101
}
You can’t perform that action at this time.
0 commit comments