Skip to content

Commit 8a9b554

Browse files
fix(deps): update all non-major dependencies (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 722ca73 commit 8a9b554

File tree

2 files changed

+243
-139
lines changed

2 files changed

+243
-139
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-oxc",
33
"type": "module",
44
"version": "0.5.7",
5-
"packageManager": "pnpm@10.26.2",
5+
"packageManager": "pnpm@10.27.0",
66
"description": "Oxc integration for unplugin.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -77,9 +77,9 @@
7777
}
7878
},
7979
"dependencies": {
80-
"oxc-minify": ">=0.105.0",
80+
"oxc-minify": ">=0.106.0",
8181
"oxc-resolver": "^11.16.2",
82-
"oxc-transform": ">=0.105.0",
82+
"oxc-transform": ">=0.106.0",
8383
"unplugin": "^2.3.11"
8484
},
8585
"devDependencies": {
@@ -93,7 +93,7 @@
9393
"prettier": "^3.7.4",
9494
"rollup": "^4.54.0",
9595
"tinyexec": "^1.0.2",
96-
"tsdown": "^0.18.3",
96+
"tsdown": "^0.18.4",
9797
"typescript": "^5.9.3",
9898
"unloader": "^0.8.3",
9999
"vite": "^7.3.0",

0 commit comments

Comments
 (0)