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 | |
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>
-rw-r--r-- | clients/www/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07a839a..2ba285d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,8 +78,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 prettier-plugin-svelte: - specifier: ^3.2.1 - version: 3.2.1(prettier@3.2.5)(svelte@4.2.12) + specifier: ^3.2.2 + version: 3.2.2(prettier@3.2.5)(svelte@4.2.12) svelte: specifier: ^4.2.12 version: 4.2.12 @@ -3951,8 +3951,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-svelte@3.2.1(prettier@3.2.5)(svelte@4.2.12): - resolution: {integrity: sha512-ENAPbIxASf2R79IZwgkG5sBdeNA9kLRlXVvKKmTXh79zWTy0KKoT86XO2pHrTitUPINd+iXWy12MRmgzKGVckA==} + /prettier-plugin-svelte@3.2.2(prettier@3.2.5)(svelte@4.2.12): + resolution: {integrity: sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==} peerDependencies: prettier: ^3.0.0 svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 |