diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 05:06:33 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-03 05:07:11 +0000 |
commit | ce957948c2f32278270b3ac7c9651b05a3aeb1ce (patch) | |
tree | 55082b2dfada431c9da4f1363b468ae1300aded8 /package.json | |
parent | Bump @types/node from 20.12.12 to 20.12.13 (diff) | |
download | zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.gz zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.bz2 zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.lz zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.xz zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.tar.zst zorascript-ce957948c2f32278270b3ac7c9651b05a3aeb1ce.zip |
Bump prettier from 3.2.5 to 3.3.0
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0.
- [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.2.5...3.3.0)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 135752f..da04079 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint": "^9.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.38.0", - "prettier": "^3.2.5", + "prettier": "^3.3.0", "typescript": "^5.4.5", "wasm-pack": "^0.12.1" } |