summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:31:39 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:31:39 +0200
commit54b3bb7192d13a8dfebcf0ab106b21126367b356 (patch)
treeee2db5520b8132c9205df031dd6cb65e5b79ea1b /client/package.json
parentebe3c7b36c80a981bc7e9bc1356c232f758c03fb (diff)
client: Update typescript to 5.9.2
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json
index ba5a70c..1d8426a 100644
--- a/client/package.json
+++ b/client/package.json
@@ -29,8 +29,8 @@
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.35.0",
"svelte-check": "^4.0.0",
- "typescript": "^5.8.3",
- "typescript-eslint": "^8.35.1",
+ "typescript": "^5.9.2",
+ "typescript-eslint": "^8.39.1",
"vite": "^6.2.6",
"vite-plugin-devtools-json": "^0.2.1"
},