Skip to content

Commit cef070f

Browse files
committed
chore: upgrade deps
1 parent a9693cb commit cef070f

File tree

2 files changed

+570
-573
lines changed

2 files changed

+570
-573
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-quansync",
33
"version": "0.3.3",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].2",
55
"description": "Write async functions, get both async and sync functions",
66
"type": "module",
77
"keywords": [
@@ -80,18 +80,18 @@
8080
},
8181
"devDependencies": {
8282
"@babel/types": "^7.26.9",
83-
"@sxzz/eslint-config": "^5.1.1",
83+
"@sxzz/eslint-config": "^5.2.0",
8484
"@sxzz/prettier-config": "^2.2.0",
8585
"@sxzz/test-utils": "^0.5.1",
86-
"@types/node": "^22.13.5",
86+
"@types/node": "^22.13.9",
8787
"bumpp": "^10.0.3",
8888
"eslint": "^9.21.0",
89-
"oxc-transform": "^0.52.0",
90-
"prettier": "^3.5.2",
91-
"quansync": "^0.2.2",
92-
"tsdown": "^0.6.0",
89+
"oxc-transform": "^0.55.0",
90+
"prettier": "^3.5.3",
91+
"quansync": "^0.2.8",
92+
"tsdown": "^0.6.2",
9393
"tsx": "^4.19.3",
94-
"typescript": "^5.7.3",
94+
"typescript": "^5.8.2",
9595
"vite": "^6.2.0",
9696
"vitest": "^3.0.7"
9797
},

0 commit comments

Comments
 (0)