diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-17 22:47:41 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-17 22:47:55 +0000 |
commit | f51f435c9443b23add57e6ef16443cdccecec313 (patch) | |
tree | d9dbfb05beb83266054100855f80ac3f9a3c736a /packages | |
parent | Bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-f51f435c9443b23add57e6ef16443cdccecec313.tar locusts-f51f435c9443b23add57e6ef16443cdccecec313.tar.gz locusts-f51f435c9443b23add57e6ef16443cdccecec313.tar.bz2 locusts-f51f435c9443b23add57e6ef16443cdccecec313.tar.lz locusts-f51f435c9443b23add57e6ef16443cdccecec313.tar.xz locusts-f51f435c9443b23add57e6ef16443cdccecec313.tar.zst locusts-f51f435c9443b23add57e6ef16443cdccecec313.zip |
Bump tsup from 8.2.4 to 8.3.0 in the nodejs-dependencies group
Bumps the nodejs-dependencies group with 1 update: [tsup](https://github.com/egoist/tsup).
Updates `tsup` from 8.2.4 to 8.3.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](https://github.com/egoist/tsup/compare/v8.2.4...v8.3.0)
---
updated-dependencies:
- dependency-name: tsup
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | packages/locusts/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/locusts/package.json b/packages/locusts/package.json index 551a4f8..5a3a75d 100644 --- a/packages/locusts/package.json +++ b/packages/locusts/package.json @@ -8,7 +8,7 @@ "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/node": "^22.5.5", - "tsup": "^8.2.4", + "tsup": "^8.3.0", "tsx": "^4.19.1", "typescript": "^5.6.2" }, |