Skip to content

Commit 61d6da0

Browse files
fix(deps): update all non-major dependencies (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac3d712 commit 61d6da0

File tree

2 files changed

+354
-357
lines changed

2 files changed

+354
-357
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-oxc",
33
"type": "module",
44
"version": "0.6.0",
5-
"packageManager": "pnpm@10.31.0",
5+
"packageManager": "pnpm@10.32.1",
66
"description": "Oxc integration for unplugin.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -66,9 +66,9 @@
6666
}
6767
},
6868
"dependencies": {
69-
"oxc-minify": ">=0.116.0",
69+
"oxc-minify": ">=0.119.0",
7070
"oxc-resolver": "^11.19.1",
71-
"oxc-transform": ">=0.116.0",
71+
"oxc-transform": ">=0.119.0",
7272
"unplugin": "^3.0.0"
7373
},
7474
"inlinedDependencies": {
@@ -79,18 +79,18 @@
7979
"@sxzz/eslint-config": "^7.8.3",
8080
"@sxzz/prettier-config": "^2.3.1",
8181
"@sxzz/test-utils": "^0.5.15",
82-
"@types/node": "^25.3.5",
82+
"@types/node": "^25.5.0",
8383
"bumpp": "^10.4.1",
8484
"eslint": "^10.0.3",
8585
"prettier": "^3.8.1",
8686
"rollup": "^4.59.0",
87-
"tinyexec": "^1.0.2",
88-
"tsdown": "^0.21.0",
89-
"tsdown-preset-sxzz": "^0.4.0",
87+
"tinyexec": "^1.0.4",
88+
"tsdown": "^0.21.3",
89+
"tsdown-preset-sxzz": "^0.4.2",
9090
"typescript": "^5.9.3",
9191
"unloader": "^0.8.3",
92-
"vite": "^7.3.1",
93-
"vitest": "^4.0.18"
92+
"vite": "^8.0.0",
93+
"vitest": "^4.1.0"
9494
},
9595
"prettier": "@sxzz/prettier-config"
9696
}

0 commit comments

Comments
 (0)