Skip to content

Commit 0704cd7

Browse files
fix(deps): update all non-major dependencies
1 parent 487b0f0 commit 0704cd7

File tree

2 files changed

+725
-584
lines changed

2 files changed

+725
-584
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-isolated-decl",
33
"type": "module",
44
"version": "0.15.6",
5-
"packageManager": "pnpm@10.24.0",
5+
"packageManager": "pnpm@10.25.0",
66
"description": "A blazing-fast tool for generating isolated declarations.",
77
"author": "Kevin Deng <[email protected]>",
88
"license": "MIT",
@@ -77,33 +77,33 @@
7777
"dependencies": {
7878
"magic-string": "^0.30.21",
7979
"obug": "^2.1.1",
80-
"oxc-parser": ">=0.101.0",
81-
"oxc-transform": ">=0.101.0",
80+
"oxc-parser": ">=0.102.0",
81+
"oxc-transform": ">=0.102.0",
8282
"unplugin": "^2.3.11",
8383
"unplugin-utils": "^0.3.1"
8484
},
8585
"devDependencies": {
8686
"@farmfe/core": "^1.7.11",
87-
"@oxc-project/types": "^0.101.0",
87+
"@oxc-project/types": "^0.102.0",
8888
"@rollup/plugin-alias": "^6.0.0",
89-
"@swc/core": "^1.15.3",
89+
"@swc/core": "^1.15.4",
9090
"@sxzz/eslint-config": "^7.4.1",
9191
"@sxzz/prettier-config": "^2.2.6",
92-
"@sxzz/test-utils": "^0.5.13",
93-
"@types/node": "^24.10.1",
92+
"@sxzz/test-utils": "^0.5.14",
93+
"@types/node": "^24.10.4",
9494
"bumpp": "^10.3.2",
95-
"esbuild": "^0.27.0",
96-
"eslint": "^9.39.1",
95+
"esbuild": "^0.27.1",
96+
"eslint": "^9.39.2",
9797
"fast-glob": "^3.3.3",
98-
"prettier": "^3.7.3",
99-
"publint": "^0.3.15",
100-
"rolldown": "^1.0.0-beta.52",
98+
"prettier": "^3.7.4",
99+
"publint": "^0.3.16",
100+
"rolldown": "^1.0.0-beta.54",
101101
"rollup": "^4.53.3",
102102
"tinyglobby": "^0.2.15",
103-
"tsdown": "^0.17.0-beta.5",
103+
"tsdown": "^0.17.3",
104104
"typescript": "^5.9.3",
105105
"unplugin-oxc": "^0.5.5",
106-
"vite": "^7.2.6",
106+
"vite": "^7.2.7",
107107
"vitest": "^4.0.15"
108108
},
109109
"resolutions": {

0 commit comments

Comments
 (0)