Skip to content

Commit 5609e68

Browse files
committed
feat: upgrade oxc toolchains
1 parent 77d4324 commit 5609e68

File tree

3 files changed

+1032
-951
lines changed

3 files changed

+1032
-951
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-oxc",
33
"version": "0.4.6",
4-
"packageManager": "pnpm@10.12.4",
4+
"packageManager": "pnpm@10.13.1",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,27 +74,27 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": "^0.75.0",
78-
"oxc-resolver": "^11.3.0",
79-
"oxc-transform": "^0.75.0",
77+
"oxc-minify": "^0.77.3",
78+
"oxc-resolver": "^11.6.0",
79+
"oxc-transform": "^0.77.3",
8080
"unplugin": "^2.3.5",
8181
"unplugin-utils": "^0.2.4"
8282
},
8383
"devDependencies": {
84-
"@sxzz/eslint-config": "^7.0.4",
84+
"@sxzz/eslint-config": "^7.0.6",
8585
"@sxzz/prettier-config": "^2.2.3",
86-
"@sxzz/test-utils": "^0.5.6",
87-
"@types/node": "^24.0.7",
86+
"@sxzz/test-utils": "^0.5.7",
87+
"@types/node": "^24.0.15",
8888
"bumpp": "^10.2.0",
89-
"eslint": "^9.30.0",
89+
"eslint": "^9.31.0",
9090
"prettier": "^3.6.2",
91-
"rollup": "^4.44.1",
91+
"rollup": "^4.45.1",
9292
"tinyexec": "^1.0.1",
9393
"tsdown": "^0.12.9",
9494
"tsx": "^4.20.3",
9595
"typescript": "^5.8.3",
9696
"unloader": "^0.4.5",
97-
"vite": "^7.0.0",
97+
"vite": "^7.0.5",
9898
"vitest": "^3.2.4"
9999
},
100100
"engines": {

0 commit comments

Comments
 (0)