diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-15 04:34:09 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-15 04:34:46 +0000 |
commit | 031c4e1ff9c5993affc2852c4108965f2a8ef10a (patch) | |
tree | b8ae84a0ec9bb723bce018c384be636eab8039d2 | |
parent | Bump @typescript-eslint/parser from 6.21.0 to 7.0.1 (diff) | |
download | zorascript-031c4e1ff9c5993affc2852c4108965f2a8ef10a.tar zorascript-031c4e1ff9c5993affc2852c4108965f2a8ef10a.tar.gz zorascript-031c4e1ff9c5993affc2852c4108965f2a8ef10a.tar.bz2 zorascript-031c4e1ff9c5993affc2852c4108965f2a8ef10a.tar.lz zorascript-031c4e1ff9c5993affc2852c4108965f2a8ef10a.tar.xz zorascript-031c4e1ff9c5993affc2852c4108965f2a8ef10a.tar.zst zorascript-031c4e1ff9c5993affc2852c4108965f2a8ef10a.zip |
Bump prettier-plugin-svelte from 3.2.0 to 3.2.1
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.2.0 to 3.2.1.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.0...v3.2.1)
---
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 26414d7..8d3b72c 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.0", + "prettier-plugin-svelte": "^3.2.1", "svelte": "^4.2.10", "svelte-check": "^3.6.4", "tailwindcss": "3.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee7376d..6006484 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.0 - version: 3.2.0(prettier@3.2.5)(svelte@4.2.10) + specifier: ^3.2.1 + version: 3.2.1(prettier@3.2.5)(svelte@4.2.10) svelte: specifier: ^4.2.10 version: 4.2.10 @@ -3947,8 +3947,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-svelte@3.2.0(prettier@3.2.5)(svelte@4.2.10): - resolution: {integrity: sha512-3474Zxxw8z4k64aqZmwTfcGdh/ULM2zNQslORdXEkNjKqqsSxBmiASazoxdCrmaqsbKD2Y0rxKhBEn1u0Y+j9g==} + /prettier-plugin-svelte@3.2.1(prettier@3.2.5)(svelte@4.2.10): + resolution: {integrity: sha512-ENAPbIxASf2R79IZwgkG5sBdeNA9kLRlXVvKKmTXh79zWTy0KKoT86XO2pHrTitUPINd+iXWy12MRmgzKGVckA==} peerDependencies: prettier: ^3.0.0 svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 |