diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-07 06:04:09 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-07 06:04:40 +0000 |
commit | a08ef3a6951aa7b083694d9d006992a13a5718cb (patch) | |
tree | 3e80c8676275e2acf74603cf2152ca03363c7691 | |
parent | Bump tailwindcss from 3.4.3 to 3.4.4 (diff) | |
download | zorascript-a08ef3a6951aa7b083694d9d006992a13a5718cb.tar zorascript-a08ef3a6951aa7b083694d9d006992a13a5718cb.tar.gz zorascript-a08ef3a6951aa7b083694d9d006992a13a5718cb.tar.bz2 zorascript-a08ef3a6951aa7b083694d9d006992a13a5718cb.tar.lz zorascript-a08ef3a6951aa7b083694d9d006992a13a5718cb.tar.xz zorascript-a08ef3a6951aa7b083694d9d006992a13a5718cb.tar.zst zorascript-a08ef3a6951aa7b083694d9d006992a13a5718cb.zip |
Bump prettier from 3.3.0 to 3.3.1
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.1.
- [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.3.0...3.3.1)
---
updated-dependencies:
- dependency-name: prettier
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-- | package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 18 |
3 files changed, 11 insertions, 11 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 9f667e8..eaa707a 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.3.0", + "prettier": "^3.3.1", "prettier-plugin-svelte": "^3.2.4", "svelte": "^4.2.18", "svelte-check": "^3.8.0", diff --git a/package.json b/package.json index 4de9269..5bf2c10 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.38.0", - "prettier": "^3.3.0", + "prettier": "^3.3.1", "typescript": "^5.4.5", "wasm-pack": "^0.12.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d1b785e..014f8f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^2.38.0 version: 2.39.0(eslint@9.4.0)(svelte@4.2.18) prettier: - specifier: ^3.3.0 - version: 3.3.0 + specifier: ^3.3.1 + version: 3.3.1 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -84,11 +84,11 @@ importers: specifier: 8.4.38 version: 8.4.38 prettier: - specifier: ^3.3.0 - version: 3.3.0 + specifier: ^3.3.1 + version: 3.3.1 prettier-plugin-svelte: specifier: ^3.2.4 - version: 3.2.4(prettier@3.3.0)(svelte@4.2.18) + version: 3.2.4(prettier@3.3.1)(svelte@4.2.18) svelte: specifier: ^4.2.18 version: 4.2.18 @@ -4284,18 +4284,18 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-svelte@3.2.4(prettier@3.3.0)(svelte@4.2.18): + /prettier-plugin-svelte@3.2.4(prettier@3.3.1)(svelte@4.2.18): resolution: {integrity: sha512-tZv+ADfeOWFNQkXkRh6zUXE16w3Vla8x2Ug0B/EnSmjR4EnwdwZbGgL/liSwR1kcEALU5mAAyua98HBxheCxgg==} peerDependencies: prettier: ^3.0.0 svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 dependencies: - prettier: 3.3.0 + prettier: 3.3.1 svelte: 4.2.18 dev: true - /prettier@3.3.0: - resolution: {integrity: sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==} + /prettier@3.3.1: + resolution: {integrity: sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==} engines: {node: '>=14'} hasBin: true dev: true |