Skip to content

Commit ef86619

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

File tree

2 files changed

+731
-812
lines changed

2 files changed

+731
-812
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-oxc",
33
"version": "0.5.5",
4-
"packageManager": "pnpm@10.22.0",
4+
"packageManager": "pnpm@10.24.0",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,28 +74,28 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": ">=0.98.0",
78-
"oxc-resolver": "^11.13.2",
79-
"oxc-transform": ">=0.98.0",
80-
"unplugin": "^2.3.10"
77+
"oxc-minify": ">=0.99.0",
78+
"oxc-resolver": "^11.14.0",
79+
"oxc-transform": ">=0.99.0",
80+
"unplugin": "^2.3.11"
8181
},
8282
"devDependencies": {
8383
"@antfu/utils": "^9.3.0",
84-
"@sxzz/eslint-config": "^7.2.10",
85-
"@sxzz/prettier-config": "^2.2.4",
86-
"@sxzz/test-utils": "^0.5.12",
84+
"@sxzz/eslint-config": "^7.4.0",
85+
"@sxzz/prettier-config": "^2.2.6",
86+
"@sxzz/test-utils": "^0.5.13",
8787
"@types/node": "^24.10.1",
88-
"bumpp": "^10.3.1",
88+
"bumpp": "^10.3.2",
8989
"eslint": "^9.39.1",
90-
"prettier": "^3.6.2",
91-
"rollup": "^4.53.2",
90+
"prettier": "^3.7.3",
91+
"rollup": "^4.53.3",
9292
"tinyexec": "^1.0.2",
93-
"tsdown": "^0.16.5",
93+
"tsdown": "^0.16.8",
9494
"tsx": "^4.20.6",
9595
"typescript": "^5.9.3",
9696
"unloader": "^0.8.0",
97-
"vite": "^7.2.2",
98-
"vitest": "^4.0.10"
97+
"vite": "^7.2.4",
98+
"vitest": "^4.0.14"
9999
},
100100
"engines": {
101101
"node": ">=20.19.0"

0 commit comments

Comments
 (0)