From 86938e11fbdd3d9d3475d30a986aaef8912ea9c8 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 10 Jul 2024 11:26:09 +0100 Subject: [PATCH] Bug 37302: Add swagger-cli to devDependancies This patch adds swagger-cli 4.0.4+ to the devDependancies section of package.json. This should ensure it gets installed when appropriate Signed-off-by: David Nind Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9112e2bc14..0513fd0efb 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,7 @@ "stylelint": "^14.9.1", "stylelint-config-standard-scss": "^5.0.0", "stylelint-order": "^5.0.0", + "swagger-cli": "^4.0.4", "ts-loader": "^9.2.7", "typescript": "^4.6.2", "vinyl-source-stream": "^2.0.0", -- 2.39.5