diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-10 16:52:26 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-10 16:53:04 +0000 |
commit | 773db1fb6b6572f5d02db6ff11037c9e49138f84 (patch) | |
tree | 149dc3ce14d2f25fe8d76042018fb0c3990406ee /app/package.json | |
parent | Bump vite-plugin-tailwind-purgecss from 0.2.1 to 0.3.0 (diff) | |
download | trinkets-773db1fb6b6572f5d02db6ff11037c9e49138f84.tar trinkets-773db1fb6b6572f5d02db6ff11037c9e49138f84.tar.gz trinkets-773db1fb6b6572f5d02db6ff11037c9e49138f84.tar.bz2 trinkets-773db1fb6b6572f5d02db6ff11037c9e49138f84.tar.lz trinkets-773db1fb6b6572f5d02db6ff11037c9e49138f84.tar.xz trinkets-773db1fb6b6572f5d02db6ff11037c9e49138f84.tar.zst trinkets-773db1fb6b6572f5d02db6ff11037c9e49138f84.zip |
Bump typescript from 5.4.4 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [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.4...v5.4.5)
---
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-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index 52d95b6..884531b 100644 --- a/app/package.json +++ b/app/package.json @@ -36,7 +36,7 @@ "svelte-check": "3.6.9", "tailwindcss": "3.4.3", "tslib": "2.6.2", - "typescript": "5.4.4", + "typescript": "5.4.5", "vite": "5.2.8", "vite-plugin-pwa": "0.19.8", "vite-plugin-tailwind-purgecss": "0.3.0" |