Skip to content

Commit 722ca73

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

File tree

2 files changed

+504
-266
lines changed

2 files changed

+504
-266
lines changed

package.json

Lines changed: 6 additions & 6 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": "[email protected].1",
5+
"packageManager": "[email protected].2",
66
"description": "Oxc integration for unplugin.",
77
"author": "Kevin Deng <[email protected]>",
88
"license": "MIT",
@@ -77,14 +77,14 @@
7777
}
7878
},
7979
"dependencies": {
80-
"oxc-minify": ">=0.104.0",
81-
"oxc-resolver": "^11.16.0",
82-
"oxc-transform": ">=0.104.0",
80+
"oxc-minify": ">=0.105.0",
81+
"oxc-resolver": "^11.16.2",
82+
"oxc-transform": ">=0.105.0",
8383
"unplugin": "^2.3.11"
8484
},
8585
"devDependencies": {
8686
"@antfu/utils": "^9.3.0",
87-
"@sxzz/eslint-config": "^7.4.3",
87+
"@sxzz/eslint-config": "^7.4.4",
8888
"@sxzz/prettier-config": "^2.2.6",
8989
"@sxzz/test-utils": "^0.5.15",
9090
"@types/node": "^25.0.3",
@@ -93,7 +93,7 @@
9393
"prettier": "^3.7.4",
9494
"rollup": "^4.54.0",
9595
"tinyexec": "^1.0.2",
96-
"tsdown": "^0.18.2",
96+
"tsdown": "^0.18.3",
9797
"typescript": "^5.9.3",
9898
"unloader": "^0.8.3",
9999
"vite": "^7.3.0",

0 commit comments

Comments
 (0)