Skip to content

Commit a198acc

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

File tree

2 files changed

+638
-648
lines changed

2 files changed

+638
-648
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-oxc",
33
"version": "0.5.3",
4-
"packageManager": "pnpm@10.19.0",
4+
"packageManager": "pnpm@10.20.0",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,28 +74,28 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": ">=0.95.0",
78-
"oxc-resolver": "^11.11.1",
79-
"oxc-transform": ">=0.95.0",
77+
"oxc-minify": ">=0.96.0",
78+
"oxc-resolver": "^11.13.0",
79+
"oxc-transform": ">=0.96.0",
8080
"unplugin": "^2.3.10",
8181
"unplugin-utils": "^0.3.1"
8282
},
8383
"devDependencies": {
84-
"@sxzz/eslint-config": "^7.2.7",
84+
"@sxzz/eslint-config": "^7.2.8",
8585
"@sxzz/prettier-config": "^2.2.4",
8686
"@sxzz/test-utils": "^0.5.12",
87-
"@types/node": "^24.9.1",
87+
"@types/node": "^24.10.0",
8888
"bumpp": "^10.3.1",
89-
"eslint": "^9.38.0",
89+
"eslint": "^9.39.1",
9090
"prettier": "^3.6.2",
9191
"rollup": "^4.52.5",
9292
"tinyexec": "^1.0.1",
93-
"tsdown": "^0.15.10",
93+
"tsdown": "^0.15.12",
9494
"tsx": "^4.20.6",
9595
"typescript": "^5.9.3",
9696
"unloader": "^0.5.0",
97-
"vite": "^7.1.9",
98-
"vitest": "^4.0.3"
97+
"vite": "^7.1.12",
98+
"vitest": "^4.0.6"
9999
},
100100
"engines": {
101101
"node": ">=20.19.0"

0 commit comments

Comments
 (0)