|
1 | 1 | { |
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "version": "0.13.3", |
4 | | - "packageManager": "[email protected].3", |
| 4 | + "packageManager": "[email protected].4", |
5 | 5 | "description": "A blazing-fast tool for generating isolated declarations.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
73 | 73 | "dependencies": { |
74 | 74 | "debug": "^4.4.0", |
75 | 75 | "magic-string": "^0.30.17", |
76 | | - "oxc-parser": "^0.58.1", |
77 | | - "oxc-transform": "^0.58.1", |
| 76 | + "oxc-parser": "^0.60.0", |
| 77 | + "oxc-transform": "^0.60.0", |
78 | 78 | "unplugin": "^2.2.0", |
79 | 79 | "unplugin-utils": "^0.2.4" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | 82 | "@farmfe/core": "^1.7.1", |
83 | | - "@oxc-project/types": "^0.58.1", |
| 83 | + "@oxc-project/types": "^0.60.0", |
84 | 84 | "@rollup/plugin-alias": "^5.1.1", |
85 | | - "@swc/core": "^1.11.9", |
| 85 | + "@swc/core": "^1.11.11", |
86 | 86 | "@sxzz/eslint-config": "^6.0.2", |
87 | 87 | "@sxzz/prettier-config": "^2.2.1", |
88 | 88 | "@sxzz/test-utils": "^0.5.2", |
|
93 | 93 | "eslint": "^9.22.0", |
94 | 94 | "fast-glob": "^3.3.3", |
95 | 95 | "prettier": "^3.5.3", |
96 | | - "rolldown": "^1.0.0-beta.4", |
97 | | - "rollup": "^4.35.0", |
| 96 | + "rolldown": "^1.0.0-beta.6", |
| 97 | + "rollup": "^4.36.0", |
98 | 98 | "tinyglobby": "^0.2.12", |
99 | | - "tsdown": "^0.6.8", |
| 99 | + "tsdown": "^0.6.9", |
100 | 100 | "tsx": "^4.19.3", |
101 | 101 | "typescript": "^5.8.2", |
102 | 102 | "unplugin-oxc": "^0.2.8", |
103 | 103 | "vite": "^6.2.2", |
104 | | - "vitest": "^3.0.8" |
| 104 | + "vitest": "^3.0.9" |
105 | 105 | }, |
106 | 106 | "engines": { |
107 | 107 | "node": ">=18.12.0" |
|
0 commit comments