From 9219186a0aa0b015d37aa0506dbda4ea5034fe7f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Aug 2023 11:18:46 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v5 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 0233674..72055a2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "redux": "^4.2.1", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.4.2", - "typescript": "^4.9.5", + "typescript": "^5.0.0", "web-vitals": "^2.1.4" }, "scripts": {