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 /package.json | |
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-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e8e21b2..80f846a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.41.0", "prettier": "^3.3.2", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "wasm-pack": "^0.12.1" } } |