Skip to content

Commit a45b95f

Browse files
committed
feat: upgrade oxc toolchains
1 parent a9de613 commit a45b95f

File tree

2 files changed

+652
-530
lines changed

2 files changed

+652
-530
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-oxc",
33
"version": "0.3.4",
4-
"packageManager": "pnpm@10.8.1",
4+
"packageManager": "pnpm@10.9.0",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,9 +74,9 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": "^0.64.0",
78-
"oxc-resolver": "^5.3.0",
79-
"oxc-transform": "^0.64.0",
77+
"oxc-minify": "^0.65.0",
78+
"oxc-resolver": "^6.0.0",
79+
"oxc-transform": "^0.65.0",
8080
"unplugin": "^2.3.2",
8181
"unplugin-utils": "^0.2.4"
8282
},
@@ -86,16 +86,16 @@
8686
"@sxzz/test-utils": "^0.5.5",
8787
"@types/node": "^22.14.1",
8888
"bumpp": "^10.1.0",
89-
"eslint": "^9.25.0",
89+
"eslint": "^9.25.1",
9090
"prettier": "^3.5.3",
9191
"rollup": "^4.40.0",
9292
"tinyexec": "^1.0.1",
93-
"tsdown": "^0.9.1",
93+
"tsdown": "^0.9.3",
9494
"tsx": "^4.19.3",
9595
"typescript": "^5.8.3",
9696
"unloader": "^0.4.3",
9797
"vite": "^6.3.2",
98-
"vitest": "^3.1.1"
98+
"vitest": "^3.1.2"
9999
},
100100
"engines": {
101101
"node": ">=18.12.0"

0 commit comments

Comments
 (0)