Skip to content

Commit aab01bb

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

File tree

2 files changed

+159
-141
lines changed

2 files changed

+159
-141
lines changed

package.json

Lines changed: 4 additions & 4 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.18.3",
4+
"packageManager": "pnpm@10.19.0",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -75,22 +75,22 @@
7575
},
7676
"dependencies": {
7777
"oxc-minify": ">=0.95.0",
78-
"oxc-resolver": "^11.11.0",
78+
"oxc-resolver": "^11.11.1",
7979
"oxc-transform": ">=0.95.0",
8080
"unplugin": "^2.3.10",
8181
"unplugin-utils": "^0.3.1"
8282
},
8383
"devDependencies": {
8484
"@sxzz/eslint-config": "^7.2.7",
8585
"@sxzz/prettier-config": "^2.2.4",
86-
"@sxzz/test-utils": "^0.5.11",
86+
"@sxzz/test-utils": "^0.5.12",
8787
"@types/node": "^24.9.1",
8888
"bumpp": "^10.3.1",
8989
"eslint": "^9.38.0",
9090
"prettier": "^3.6.2",
9191
"rollup": "^4.52.5",
9292
"tinyexec": "^1.0.1",
93-
"tsdown": "^0.15.9",
93+
"tsdown": "^0.15.10",
9494
"tsx": "^4.20.6",
9595
"typescript": "^5.9.3",
9696
"unloader": "^0.5.0",

0 commit comments

Comments
 (0)