|
1 | 1 | {
|
2 | 2 | "name": "tsdown",
|
3 | 3 | "version": "0.6.4",
|
4 |
| - "packageManager": "pnpm@10.5.2", |
| 4 | + "packageManager": "pnpm@10.6.2", |
5 | 5 | "description": "An even faster bundler powered by Rolldown.",
|
6 | 6 | "type": "module",
|
7 | 7 | "license": "MIT",
|
|
74 | 74 | "diff": "^7.0.0",
|
75 | 75 | "pkg-types": "^2.1.0",
|
76 | 76 | "rolldown": "^1.0.0-beta.3",
|
77 |
| - "rollup": "^4.34.9", |
| 77 | + "rollup": "^4.35.0", |
78 | 78 | "rollup-plugin-dts": "^6.1.1",
|
79 | 79 | "tinyglobby": "^0.2.12",
|
80 |
| - "unconfig": "^7.3.0", |
81 |
| - "unplugin-isolated-decl": "^0.13.0" |
| 80 | + "unconfig": "^7.3.1", |
| 81 | + "unplugin-isolated-decl": "^0.13.2" |
82 | 82 | },
|
83 | 83 | "devDependencies": {
|
84 | 84 | "@sxzz/eslint-config": "^6.0.1",
|
85 |
| - "@sxzz/prettier-config": "^2.2.0", |
| 85 | + "@sxzz/prettier-config": "^2.2.1", |
86 | 86 | "@sxzz/test-utils": "^0.5.1",
|
87 | 87 | "@types/debug": "^4.1.12",
|
88 | 88 | "@types/diff": "^7.0.1",
|
89 |
| - "@types/node": "^22.13.9", |
| 89 | + "@types/node": "^22.13.10", |
90 | 90 | "bumpp": "^10.0.3",
|
91 |
| - "eslint": "^9.21.0", |
92 |
| - "oxc-transform": "^0.55.0", |
| 91 | + "eslint": "^9.22.0", |
| 92 | + "oxc-transform": "^0.56.5", |
93 | 93 | "prettier": "^3.5.3",
|
94 |
| - "publint": "^0.3.8", |
| 94 | + "publint": "^0.3.9", |
95 | 95 | "tinyexec": "^0.3.2",
|
96 | 96 | "tsup": "^8.4.0",
|
97 | 97 | "tsx": "^4.19.3",
|
98 | 98 | "typescript": "~5.8.2",
|
99 |
| - "unplugin-ast": "^0.14.1", |
| 99 | + "unplugin-ast": "^0.14.2", |
100 | 100 | "unplugin-unused": "^0.4.3",
|
101 |
| - "vite": "^6.2.0", |
102 |
| - "vitest": "^3.0.7" |
| 101 | + "vite": "^6.2.1", |
| 102 | + "vitest": "^3.0.8" |
103 | 103 | },
|
104 | 104 | "engines": {
|
105 | 105 | "node": ">=18.0.0"
|
|
0 commit comments