|
1 | 1 | { |
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "version": "0.14.4", |
4 | | - "packageManager": "pnpm@10.12.3", |
| 4 | + "packageManager": "pnpm@10.12.4", |
5 | 5 | "description": "A blazing-fast tool for generating isolated declarations.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
80 | 80 | "unplugin-utils": "^0.2.4" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | | - "@farmfe/core": "^1.7.7", |
| 83 | + "@farmfe/core": "^1.7.8", |
84 | 84 | "@oxc-project/types": "^0.75.0", |
85 | 85 | "@rollup/plugin-alias": "^5.1.1", |
86 | | - "@swc/core": "^1.12.7", |
| 86 | + "@swc/core": "^1.12.9", |
87 | 87 | "@sxzz/eslint-config": "^7.0.4", |
88 | 88 | "@sxzz/prettier-config": "^2.2.3", |
89 | 89 | "@sxzz/test-utils": "^0.5.6", |
90 | 90 | "@types/debug": "^4.1.12", |
91 | | - "@types/node": "^24.0.4", |
| 91 | + "@types/node": "^24.0.9", |
92 | 92 | "bumpp": "^10.2.0", |
93 | 93 | "esbuild": "^0.25.5", |
94 | | - "eslint": "^9.29.0", |
| 94 | + "eslint": "^9.30.0", |
95 | 95 | "fast-glob": "^3.3.3", |
96 | | - "prettier": "^3.6.1", |
| 96 | + "prettier": "^3.6.2", |
97 | 97 | "publint": "^0.3.12", |
98 | | - "rolldown": "^1.0.0-beta.20", |
| 98 | + "rolldown": "^1.0.0-beta.23", |
99 | 99 | "rollup": "^4.44.1", |
100 | 100 | "tinyglobby": "^0.2.14", |
101 | 101 | "tsdown": "^0.12.9", |
102 | 102 | "tsx": "^4.20.3", |
103 | 103 | "typescript": "^5.8.3", |
104 | | - "unplugin-oxc": "^0.4.5", |
| 104 | + "unplugin-oxc": "^0.4.6", |
105 | 105 | "vite": "^7.0.0", |
106 | 106 | "vitest": "^3.2.4" |
107 | 107 | }, |
|
0 commit comments