Skip to content

Commit fc4eedb

Browse files
committed
chore: upgrade deps
1 parent 24f1cbe commit fc4eedb

File tree

2 files changed

+629
-758
lines changed

2 files changed

+629
-758
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.3",
4-
"packageManager": "pnpm@10.8.0",
4+
"packageManager": "pnpm@10.8.1",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,27 +74,27 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": "^0.63.0",
78-
"oxc-resolver": "^5.2.0",
79-
"oxc-transform": "^0.63.0",
77+
"oxc-minify": "^0.64.0",
78+
"oxc-resolver": "^5.3.0",
79+
"oxc-transform": "^0.64.0",
8080
"unplugin": "^2.3.2",
8181
"unplugin-utils": "^0.2.4"
8282
},
8383
"devDependencies": {
8484
"@sxzz/eslint-config": "^6.1.1",
8585
"@sxzz/prettier-config": "^2.2.1",
86-
"@sxzz/test-utils": "^0.5.4",
86+
"@sxzz/test-utils": "^0.5.5",
8787
"@types/node": "^22.14.1",
8888
"bumpp": "^10.1.0",
89-
"eslint": "^9.24.0",
89+
"eslint": "^9.25.0",
9090
"prettier": "^3.5.3",
9191
"rollup": "^4.40.0",
9292
"tinyexec": "^1.0.1",
93-
"tsdown": "^0.7.5",
93+
"tsdown": "^0.9.0",
9494
"tsx": "^4.19.3",
9595
"typescript": "^5.8.3",
9696
"unloader": "^0.4.3",
97-
"vite": "^6.2.6",
97+
"vite": "^6.3.2",
9898
"vitest": "^3.1.1"
9999
},
100100
"engines": {

0 commit comments

Comments
 (0)