aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-28 22:11:56 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-11-28 22:12:06 +0000
commit2747d75080e8792883fada936f6a01a0fd6a1b05 (patch)
tree18069cba921ef0c6f942c8b0d4d6a8cb2e9dc5a9 /package.json
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-2747d75080e8792883fada936f6a01a0fd6a1b05.tar
locusts-2747d75080e8792883fada936f6a01a0fd6a1b05.tar.gz
locusts-2747d75080e8792883fada936f6a01a0fd6a1b05.tar.bz2
locusts-2747d75080e8792883fada936f6a01a0fd6a1b05.tar.lz
locusts-2747d75080e8792883fada936f6a01a0fd6a1b05.tar.xz
locusts-2747d75080e8792883fada936f6a01a0fd6a1b05.tar.zst
locusts-2747d75080e8792883fada936f6a01a0fd6a1b05.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 [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `prettier` from 3.7.1 to 3.7.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.7.1...3.7.2) Updates `eslint-plugin-vue` from 10.6.1 to 10.6.2 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v10.6.1...v10.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: eslint-plugin-vue dependency-version: 10.6.2 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 '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cea04b5..f3fd9ab 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"devDependencies": {
"@changesets/cli": "^2.29.8",
- "prettier": "^3.7.1",
+ "prettier": "^3.7.2",
"syncpack": "13.0.4",
"turbo": "^2.6.1"
},