aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-24 16:57:04 +0000
committerMatthew Strapp <matt@mattstrapp.net>2023-11-28 21:28:36 -0600
commitfc63d0ecf9a4aa72bc43d39200f54dd6f4cf265d (patch)
treea30bcd466a0b1921fc781765ab7817e4d3b1599f /app
parentBump @types/node from 20.8.10 to 20.10.0 (diff)
downloadtrinkets-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 '')
-rw-r--r--app/package.json2
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"