diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-24 16:57:04 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2023-11-28 21:28:36 -0600 |
commit | fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d (patch) | |
tree | a30bcd466a0b1921fc781765ab7817e4d3b1599f /app | |
parent | Bump @types/node from 20.8.10 to 20.10.0 (diff) | |
download | trinkets-fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d.tar trinkets-fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d.tar.gz trinkets-fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d.tar.bz2 trinkets-fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d.tar.lz trinkets-fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d.tar.xz trinkets-fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d.tar.zst trinkets-fc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d.zip |
Bump typescript from 5.2.2 to 5.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.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 'app')
-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 a103900..5039dec 100644 --- a/app/package.json +++ b/app/package.json @@ -35,7 +35,7 @@ "svelte-check": "3.6.1", "tailwindcss": "3.3.5", "tslib": "2.6.2", - "typescript": "5.2.2", + "typescript": "5.3.2", "vite": "4.5.0", "vite-plugin-pwa": "0.16.7", "vite-plugin-tailwind-purgecss": "0.1.3" |