Skip to content

Commit efd9f14

Browse files
committed
chore: upgrade deps
1 parent 8f38f1d commit efd9f14

File tree

2 files changed

+1568
-1937
lines changed

2 files changed

+1568
-1937
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unconfig",
33
"type": "module",
44
"version": "7.3.2",
5-
"packageManager": "pnpm@10.6.1",
5+
"packageManager": "pnpm@10.15.0",
66
"description": "A universal solution for loading configurations.",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -41,23 +41,23 @@
4141
"typecheck": "tsc"
4242
},
4343
"dependencies": {
44-
"@quansync/fs": "^0.1.1",
44+
"@quansync/fs": "^0.1.5",
4545
"defu": "^6.1.4",
46-
"jiti": "^2.4.2",
47-
"quansync": "^0.2.8"
46+
"jiti": "^2.5.1",
47+
"quansync": "^0.2.11"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^4.8.1",
51-
"@antfu/ni": "^23.3.1",
52-
"@antfu/utils": "^9.1.0",
53-
"@types/node": "^22.13.10",
54-
"bumpp": "^10.0.3",
55-
"eslint": "^9.22.0",
50+
"@antfu/eslint-config": "^5.2.1",
51+
"@antfu/ni": "^25.0.0",
52+
"@antfu/utils": "^9.2.0",
53+
"@types/node": "^24.3.0",
54+
"bumpp": "^10.2.3",
55+
"eslint": "^9.33.0",
5656
"lodash-es": "^4.17.21",
57-
"tsx": "^4.19.3",
58-
"typescript": "^5.8.2",
59-
"unbuild": "^3.5.0",
60-
"unplugin-quansync": "^0.3.4",
61-
"vitest": "^3.0.8"
57+
"tsx": "^4.20.4",
58+
"typescript": "^5.9.2",
59+
"unbuild": "^3.6.1",
60+
"unplugin-quansync": "^0.4.4",
61+
"vitest": "^3.2.4"
6262
}
6363
}

0 commit comments

Comments
 (0)