Skip to content

Commit 24f1cbe

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

File tree

2 files changed

+347
-221
lines changed

2 files changed

+347
-221
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.7.1",
4+
"packageManager": "pnpm@10.8.0",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,27 +74,27 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": "^0.62.0",
78-
"oxc-resolver": "^5.1.1",
79-
"oxc-transform": "^0.62.0",
80-
"unplugin": "^2.2.2",
77+
"oxc-minify": "^0.63.0",
78+
"oxc-resolver": "^5.2.0",
79+
"oxc-transform": "^0.63.0",
80+
"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",
8686
"@sxzz/test-utils": "^0.5.4",
87-
"@types/node": "^22.14.0",
87+
"@types/node": "^22.14.1",
8888
"bumpp": "^10.1.0",
8989
"eslint": "^9.24.0",
9090
"prettier": "^3.5.3",
91-
"rollup": "^4.39.0",
91+
"rollup": "^4.40.0",
9292
"tinyexec": "^1.0.1",
9393
"tsdown": "^0.7.5",
9494
"tsx": "^4.19.3",
9595
"typescript": "^5.8.3",
9696
"unloader": "^0.4.3",
97-
"vite": "^6.2.5",
97+
"vite": "^6.2.6",
9898
"vitest": "^3.1.1"
9999
},
100100
"engines": {

0 commit comments

Comments
 (0)