Skip to content

Commit df2c4e7

Browse files
committed
chore: upgrade deps
1 parent 1ba56b2 commit df2c4e7

File tree

2 files changed

+1352
-1369
lines changed

2 files changed

+1352
-1369
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-isolated-decl",
33
"version": "0.15.2",
4-
"packageManager": "pnpm@10.16.1",
4+
"packageManager": "pnpm@10.19.0",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -73,37 +73,37 @@
7373
},
7474
"dependencies": {
7575
"debug": "^4.4.3",
76-
"magic-string": "^0.30.19",
77-
"oxc-parser": ">=0.89.0",
78-
"oxc-transform": ">=0.89.0",
76+
"magic-string": "^0.30.21",
77+
"oxc-parser": ">=0.95.0",
78+
"oxc-transform": ">=0.95.0",
7979
"unplugin": "^2.3.10",
80-
"unplugin-utils": "^0.3.0"
80+
"unplugin-utils": "^0.3.1"
8181
},
8282
"devDependencies": {
8383
"@farmfe/core": "^1.7.11",
84-
"@oxc-project/types": "^0.89.0",
84+
"@oxc-project/types": "^0.95.0",
8585
"@rollup/plugin-alias": "^5.1.1",
86-
"@swc/core": "^1.13.5",
87-
"@sxzz/eslint-config": "^7.1.4",
86+
"@swc/core": "^1.13.21",
87+
"@sxzz/eslint-config": "^7.2.7",
8888
"@sxzz/prettier-config": "^2.2.4",
89-
"@sxzz/test-utils": "^0.5.11",
89+
"@sxzz/test-utils": "^0.5.12",
9090
"@types/debug": "^4.1.12",
91-
"@types/node": "^24.5.0",
92-
"bumpp": "^10.2.3",
93-
"esbuild": "^0.25.9",
94-
"eslint": "^9.35.0",
91+
"@types/node": "^24.9.1",
92+
"bumpp": "^10.3.1",
93+
"esbuild": "^0.25.11",
94+
"eslint": "^9.38.0",
9595
"fast-glob": "^3.3.3",
9696
"prettier": "^3.6.2",
97-
"publint": "^0.3.12",
98-
"rolldown": "^1.0.0-beta.38",
99-
"rollup": "^4.50.2",
97+
"publint": "^0.3.15",
98+
"rolldown": "^1.0.0-beta.44",
99+
"rollup": "^4.52.5",
100100
"tinyglobby": "^0.2.15",
101-
"tsdown": "^0.15.1",
102-
"tsx": "^4.20.5",
103-
"typescript": "^5.9.2",
104-
"unplugin-oxc": "^0.5.1",
105-
"vite": "^7.1.5",
106-
"vitest": "^3.2.4"
101+
"tsdown": "^0.15.9",
102+
"tsx": "^4.20.6",
103+
"typescript": "^5.9.3",
104+
"unplugin-oxc": "^0.5.3",
105+
"vite": "^7.1.12",
106+
"vitest": "^4.0.3"
107107
},
108108
"engines": {
109109
"node": ">=20.18.0"

0 commit comments

Comments
 (0)