diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-29 05:06:15 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-29 05:06:54 +0000 |
commit | 96694ec622166ddca1821a0bdb291fd9c46ae7af (patch) | |
tree | 748c81234abdd76d289f5b3d369076025d48b27b /clients | |
parent | Bump @types/node from 20.11.21 to 20.11.22 (diff) | |
download | zorascript-96694ec622166ddca1821a0bdb291fd9c46ae7af.tar zorascript-96694ec622166ddca1821a0bdb291fd9c46ae7af.tar.gz zorascript-96694ec622166ddca1821a0bdb291fd9c46ae7af.tar.bz2 zorascript-96694ec622166ddca1821a0bdb291fd9c46ae7af.tar.lz zorascript-96694ec622166ddca1821a0bdb291fd9c46ae7af.tar.xz zorascript-96694ec622166ddca1821a0bdb291fd9c46ae7af.tar.zst zorascript-96694ec622166ddca1821a0bdb291fd9c46ae7af.zip |
Bump prettier-plugin-svelte from 3.2.1 to 3.2.2
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.2.1 to 3.2.2.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.1...v3.2.2)
---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
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 51aea06..f53cde4 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -31,7 +31,7 @@ "eslint-plugin-svelte": "^2.35.1", "postcss": "8.4.35", "prettier": "^3.2.5", - "prettier-plugin-svelte": "^3.2.1", + "prettier-plugin-svelte": "^3.2.2", "svelte": "^4.2.12", "svelte-check": "^3.6.5", "tailwindcss": "3.4.1", |