Skip to content

Commit 49fb202

Browse files
committed
chore: upgrade deps
1 parent 5b6b6b8 commit 49fb202

File tree

2 files changed

+1252
-1006
lines changed

2 files changed

+1252
-1006
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-quansync",
33
"version": "0.3.5",
4-
"packageManager": "pnpm@10.6.2",
4+
"packageManager": "pnpm@10.8.0",
55
"description": "Write async functions, get both async and sync functions",
66
"type": "module",
77
"keywords": [
@@ -74,26 +74,26 @@
7474
},
7575
"dependencies": {
7676
"ast-kit": "^1.4.2",
77-
"magic-string-ast": "^0.8.0",
78-
"unplugin": "^2.2.0",
77+
"magic-string-ast": "^0.9.1",
78+
"unplugin": "^2.3.2",
7979
"unplugin-utils": "^0.2.4"
8080
},
8181
"devDependencies": {
82-
"@babel/types": "^7.26.9",
83-
"@sxzz/eslint-config": "^6.0.1",
82+
"@babel/types": "^7.27.0",
83+
"@sxzz/eslint-config": "^6.1.1",
8484
"@sxzz/prettier-config": "^2.2.1",
85-
"@sxzz/test-utils": "^0.5.2",
86-
"@types/node": "^22.13.10",
87-
"bumpp": "^10.0.3",
88-
"eslint": "^9.22.0",
89-
"oxc-transform": "^0.56.5",
85+
"@sxzz/test-utils": "^0.5.4",
86+
"@types/node": "^22.14.1",
87+
"bumpp": "^10.1.0",
88+
"eslint": "^9.24.0",
89+
"oxc-transform": "^0.63.0",
9090
"prettier": "^3.5.3",
91-
"quansync": "^0.2.8",
92-
"tsdown": "^0.6.5",
91+
"quansync": "^0.2.10",
92+
"tsdown": "^0.6.10",
9393
"tsx": "^4.19.3",
94-
"typescript": "^5.8.2",
95-
"vite": "^6.2.1",
96-
"vitest": "^3.0.8"
94+
"typescript": "^5.8.3",
95+
"vite": "^6.2.6",
96+
"vitest": "^3.1.1"
9797
},
9898
"engines": {
9999
"node": ">=18.12.0"

0 commit comments

Comments
 (0)