|
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.15.7", |
5 | | - "packageManager": "pnpm@10.26.0", |
| 5 | + "packageManager": "pnpm@10.27.0", |
6 | 6 | "description": "A blazing-fast tool for generating isolated declarations.", |
7 | 7 | "author": "Kevin Deng <[email protected]>", |
8 | 8 | "license": "MIT", |
|
77 | 77 | "dependencies": { |
78 | 78 | "magic-string": "^0.30.21", |
79 | 79 | "obug": "^2.1.1", |
80 | | - "oxc-parser": ">=0.103.0", |
81 | | - "oxc-transform": ">=0.103.0", |
| 80 | + "oxc-parser": ">=0.106.0", |
| 81 | + "oxc-transform": ">=0.106.0", |
82 | 82 | "unplugin": "^2.3.11", |
83 | 83 | "unplugin-utils": "^0.3.1" |
84 | 84 | }, |
85 | 85 | "devDependencies": { |
86 | 86 | "@farmfe/core": "^1.7.11", |
87 | | - "@oxc-project/types": "^0.103.0", |
| 87 | + "@oxc-project/types": "^0.106.0", |
88 | 88 | "@rollup/plugin-alias": "^6.0.0", |
89 | | - "@swc/core": "^1.15.5", |
90 | | - "@sxzz/eslint-config": "^7.4.3", |
| 89 | + "@swc/core": "^1.15.8", |
| 90 | + "@sxzz/eslint-config": "^7.4.4", |
91 | 91 | "@sxzz/prettier-config": "^2.2.6", |
92 | | - "@sxzz/test-utils": "^0.5.14", |
93 | | - "@types/node": "^25.0.2", |
94 | | - "@typescript/native-preview": "7.0.0-dev.20251215.1", |
| 92 | + "@sxzz/test-utils": "^0.5.15", |
| 93 | + "@types/node": "^25.0.3", |
| 94 | + "@typescript/native-preview": "7.0.0-dev.20260104.1", |
95 | 95 | "bumpp": "^10.3.2", |
96 | | - "esbuild": "^0.27.1", |
| 96 | + "esbuild": "^0.27.2", |
97 | 97 | "eslint": "^9.39.2", |
98 | 98 | "prettier": "^3.7.4", |
99 | 99 | "publint": "^0.3.16", |
100 | | - "rolldown": "^1.0.0-beta.54", |
101 | | - "rollup": "^4.53.4", |
| 100 | + "rolldown": "^1.0.0-beta.58", |
| 101 | + "rollup": "^4.54.0", |
102 | 102 | "tinyglobby": "^0.2.15", |
103 | | - "tsdown": "^0.18.0", |
| 103 | + "tsdown": "^0.18.4", |
104 | 104 | "typescript": "^5.9.3", |
105 | | - "unplugin-oxc": "^0.5.6", |
| 105 | + "unplugin-oxc": "^0.5.7", |
106 | 106 | "vite": "^7.3.0", |
107 | | - "vitest": "^4.0.15" |
| 107 | + "vitest": "^4.0.16" |
108 | 108 | }, |
109 | 109 | "resolutions": { |
110 | 110 | "@changesets/cli": "-", |
|
0 commit comments