diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-14 04:49:53 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-02-14 04:50:30 +0000 |
commit | 04a777746e97cb50a1aaa32ef74a9ff89112a07a (patch) | |
tree | 8180a94b78869893412e7184547fff09106f7e6b | |
parent | Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.1 (diff) | |
download | zorascript-04a777746e97cb50a1aaa32ef74a9ff89112a07a.tar zorascript-04a777746e97cb50a1aaa32ef74a9ff89112a07a.tar.gz zorascript-04a777746e97cb50a1aaa32ef74a9ff89112a07a.tar.bz2 zorascript-04a777746e97cb50a1aaa32ef74a9ff89112a07a.tar.lz zorascript-04a777746e97cb50a1aaa32ef74a9ff89112a07a.tar.xz zorascript-04a777746e97cb50a1aaa32ef74a9ff89112a07a.tar.zst zorascript-04a777746e97cb50a1aaa32ef74a9ff89112a07a.zip |
Bump prettier-plugin-svelte from 3.1.2 to 3.2.0
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.1.2 to 3.2.0.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.1.2...v3.2.0)
---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 1d9c694..364b62f 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.1.2", + "prettier-plugin-svelte": "^3.2.0", "svelte": "^4.2.10", "svelte-check": "^3.6.4", "tailwindcss": "3.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16849c5..0e5d638 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.1.2 - version: 3.1.2(prettier@3.2.5)(svelte@4.2.10) + specifier: ^3.2.0 + version: 3.2.0(prettier@3.2.5)(svelte@4.2.10) svelte: specifier: ^4.2.10 version: 4.2.10 @@ -3990,8 +3990,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-svelte@3.1.2(prettier@3.2.5)(svelte@4.2.10): - resolution: {integrity: sha512-7xfMZtwgAWHMT0iZc8jN4o65zgbAQ3+O32V6W7pXrqNvKnHnkoyQCGCbKeUyXKZLbYE0YhFRnamfxfkEGxm8qA==} + /prettier-plugin-svelte@3.2.0(prettier@3.2.5)(svelte@4.2.10): + resolution: {integrity: sha512-3474Zxxw8z4k64aqZmwTfcGdh/ULM2zNQslORdXEkNjKqqsSxBmiASazoxdCrmaqsbKD2Y0rxKhBEn1u0Y+j9g==} peerDependencies: prettier: ^3.0.0 svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 |