Skip to content

Commit 0563b29

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

File tree

2 files changed

+330
-313
lines changed

2 files changed

+330
-313
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.4.8",
4-
"packageManager": "pnpm@10.13.1",
4+
"packageManager": "pnpm@10.14.0",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,25 +74,25 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": "^0.79.0",
77+
"oxc-minify": "^0.80.0",
7878
"oxc-resolver": "^11.6.0",
79-
"oxc-transform": "^0.79.0",
79+
"oxc-transform": "^0.80.0",
8080
"unplugin": "^2.3.5",
8181
"unplugin-utils": "^0.2.4"
8282
},
8383
"devDependencies": {
84-
"@sxzz/eslint-config": "^7.1.1",
84+
"@sxzz/eslint-config": "^7.1.2",
8585
"@sxzz/prettier-config": "^2.2.3",
86-
"@sxzz/test-utils": "^0.5.7",
86+
"@sxzz/test-utils": "^0.5.9",
8787
"@types/node": "^24.1.0",
88-
"bumpp": "^10.2.1",
88+
"bumpp": "^10.2.2",
8989
"eslint": "^9.32.0",
9090
"prettier": "^3.6.2",
9191
"rollup": "^4.46.2",
9292
"tinyexec": "^1.0.1",
93-
"tsdown": "^0.13.0",
93+
"tsdown": "^0.13.2",
9494
"tsx": "^4.20.3",
95-
"typescript": "^5.8.3",
95+
"typescript": "^5.9.2",
9696
"unloader": "^0.4.5",
9797
"vite": "^7.0.6",
9898
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)