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 /package.json | |
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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |