Skip to content

Commit 7dce2a4

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

File tree

2 files changed

+408
-374
lines changed

2 files changed

+408
-374
lines changed

package.json

Lines changed: 7 additions & 7 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.27.0",
5+
"packageManager": "pnpm@10.28.0",
66
"description": "Oxc integration for unplugin.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -77,26 +77,26 @@
7777
}
7878
},
7979
"dependencies": {
80-
"oxc-minify": ">=0.106.0",
80+
"oxc-minify": ">=0.107.0",
8181
"oxc-resolver": "^11.16.2",
82-
"oxc-transform": ">=0.106.0",
82+
"oxc-transform": ">=0.107.0",
8383
"unplugin": "^2.3.11"
8484
},
8585
"devDependencies": {
8686
"@antfu/utils": "^9.3.0",
8787
"@sxzz/eslint-config": "^7.4.4",
8888
"@sxzz/prettier-config": "^2.2.6",
8989
"@sxzz/test-utils": "^0.5.15",
90-
"@types/node": "^25.0.3",
90+
"@types/node": "^25.0.6",
9191
"bumpp": "^10.3.2",
9292
"eslint": "^9.39.2",
9393
"prettier": "^3.7.4",
94-
"rollup": "^4.54.0",
94+
"rollup": "^4.55.1",
9595
"tinyexec": "^1.0.2",
96-
"tsdown": "^0.18.4",
96+
"tsdown": "^0.19.0",
9797
"typescript": "^5.9.3",
9898
"unloader": "^0.8.3",
99-
"vite": "^7.3.0",
99+
"vite": "^7.3.1",
100100
"vitest": "^4.0.16"
101101
},
102102
"prettier": "@sxzz/prettier-config"

0 commit comments

Comments
 (0)