diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-18 23:04:43 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-18 23:04:56 +0000 |
commit | ac33fd464cc6b5e344b52886541b5aea40eaa7d4 (patch) | |
tree | 894f9257b182a1602f99bfe07c2885d368ef1961 /package.json | |
parent | Bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.gz locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.bz2 locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.lz locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.xz locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.tar.zst locusts-ac33fd464cc6b5e344b52886541b5aea40eaa7d4.zip |
Bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [turbo](https://github.com/vercel/turborepo) and [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo).
Updates `turbo` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/compare/v2.1.3...v2.2.0)
Updates `eslint-config-turbo` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.2.0/packages/eslint-config-turbo)
---
updated-dependencies:
- dependency-name: turbo
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
- dependency-name: eslint-config-turbo
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-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5ec3a57..611beb7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "prettier": "^3.2.5", "syncpack": "13.0.0", - "turbo": "^2.1.3", + "turbo": "^2.2.0", "typescript": "^5.6.3" }, "engines": { |