Skip to content

Commit 424dd53

Browse files
committed
feat: upgrade oxc toolchains
1 parent 65d205f commit 424dd53

File tree

2 files changed

+646
-518
lines changed

2 files changed

+646
-518
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-oxc",
33
"version": "0.3.2",
4-
"packageManager": "pnpm@10.7.0",
4+
"packageManager": "pnpm@10.7.1",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,27 +74,27 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": "^0.61.2",
78-
"oxc-resolver": "^5.0.1",
79-
"oxc-transform": "^0.61.2",
77+
"oxc-minify": "^0.62.0",
78+
"oxc-resolver": "^5.1.0",
79+
"oxc-transform": "^0.62.0",
8080
"unplugin": "^2.2.2",
8181
"unplugin-utils": "^0.2.4"
8282
},
8383
"devDependencies": {
8484
"@sxzz/eslint-config": "^6.1.1",
8585
"@sxzz/prettier-config": "^2.2.1",
8686
"@sxzz/test-utils": "^0.5.4",
87-
"@types/node": "^22.13.14",
87+
"@types/node": "^22.14.0",
8888
"bumpp": "^10.1.0",
8989
"eslint": "^9.23.0",
9090
"prettier": "^3.5.3",
91-
"rollup": "^4.38.0",
91+
"rollup": "^4.39.0",
9292
"tinyexec": "^1.0.1",
93-
"tsdown": "^0.6.10",
93+
"tsdown": "^0.7.2",
9494
"tsx": "^4.19.3",
9595
"typescript": "^5.8.2",
9696
"unloader": "^0.4.3",
97-
"vite": "^6.2.4",
97+
"vite": "^6.2.5",
9898
"vitest": "^3.1.1"
9999
},
100100
"engines": {

0 commit comments

Comments
 (0)