|
1 | 1 | { |
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "version": "0.13.1", |
4 | | - "packageManager": "pnpm@10.5.2", |
| 4 | + "packageManager": "pnpm@10.6.1", |
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.54.0", |
77 | | - "oxc-transform": "^0.54.0", |
| 76 | + "oxc-parser": "^0.56.5", |
| 77 | + "oxc-transform": "^0.56.5", |
78 | 78 | "unplugin": "^2.2.0", |
79 | 79 | "unplugin-utils": "^0.2.4" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | | - "@farmfe/core": "^1.6.6", |
83 | | - "@oxc-project/types": "^0.55.0", |
| 82 | + "@farmfe/core": "^1.6.7", |
| 83 | + "@oxc-project/types": "^0.56.5", |
84 | 84 | "@rollup/plugin-alias": "^5.1.1", |
85 | | - "@swc/core": "^1.11.7", |
86 | | - "@sxzz/eslint-config": "^5.2.0", |
87 | | - "@sxzz/prettier-config": "^2.2.0", |
| 85 | + "@swc/core": "^1.11.8", |
| 86 | + "@sxzz/eslint-config": "^5.3.0", |
| 87 | + "@sxzz/prettier-config": "^2.2.1", |
88 | 88 | "@sxzz/test-utils": "^0.5.1", |
89 | 89 | "@types/debug": "^4.1.12", |
90 | | - "@types/node": "^22.13.9", |
| 90 | + "@types/node": "^22.13.10", |
91 | 91 | "bumpp": "^10.0.3", |
92 | 92 | "esbuild": "^0.25.0", |
93 | | - "eslint": "^9.21.0", |
| 93 | + "eslint": "^9.22.0", |
94 | 94 | "fast-glob": "^3.3.3", |
95 | 95 | "prettier": "^3.5.3", |
96 | 96 | "rolldown": "^1.0.0-beta.3", |
97 | | - "rollup": "^4.34.9", |
| 97 | + "rollup": "^4.35.0", |
98 | 98 | "tinyglobby": "^0.2.12", |
99 | | - "tsdown": "^0.6.3", |
| 99 | + "tsdown": "^0.6.4", |
100 | 100 | "tsx": "^4.19.3", |
101 | 101 | "typescript": "^5.8.2", |
102 | | - "unplugin-oxc": "^0.2.6", |
103 | | - "vite": "^6.2.0", |
104 | | - "vitest": "^3.0.7" |
| 102 | + "unplugin-oxc": "^0.2.7", |
| 103 | + "vite": "^6.2.1", |
| 104 | + "vitest": "^3.0.8" |
105 | 105 | }, |
106 | 106 | "engines": { |
107 | 107 | "node": ">=18.12.0" |
|
0 commit comments