diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 05:06:33 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-03 05:07:11 +0000 |
commit | ce957948c2f32278270b3ac7c9651b05a3aeb1ce (patch) | |
tree | 55082b2dfada431c9da4f1363b468ae1300aded8 /clients | |
parent | Bump @types/node from 20.12.12 to 20.12.13 (diff) | |
download | zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.gz zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.bz2 zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.lz zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.xz zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.zst zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.zip |
Bump prettier from 3.2.5 to 3.3.0
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0.
- [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.5...3.3.0)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 96557eb..0b425c5 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -31,7 +31,7 @@ "eslint-plugin-svelte": "^2.38.0", "iconify-icon": "^2.1.0", "postcss": "8.4.38", - "prettier": "^3.2.5", + "prettier": "^3.3.0", "prettier-plugin-svelte": "^3.2.3", "svelte": "^4.2.16", "svelte-check": "^3.7.1", |