Skip to content

Commit 292664b

Browse files
committed
chore: upgrade deps
1 parent 3e47dd5 commit 292664b

File tree

3 files changed

+556
-818
lines changed

3 files changed

+556
-818
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-quansync",
33
"type": "module",
44
"version": "0.5.0",
5-
"packageManager": "pnpm@10.24.0",
5+
"packageManager": "pnpm@10.26.0",
66
"description": "Write async functions, get both async and sync functions",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -78,22 +78,23 @@
7878
"dependencies": {
7979
"ast-kit": "^2.2.0",
8080
"magic-string-ast": "^1.0.3",
81+
"rolldown-string": "^0.2.1",
8182
"unplugin": "^2.3.11"
8283
},
8384
"devDependencies": {
8485
"@babel/types": "^7.28.5",
85-
"@sxzz/eslint-config": "^7.4.1",
86+
"@sxzz/eslint-config": "^7.4.3",
8687
"@sxzz/prettier-config": "^2.2.6",
87-
"@sxzz/test-utils": "^0.5.13",
88-
"@types/node": "^24.10.1",
89-
"@typescript/native-preview": "7.0.0-dev.20251204.1",
88+
"@sxzz/test-utils": "^0.5.14",
89+
"@types/node": "^25.0.2",
90+
"@typescript/native-preview": "7.0.0-dev.20251215.1",
9091
"bumpp": "^10.3.2",
91-
"eslint": "^9.39.1",
92+
"eslint": "^9.39.2",
9293
"prettier": "^3.7.4",
9394
"quansync": "^1.0.0",
94-
"tsdown": "^0.17.0",
95+
"tsdown": "^0.18.0",
9596
"typescript": "^5.9.3",
96-
"vite": "^7.2.6",
97+
"vite": "^7.3.0",
9798
"vitest": "^4.0.15"
9899
},
99100
"prettier": "@sxzz/prettier-config"

0 commit comments

Comments
 (0)