From 82b18db12a9fb312b440a534e3e64e7e68711f0a Mon Sep 17 00:00:00 2001 From: iripiri <34569601+iripiri@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:56:04 +0200 Subject: [PATCH] fix swagger-client version for building Signed-off-by: iripiri --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b2935d..e06017a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-syntax-highlighter": "^15.5.0", "react-trafficlight": "^5.2.1", "superagent": "^7.1.2", - "swagger-client": "^3.19.10", + "swagger-client": "3.19.10", "swagger-ui-react": "4.13.0", "typescript": "^4.6.3", "xstate": "^4.31.0"