Skip to content

Commit b6a0898

Browse files
committed
chore: upgrade deps
1 parent 09c98e9 commit b6a0898

File tree

10 files changed

+1081
-1014
lines changed

10 files changed

+1081
-1014
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-isolated-decl",
33
"version": "0.15.1",
4-
"packageManager": "pnpm@10.14.0",
4+
"packageManager": "pnpm@10.16.1",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -72,37 +72,37 @@
7272
}
7373
},
7474
"dependencies": {
75-
"debug": "^4.4.1",
76-
"magic-string": "^0.30.17",
77-
"oxc-parser": ">=0.82.2",
78-
"oxc-transform": ">=0.82.2",
79-
"unplugin": "^2.3.6",
80-
"unplugin-utils": "^0.2.5"
75+
"debug": "^4.4.3",
76+
"magic-string": "^0.30.19",
77+
"oxc-parser": ">=0.89.0",
78+
"oxc-transform": ">=0.89.0",
79+
"unplugin": "^2.3.10",
80+
"unplugin-utils": "^0.3.0"
8181
},
8282
"devDependencies": {
8383
"@farmfe/core": "^1.7.11",
84-
"@oxc-project/types": "^0.82.2",
84+
"@oxc-project/types": "^0.89.0",
8585
"@rollup/plugin-alias": "^5.1.1",
86-
"@swc/core": "^1.13.3",
87-
"@sxzz/eslint-config": "^7.1.2",
88-
"@sxzz/prettier-config": "^2.2.3",
89-
"@sxzz/test-utils": "^0.5.9",
86+
"@swc/core": "^1.13.5",
87+
"@sxzz/eslint-config": "^7.1.4",
88+
"@sxzz/prettier-config": "^2.2.4",
89+
"@sxzz/test-utils": "^0.5.11",
9090
"@types/debug": "^4.1.12",
91-
"@types/node": "^24.3.0",
91+
"@types/node": "^24.5.0",
9292
"bumpp": "^10.2.3",
9393
"esbuild": "^0.25.9",
94-
"eslint": "^9.33.0",
94+
"eslint": "^9.35.0",
9595
"fast-glob": "^3.3.3",
9696
"prettier": "^3.6.2",
9797
"publint": "^0.3.12",
98-
"rolldown": "^1.0.0-beta.33",
99-
"rollup": "^4.46.3",
100-
"tinyglobby": "^0.2.14",
101-
"tsdown": "^0.14.1",
102-
"tsx": "^4.20.4",
98+
"rolldown": "^1.0.0-beta.38",
99+
"rollup": "^4.50.2",
100+
"tinyglobby": "^0.2.15",
101+
"tsdown": "^0.15.1",
102+
"tsx": "^4.20.5",
103103
"typescript": "^5.9.2",
104-
"unplugin-oxc": "^0.5.0",
105-
"vite": "^7.1.2",
104+
"unplugin-oxc": "^0.5.1",
105+
"vite": "^7.1.5",
106106
"vitest": "^3.2.4"
107107
},
108108
"engines": {

0 commit comments

Comments
 (0)