|
1 | 1 | { |
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "version": "0.15.1", |
4 | | - "packageManager": "pnpm@10.14.0", |
| 4 | + "packageManager": "pnpm@10.16.1", |
5 | 5 | "description": "A blazing-fast tool for generating isolated declarations.", |
6 | 6 | "type": "module", |
7 | 7 | "keywords": [ |
|
72 | 72 | } |
73 | 73 | }, |
74 | 74 | "dependencies": { |
75 | | - "debug": "^4.4.1", |
76 | | - "magic-string": "^0.30.17", |
77 | | - "oxc-parser": ">=0.82.2", |
78 | | - "oxc-transform": ">=0.82.2", |
79 | | - "unplugin": "^2.3.6", |
80 | | - "unplugin-utils": "^0.2.5" |
| 75 | + "debug": "^4.4.3", |
| 76 | + "magic-string": "^0.30.19", |
| 77 | + "oxc-parser": ">=0.89.0", |
| 78 | + "oxc-transform": ">=0.89.0", |
| 79 | + "unplugin": "^2.3.10", |
| 80 | + "unplugin-utils": "^0.3.0" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | 83 | "@farmfe/core": "^1.7.11", |
84 | | - "@oxc-project/types": "^0.82.2", |
| 84 | + "@oxc-project/types": "^0.89.0", |
85 | 85 | "@rollup/plugin-alias": "^5.1.1", |
86 | | - "@swc/core": "^1.13.3", |
87 | | - "@sxzz/eslint-config": "^7.1.2", |
88 | | - "@sxzz/prettier-config": "^2.2.3", |
89 | | - "@sxzz/test-utils": "^0.5.9", |
| 86 | + "@swc/core": "^1.13.5", |
| 87 | + "@sxzz/eslint-config": "^7.1.4", |
| 88 | + "@sxzz/prettier-config": "^2.2.4", |
| 89 | + "@sxzz/test-utils": "^0.5.11", |
90 | 90 | "@types/debug": "^4.1.12", |
91 | | - "@types/node": "^24.3.0", |
| 91 | + "@types/node": "^24.5.0", |
92 | 92 | "bumpp": "^10.2.3", |
93 | 93 | "esbuild": "^0.25.9", |
94 | | - "eslint": "^9.33.0", |
| 94 | + "eslint": "^9.35.0", |
95 | 95 | "fast-glob": "^3.3.3", |
96 | 96 | "prettier": "^3.6.2", |
97 | 97 | "publint": "^0.3.12", |
98 | | - "rolldown": "^1.0.0-beta.33", |
99 | | - "rollup": "^4.46.3", |
100 | | - "tinyglobby": "^0.2.14", |
101 | | - "tsdown": "^0.14.1", |
102 | | - "tsx": "^4.20.4", |
| 98 | + "rolldown": "^1.0.0-beta.38", |
| 99 | + "rollup": "^4.50.2", |
| 100 | + "tinyglobby": "^0.2.15", |
| 101 | + "tsdown": "^0.15.1", |
| 102 | + "tsx": "^4.20.5", |
103 | 103 | "typescript": "^5.9.2", |
104 | | - "unplugin-oxc": "^0.5.0", |
105 | | - "vite": "^7.1.2", |
| 104 | + "unplugin-oxc": "^0.5.1", |
| 105 | + "vite": "^7.1.5", |
106 | 106 | "vitest": "^3.2.4" |
107 | 107 | }, |
108 | 108 | "engines": { |
|
0 commit comments