|
1 | 1 | { |
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "version": "0.13.7", |
4 | | - "packageManager": "pnpm@10.8.1", |
| 4 | + "packageManager": "pnpm@10.9.0", |
5 | 5 | "description": "A blazing-fast tool for generating isolated declarations.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
74 | 74 | "dependencies": { |
75 | 75 | "debug": "^4.4.0", |
76 | 76 | "magic-string": "^0.30.17", |
77 | | - "oxc-parser": "^0.64.0", |
78 | | - "oxc-transform": "^0.64.0", |
| 77 | + "oxc-parser": "^0.65.0", |
| 78 | + "oxc-transform": "^0.65.0", |
79 | 79 | "unplugin": "^2.3.2", |
80 | 80 | "unplugin-utils": "^0.2.4" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | 83 | "@farmfe/core": "^1.7.4", |
84 | | - "@oxc-project/types": "^0.64.0", |
| 84 | + "@oxc-project/types": "^0.65.0", |
85 | 85 | "@rollup/plugin-alias": "^5.1.1", |
86 | 86 | "@swc/core": "^1.11.21", |
87 | 87 | "@sxzz/eslint-config": "^6.1.2", |
|
90 | 90 | "@types/debug": "^4.1.12", |
91 | 91 | "@types/node": "^22.14.1", |
92 | 92 | "bumpp": "^10.1.0", |
93 | | - "esbuild": "^0.25.2", |
94 | | - "eslint": "^9.25.0", |
| 93 | + "esbuild": "^0.25.3", |
| 94 | + "eslint": "^9.25.1", |
95 | 95 | "fast-glob": "^3.3.3", |
96 | 96 | "prettier": "^3.5.3", |
97 | | - "rolldown": "^1.0.0-beta.7", |
| 97 | + "rolldown": "^1.0.0-beta.8", |
98 | 98 | "rollup": "^4.40.0", |
99 | 99 | "tinyglobby": "^0.2.13", |
100 | | - "tsdown": "^0.9.1", |
| 100 | + "tsdown": "^0.9.5", |
101 | 101 | "tsx": "^4.19.3", |
102 | 102 | "typescript": "^5.8.3", |
103 | | - "unplugin-oxc": "^0.3.4", |
| 103 | + "unplugin-oxc": "^0.3.5", |
104 | 104 | "vite": "^6.3.2", |
105 | | - "vitest": "^3.1.1" |
| 105 | + "vitest": "^3.1.2" |
106 | 106 | }, |
107 | 107 | "engines": { |
108 | 108 | "node": ">=18.12.0" |
|
0 commit comments