Skip to content

Commit 1d5b3a4

Browse files
fix(deps): update all non-major dependencies
1 parent ef86619 commit 1d5b3a4

File tree

2 files changed

+715
-465
lines changed

2 files changed

+715
-465
lines changed

package.json

Lines changed: 11 additions & 11 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.24.0",
4+
"packageManager": "pnpm@10.25.0",
55
"description": "Oxc integration for unplugin.",
66
"type": "module",
77
"keywords": [
@@ -74,28 +74,28 @@
7474
}
7575
},
7676
"dependencies": {
77-
"oxc-minify": ">=0.99.0",
78-
"oxc-resolver": "^11.14.0",
79-
"oxc-transform": ">=0.99.0",
77+
"oxc-minify": ">=0.102.0",
78+
"oxc-resolver": "^11.15.0",
79+
"oxc-transform": ">=0.102.0",
8080
"unplugin": "^2.3.11"
8181
},
8282
"devDependencies": {
8383
"@antfu/utils": "^9.3.0",
84-
"@sxzz/eslint-config": "^7.4.0",
84+
"@sxzz/eslint-config": "^7.4.1",
8585
"@sxzz/prettier-config": "^2.2.6",
8686
"@sxzz/test-utils": "^0.5.13",
8787
"@types/node": "^24.10.1",
8888
"bumpp": "^10.3.2",
8989
"eslint": "^9.39.1",
90-
"prettier": "^3.7.3",
90+
"prettier": "^3.7.4",
9191
"rollup": "^4.53.3",
9292
"tinyexec": "^1.0.2",
93-
"tsdown": "^0.16.8",
94-
"tsx": "^4.20.6",
93+
"tsdown": "^0.17.2",
94+
"tsx": "^4.21.0",
9595
"typescript": "^5.9.3",
96-
"unloader": "^0.8.0",
97-
"vite": "^7.2.4",
98-
"vitest": "^4.0.14"
96+
"unloader": "^0.8.2",
97+
"vite": "^7.2.7",
98+
"vitest": "^4.0.15"
9999
},
100100
"engines": {
101101
"node": ">=20.19.0"

0 commit comments

Comments
 (0)