We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273bf63 commit bfbd8dbCopy full SHA for bfbd8db
package.json
@@ -73,7 +73,7 @@
73
"prepublishOnly": "pnpm run build"
74
},
75
"peerDependencies": {
76
- "quansync": ">=0.2.2"
+ "quansync": "^1.0.0"
77
78
"dependencies": {
79
"ast-kit": "^2.2.0",
@@ -86,12 +86,12 @@
86
"@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.20251202.1",
+ "@typescript/native-preview": "7.0.0-dev.20251204.1",
90
"bumpp": "^10.3.2",
91
"eslint": "^9.39.1",
92
- "prettier": "^3.7.3",
93
- "quansync": "^0.2.11",
94
- "tsdown": "^0.17.0-beta.5",
+ "prettier": "^3.7.4",
+ "quansync": "^1.0.0",
+ "tsdown": "^0.17.0",
95
"typescript": "^5.9.3",
96
"vite": "^7.2.6",
97
"vitest": "^4.0.15"
0 commit comments