Skip to content

Commit 8e03c0c

Browse files
fix(deps): update all non-major dependencies
1 parent 1ba56b2 commit 8e03c0c

File tree

2 files changed

+1072
-1019
lines changed

2 files changed

+1072
-1019
lines changed

package.json

Lines changed: 18 additions & 18 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.18.3",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -74,35 +74,35 @@
7474
"dependencies": {
7575
"debug": "^4.4.3",
7676
"magic-string": "^0.30.19",
77-
"oxc-parser": ">=0.89.0",
78-
"oxc-transform": ">=0.89.0",
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",
8686
"@swc/core": "^1.13.5",
87-
"@sxzz/eslint-config": "^7.1.4",
87+
"@sxzz/eslint-config": "^7.2.7",
8888
"@sxzz/prettier-config": "^2.2.4",
8989
"@sxzz/test-utils": "^0.5.11",
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.8.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.14",
98+
"rolldown": "^1.0.0-beta.43",
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",
101+
"tsdown": "^0.15.7",
102+
"tsx": "^4.20.6",
103+
"typescript": "^5.9.3",
104+
"unplugin-oxc": "^0.5.3",
105+
"vite": "^7.1.10",
106106
"vitest": "^3.2.4"
107107
},
108108
"engines": {

0 commit comments

Comments
 (0)