diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-05 04:33:30 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-05 04:34:08 +0000 |
commit | d93d1aec40778e9833d4560c0048df8f1dd2bbc2 (patch) | |
tree | 8e5eca5275229a1287e745ae726e03b8a799d874 /clients | |
parent | Bump @types/node from 20.11.14 to 20.11.16 (diff) | |
download | zorascript-d93d1aec40778e9833d4560c0048df8f1dd2bbc2.tar zorascript-d93d1aec40778e9833d4560c0048df8f1dd2bbc2.tar.gz zorascript-d93d1aec40778e9833d4560c0048df8f1dd2bbc2.tar.bz2 zorascript-d93d1aec40778e9833d4560c0048df8f1dd2bbc2.tar.lz zorascript-d93d1aec40778e9833d4560c0048df8f1dd2bbc2.tar.xz zorascript-d93d1aec40778e9833d4560c0048df8f1dd2bbc2.tar.zst zorascript-d93d1aec40778e9833d4560c0048df8f1dd2bbc2.zip |
Bump prettier from 3.2.4 to 3.2.5
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5.
- [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.2.4...3.2.5)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 2bf20c8..aac1a3f 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -30,7 +30,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.35.1", "postcss": "8.4.33", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.1.2", "svelte": "^4.2.9", "svelte-check": "^3.6.3", |