From 34d31f567185faebd6539a0a5b40aed60f6643f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:06:07 +0000 Subject: [PATCH] chore: update dependency tsup to ^8.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f5fa65a..754d88b4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-import": "^2.29.1", "lodash": "^4.17.21", "prettier": "^3.1.1", - "tsup": "^8.0.2", + "tsup": "^8.3.5", "typescript": "^5.2.2", "vitest": "^0.34.6", "yarn-run-all": "latest"