diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-24 04:37:08 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-24 04:37:43 +0000 |
commit | 1109e49057a02571dc7416b4c8ccc978c113ae07 (patch) | |
tree | e9919e11b0a65a12103357a1d0d3561ee08d9a49 /package.json | |
parent | Bump @types/node from 20.14.6 to 20.14.8 (diff) | |
download | zorascript-1109e49057a02571dc7416b4c8ccc978c113ae07.tar zorascript-1109e49057a02571dc7416b4c8ccc978c113ae07.tar.gz zorascript-1109e49057a02571dc7416b4c8ccc978c113ae07.tar.bz2 zorascript-1109e49057a02571dc7416b4c8ccc978c113ae07.tar.lz zorascript-1109e49057a02571dc7416b4c8ccc978c113ae07.tar.xz zorascript-1109e49057a02571dc7416b4c8ccc978c113ae07.tar.zst zorascript-1109e49057a02571dc7416b4c8ccc978c113ae07.zip |
Bump typescript from 5.4.5 to 5.5.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
- [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.4.5...v5.5.2)
---
updated-dependencies:
- dependency-name: typescript
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 94dd6e4..e245717 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.40.0", "prettier": "^3.3.2", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "wasm-pack": "^0.12.1" } } |