diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-24 01:21:58 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-06-24 01:22:13 +0000 |
commit | 460e386339c95402fd0175ed9b499c141c693038 (patch) | |
tree | 8ada476a8907de36ab83ef5500fed7c5d9c8d4de /package.json | |
parent | build(deps): bump org.jetbrains.kotlin.jvm in the jvm-dependencies group (diff) | |
download | locusts-460e386339c95402fd0175ed9b499c141c693038.tar locusts-460e386339c95402fd0175ed9b499c141c693038.tar.gz locusts-460e386339c95402fd0175ed9b499c141c693038.tar.bz2 locusts-460e386339c95402fd0175ed9b499c141c693038.tar.lz locusts-460e386339c95402fd0175ed9b499c141c693038.tar.xz locusts-460e386339c95402fd0175ed9b499c141c693038.tar.zst locusts-460e386339c95402fd0175ed9b499c141c693038.zip |
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [prettier](https://github.com/prettier/prettier) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).
Updates `prettier` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.5.3...3.6.0)
Updates `typescript-eslint` from 8.34.1 to 8.35.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.35.0
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d02d84d..41ccaf7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "devDependencies": { "@changesets/cli": "^2.29.5", - "prettier": "^3.5.3", + "prettier": "^3.6.0", "syncpack": "13.0.4", "turbo": "^2.5.4" }, |