From f7136bc33b989aa1b2ce13c9b3a07b259d94b7e1 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:14:07 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a96b19..1a775b4 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "@mathigon/hilbert": "^1.1.1", "glob": "^7.1.6", "typedoc": "0.20.9", - "typescript": "^4.2.3" + "typescript": "^5.0.0" } }