aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-27 22:47:28 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-06-27 22:47:42 +0000
commit853f7fa7504505857b7f8e8283c1e9ae0ab697c9 (patch)
treee3511e0a948376445a0fc7f84a7d60c21dc0ecf7 /package.json
parentbuild(deps-dev): bump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-853f7fa7504505857b7f8e8283c1e9ae0ab697c9.tar
locusts-853f7fa7504505857b7f8e8283c1e9ae0ab697c9.tar.gz
locusts-853f7fa7504505857b7f8e8283c1e9ae0ab697c9.tar.bz2
locusts-853f7fa7504505857b7f8e8283c1e9ae0ab697c9.tar.lz
locusts-853f7fa7504505857b7f8e8283c1e9ae0ab697c9.tar.xz
locusts-853f7fa7504505857b7f8e8283c1e9ae0ab697c9.tar.zst
locusts-853f7fa7504505857b7f8e8283c1e9ae0ab697c9.zip
build(deps-dev): bump the nodejs-dependencies group with 4 updates
Bumps the nodejs-dependencies group with 4 updates: [prettier](https://github.com/prettier/prettier), [eslint](https://github.com/eslint/eslint), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte). Updates `prettier` from 3.6.1 to 3.6.2 - [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.6.1...3.6.2) Updates `eslint` from 9.29.0 to 9.30.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.0) Updates `@types/node` from 24.0.4 to 24.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-svelte` from 3.10.0 to 3.10.1 - [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases) - [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.10.0...eslint-plugin-svelte@3.10.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: eslint dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: "@types/node" dependency-version: 24.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: eslint-plugin-svelte dependency-version: 3.10.1 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 798d4a6..7f661ad 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"devDependencies": {
"@changesets/cli": "^2.29.5",
- "prettier": "^3.6.1",
+ "prettier": "^3.6.2",
"syncpack": "13.0.4",
"turbo": "^2.5.4"
},