diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 04:21:42 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-23 04:22:17 +0000 |
commit | 549b2af600d683aeb626f065ed766414d8af82ba (patch) | |
tree | f779c74a9841d703d8bae8234913b651ecd655d2 /clients | |
parent | Bump eslint-plugin-svelte from 2.42.0 to 2.43.0 (diff) | |
download | zorascript-549b2af600d683aeb626f065ed766414d8af82ba.tar zorascript-549b2af600d683aeb626f065ed766414d8af82ba.tar.gz zorascript-549b2af600d683aeb626f065ed766414d8af82ba.tar.bz2 zorascript-549b2af600d683aeb626f065ed766414d8af82ba.tar.lz zorascript-549b2af600d683aeb626f065ed766414d8af82ba.tar.xz zorascript-549b2af600d683aeb626f065ed766414d8af82ba.tar.zst zorascript-549b2af600d683aeb626f065ed766414d8af82ba.zip |
Bump typescript from 5.5.3 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index b6f208a..51a9334 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -38,7 +38,7 @@ "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.6", "tslib": "^2.6.3", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "vite": "^5.3.4", "vite-plugin-tailwind-purgecss": "0.3.3" }, |