diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-02 04:28:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-02 04:28:48 +0000 |
commit | e6654d169adf23be597256498227740076fc1d6c (patch) | |
tree | 1d4e9b70ee14cb49c4656c2db577f6952c9dfd0f /clients/www | |
parent | Bump postcss from 8.4.38 to 8.4.39 (diff) | |
download | zorascript-e6654d169adf23be597256498227740076fc1d6c.tar zorascript-e6654d169adf23be597256498227740076fc1d6c.tar.gz zorascript-e6654d169adf23be597256498227740076fc1d6c.tar.bz2 zorascript-e6654d169adf23be597256498227740076fc1d6c.tar.lz zorascript-e6654d169adf23be597256498227740076fc1d6c.tar.xz zorascript-e6654d169adf23be597256498227740076fc1d6c.tar.zst zorascript-e6654d169adf23be597256498227740076fc1d6c.zip |
Bump typescript from 5.5.2 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3.
- [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.2...v5.5.3)
---
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 456d7eb..4805737 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -38,7 +38,7 @@ "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.4", "tslib": "^2.6.3", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "vite": "^5.3.2", "vite-plugin-tailwind-purgecss": "0.3.3" }, |