|
1 | 1 | { |
2 | 2 | "name": "unplugin-isolated-decl", |
3 | 3 | "version": "0.13.2", |
4 | | - "packageManager": "[email protected].1", |
| 4 | + "packageManager": "[email protected].2", |
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.56.5", |
77 | | - "oxc-transform": "^0.56.5", |
| 76 | + "oxc-parser": "^0.57.0", |
| 77 | + "oxc-transform": "^0.57.0", |
78 | 78 | "unplugin": "^2.2.0", |
79 | 79 | "unplugin-utils": "^0.2.4" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | 82 | "@farmfe/core": "^1.6.7", |
83 | | - "@oxc-project/types": "^0.56.5", |
| 83 | + "@oxc-project/types": "^0.57.0", |
84 | 84 | "@rollup/plugin-alias": "^5.1.1", |
85 | 85 | "@swc/core": "^1.11.8", |
86 | | - "@sxzz/eslint-config": "^5.3.0", |
| 86 | + "@sxzz/eslint-config": "^6.0.2", |
87 | 87 | "@sxzz/prettier-config": "^2.2.1", |
88 | | - "@sxzz/test-utils": "^0.5.1", |
| 88 | + "@sxzz/test-utils": "^0.5.2", |
89 | 89 | "@types/debug": "^4.1.12", |
90 | 90 | "@types/node": "^22.13.10", |
91 | 91 | "bumpp": "^10.0.3", |
92 | | - "esbuild": "^0.25.0", |
| 92 | + "esbuild": "^0.25.1", |
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.3", |
| 96 | + "rolldown": "^1.0.0-beta.4", |
97 | 97 | "rollup": "^4.35.0", |
98 | 98 | "tinyglobby": "^0.2.12", |
99 | | - "tsdown": "^0.6.4", |
| 99 | + "tsdown": "^0.6.8", |
100 | 100 | "tsx": "^4.19.3", |
101 | 101 | "typescript": "^5.8.2", |
102 | 102 | "unplugin-oxc": "^0.2.7", |
|
106 | 106 | "engines": { |
107 | 107 | "node": ">=18.12.0" |
108 | 108 | }, |
109 | | - "prettier": "@sxzz/prettier-config", |
110 | 109 | "resolutions": { |
111 | 110 | "@changesets/cli": "-", |
112 | 111 | "unplugin-isolated-decl": "-" |
113 | | - } |
| 112 | + }, |
| 113 | + "prettier": "@sxzz/prettier-config" |
114 | 114 | } |
0 commit comments