aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-13 22:34:09 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-02-13 22:34:24 +0000
commit368804b1ae5558059ff3fb1ae75a0c28d58e28f4 (patch)
treeedbaae3070c2380c9dd22cc72f3620eb54caaa4c /package.json
parentbuild(deps-dev): bump the nodejs-dependencies group with 5 updates (diff)
downloadlocusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar
locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.gz
locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.bz2
locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.lz
locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.xz
locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.tar.zst
locusts-368804b1ae5558059ff3fb1ae75a0c28d58e28f4.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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `prettier` from 3.5.0 to 3.5.1 - [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.0...3.5.1) Updates `@types/node` from 22.13.1 to 22.13.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0a61ff1..96e59b4 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"devDependencies": {
"@changesets/cli": "^2.27.12",
- "prettier": "^3.5.0",
+ "prettier": "^3.5.1",
"syncpack": "13.0.2",
"turbo": "^2.4.2"
},