diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-15 04:24:09 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-15 04:24:49 +0000 |
commit | f3c78e3c95c768b523a53336a919a88e00cacb0f (patch) | |
tree | b6c83d0564d0340e8d166f1df24da0a001cc3583 | |
parent | Bump eslint from 9.6.0 to 9.7.0 (diff) | |
download | zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.gz zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.bz2 zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.lz zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.xz zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.tar.zst zorascript-f3c78e3c95c768b523a53336a919a88e00cacb0f.zip |
Bump prettier from 3.3.2 to 3.3.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
- [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.2...3.3.3)
---
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 | 20 |
3 files changed, 12 insertions, 12 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 51fb03e..1779e84 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -31,7 +31,7 @@ "eslint-plugin-svelte": "^2.42.0", "iconify-icon": "^2.1.0", "postcss": "8.4.39", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.5", "svelte": "^4.2.18", "svelte-check": "^3.8.4", diff --git a/package.json b/package.json index 53b5761..ba19bac 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.42.0", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "typescript": "^5.5.3", "wasm-pack": "^0.13.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c535a3..7fd1921 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^2.42.0 version: 2.42.0(eslint@9.7.0)(svelte@4.2.18) prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 typescript: specifier: ^5.5.3 version: 5.5.3 @@ -84,11 +84,11 @@ importers: specifier: 8.4.39 version: 8.4.39 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 prettier-plugin-svelte: specifier: ^3.2.5 - version: 3.2.5(prettier@3.3.2)(svelte@4.2.18) + version: 3.2.5(prettier@3.3.3)(svelte@4.2.18) svelte: specifier: ^4.2.18 version: 4.2.18 @@ -2419,8 +2419,8 @@ packages: prettier: ^3.0.0 svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 - prettier@3.3.2: - resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} engines: {node: '>=14'} hasBin: true @@ -5396,12 +5396,12 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-svelte@3.2.5(prettier@3.3.2)(svelte@4.2.18): + prettier-plugin-svelte@3.2.5(prettier@3.3.3)(svelte@4.2.18): dependencies: - prettier: 3.3.2 + prettier: 3.3.3 svelte: 4.2.18 - prettier@3.3.2: {} + prettier@3.3.3: {} pretty-bytes@5.6.0: {} |