From 88faa29c76ed024c5ff49ff309795a31b43cf3cd Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 14 Oct 2021 11:44:19 +0200 Subject: [PATCH] chore: force `swagger-client` to `3.16.1` because of removal of dependency Signed-off-by: blam --- plugins/api-docs/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json index 9a89837102..377df7d13d 100644 --- a/plugins/api-docs/package.json +++ b/plugins/api-docs/package.json @@ -49,7 +49,8 @@ "react-router": "6.0.0-beta.0", "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4", - "swagger-ui-react": "^4.0.0-rc.3" + "swagger-ui-react": "^4.0.0-rc.3", + "swagger-client": "3.16.1" }, "devDependencies": { "@backstage/cli": "^0.7.15",