Skip to content

Commit f99302b

Browse files
committed
feat: upgrade oxc toolchains
1 parent 1f7f8ba commit f99302b

File tree

2 files changed

+603
-759
lines changed

2 files changed

+603
-759
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-oxc",
33
"type": "module",
44
"version": "0.5.6",
5-
"packageManager": "pnpm@10.25.0",
5+
"packageManager": "pnpm@10.26.1",
66
"description": "Oxc integration for unplugin.",
77
"author": "Kevin Deng <[email protected]>",
88
"license": "MIT",
@@ -77,27 +77,27 @@
7777
}
7878
},
7979
"dependencies": {
80-
"oxc-minify": ">=0.102.0",
81-
"oxc-resolver": "^11.15.0",
82-
"oxc-transform": ">=0.102.0",
80+
"oxc-minify": ">=0.104.0",
81+
"oxc-resolver": "^11.16.0",
82+
"oxc-transform": ">=0.104.0",
8383
"unplugin": "^2.3.11"
8484
},
8585
"devDependencies": {
8686
"@antfu/utils": "^9.3.0",
8787
"@sxzz/eslint-config": "^7.4.3",
8888
"@sxzz/prettier-config": "^2.2.6",
89-
"@sxzz/test-utils": "^0.5.14",
90-
"@types/node": "^25.0.2",
89+
"@sxzz/test-utils": "^0.5.15",
90+
"@types/node": "^25.0.3",
9191
"bumpp": "^10.3.2",
9292
"eslint": "^9.39.2",
9393
"prettier": "^3.7.4",
94-
"rollup": "^4.53.3",
94+
"rollup": "^4.54.0",
9595
"tinyexec": "^1.0.2",
96-
"tsdown": "^0.17.4",
96+
"tsdown": "^0.18.2",
9797
"typescript": "^5.9.3",
98-
"unloader": "^0.8.2",
99-
"vite": "^7.2.7",
100-
"vitest": "^4.0.15"
98+
"unloader": "^0.8.3",
99+
"vite": "^7.3.0",
100+
"vitest": "^4.0.16"
101101
},
102102
"prettier": "@sxzz/prettier-config"
103103
}

0 commit comments

Comments
 (0)