|
1 | 1 | { |
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "version": "0.15.3", |
4 | | - "packageManager": "pnpm@10.20.0", |
| 4 | + "packageManager": "pnpm@10.21.0", |
5 | 5 | "description": "A blazing-fast tool for generating isolated declarations.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
74 | 74 | "dependencies": { |
75 | 75 | "magic-string": "^0.30.21", |
76 | 76 | "obug": "^0.1.1", |
77 | | - "oxc-parser": ">=0.96.0", |
78 | | - "oxc-transform": ">=0.96.0", |
| 77 | + "oxc-parser": ">=0.97.0", |
| 78 | + "oxc-transform": ">=0.97.0", |
79 | 79 | "unplugin": "^2.3.10", |
80 | 80 | "unplugin-utils": "^0.3.1" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | 83 | "@farmfe/core": "^1.7.11", |
84 | | - "@oxc-project/types": "^0.96.0", |
| 84 | + "@oxc-project/types": "^0.97.0", |
85 | 85 | "@rollup/plugin-alias": "^6.0.0", |
86 | | - "@swc/core": "^1.14.0", |
87 | | - "@sxzz/eslint-config": "^7.2.8", |
| 86 | + "@swc/core": "^1.15.1", |
| 87 | + "@sxzz/eslint-config": "^7.2.10", |
88 | 88 | "@sxzz/prettier-config": "^2.2.4", |
89 | 89 | "@sxzz/test-utils": "^0.5.12", |
90 | | - "@types/node": "^24.10.0", |
| 90 | + "@types/node": "^24.10.1", |
91 | 91 | "bumpp": "^10.3.1", |
92 | | - "esbuild": "^0.25.12", |
93 | | - "eslint": "^9.39.0", |
| 92 | + "esbuild": "^0.27.0", |
| 93 | + "eslint": "^9.39.1", |
94 | 94 | "fast-glob": "^3.3.3", |
95 | 95 | "prettier": "^3.6.2", |
96 | 96 | "publint": "^0.3.15", |
97 | | - "rolldown": "^1.0.0-beta.46", |
98 | | - "rollup": "^4.52.5", |
| 97 | + "rolldown": "^1.0.0-beta.49", |
| 98 | + "rollup": "^4.53.2", |
99 | 99 | "tinyglobby": "^0.2.15", |
100 | | - "tsdown": "^0.15.12", |
| 100 | + "tsdown": "^0.16.3", |
101 | 101 | "tsx": "^4.20.6", |
102 | 102 | "typescript": "^5.9.3", |
103 | 103 | "unplugin-oxc": "^0.5.3", |
104 | | - "vite": "^7.1.12", |
105 | | - "vitest": "^4.0.6" |
| 104 | + "vite": "^7.2.2", |
| 105 | + "vitest": "^4.0.8" |
106 | 106 | }, |
107 | 107 | "engines": { |
108 | 108 | "node": ">=20.18.0" |
|
0 commit comments