diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 04:24:09 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-15 04:24:49 +0000 |
commit | f3c78e3c95c768b523a53336a919a88e00cacb0f (patch) | |
tree | b6c83d0564d0340e8d166f1df24da0a001cc3583 /clients/www | |
parent | Bump eslint from 9.6.0 to 9.7.0 (diff) | |
download | zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.gz zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.bz2 zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.lz zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.xz zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.zst zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.zip |
Bump prettier from 3.3.2 to 3.3.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
- [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.3.2...3.3.3)
---
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/www')
-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 51fb03e..1779e84 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -31,7 +31,7 @@ "eslint-plugin-svelte": "^2.42.0", "iconify-icon": "^2.1.0", "postcss": "8.4.39", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.5", "svelte": "^4.2.18", "svelte-check": "^3.8.4", |