From 279daef16132cf36acd5dd4a5bccd1674d922bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:05:22 +0000 Subject: [PATCH] chore(deps-dev): bump tsdown from 0.11.13 to 0.21.7 in /packages/admin Bumps [tsdown](https://github.com/rolldown/tsdown) from 0.11.13 to 0.21.7. - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](https://github.com/rolldown/tsdown/compare/v0.11.13...v0.21.7) --- updated-dependencies: - dependency-name: tsdown dependency-version: 0.21.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/admin/package.json b/packages/admin/package.json index 01bf407..cc3ab4e 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/replane-dev/replane-javascript#readme", "devDependencies": { - "tsdown": "^0.11.9", + "tsdown": "^0.21.7", "typescript": "^5.4.0", "vitest": "^3.2.4" },