Skip to content

Commit 53aafea

Browse files
committed
chore: upgrade deps
1 parent 1d64a2d commit 53aafea

File tree

3 files changed

+1388
-1427
lines changed

3 files changed

+1388
-1427
lines changed

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"name": "@quansync/fs",
3+
"type": "module",
34
"version": "0.1.5",
4-
"packageManager": "pnpm@10.18.1",
5+
"packageManager": "pnpm@10.24.0",
56
"description": "Filesystem utilities for Quansync",
6-
"type": "module",
7+
"author": "Kevin Deng <sxzz@sxzz.moe>",
78
"license": "MIT",
9+
"funding": "https://github.com/sponsors/sxzz",
810
"homepage": "https://github.com/quansync-dev/fs#readme",
9-
"bugs": {
10-
"url": "https://github.com/quansync-dev/fs/issues"
11-
},
1211
"repository": {
1312
"type": "git",
1413
"url": "git+https://github.com/quansync-dev/fs.git"
1514
},
16-
"author": "Kevin Deng <sxzz@sxzz.moe>",
17-
"funding": "https://github.com/sponsors/sxzz",
18-
"files": [
19-
"dist"
20-
],
21-
"main": "./dist/index.js",
22-
"module": "./dist/index.js",
23-
"types": "./dist/index.d.ts",
15+
"bugs": {
16+
"url": "https://github.com/quansync-dev/fs/issues"
17+
},
2418
"exports": {
25-
".": "./dist/index.js",
19+
".": "./dist/index.mjs",
2620
"./package.json": "./package.json"
2721
},
22+
"main": "./dist/index.mjs",
23+
"module": "./dist/index.mjs",
24+
"types": "./dist/index.d.mts",
25+
"files": [
26+
"dist"
27+
],
2828
"publishConfig": {
2929
"access": "public"
3030
},
@@ -34,7 +34,7 @@
3434
"build": "tsdown",
3535
"dev": "tsdown --watch",
3636
"test": "vitest",
37-
"typecheck": "tsc --noEmit",
37+
"typecheck": "tsgo --noEmit",
3838
"format": "prettier --cache --write .",
3939
"release": "bumpp",
4040
"prepublishOnly": "pnpm run build"
@@ -43,16 +43,17 @@
4343
"quansync": "^0.2.11"
4444
},
4545
"devDependencies": {
46-
"@sxzz/eslint-config": "^7.2.7",
47-
"@sxzz/prettier-config": "^2.2.4",
48-
"@types/node": "^24.7.0",
49-
"bumpp": "^10.3.1",
50-
"eslint": "^9.37.0",
51-
"prettier": "^3.6.2",
52-
"tsdown": "^0.15.6",
53-
"tsx": "^4.20.6",
46+
"@sxzz/eslint-config": "^7.4.1",
47+
"@sxzz/prettier-config": "^2.2.6",
48+
"@types/node": "^24.10.1",
49+
"@typescript/native-preview": "7.0.0-dev.20251202.1",
50+
"bumpp": "^10.3.2",
51+
"eslint": "^9.39.1",
52+
"prettier": "^3.7.3",
53+
"tsdown": "^0.17.0-beta.5",
54+
"tsx": "^4.21.0",
5455
"typescript": "^5.9.3",
55-
"vitest": "^3.2.4"
56+
"vitest": "^4.0.15"
5657
},
5758
"prettier": "@sxzz/prettier-config"
5859
}

0 commit comments

Comments
 (0)