You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/07/27 08:16:06 UTC

[incubator-streampipes] branch dev updated: [hotfix] Downgrade Swagger UI dependency due to build error

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 929d05286 [hotfix] Downgrade Swagger UI dependency due to build error
929d05286 is described below

commit 929d052867c8c0500d2b52de293633418e804b4b
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Jul 27 10:15:56 2022 +0200

    [hotfix] Downgrade Swagger UI dependency due to build error
---
 ui/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/package.json b/ui/package.json
index e7efac6ea..a9a973cba 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -87,7 +87,7 @@
     "shepherd.js": "^9.0.0",
     "showdown": "1.9.1",
     "stream-browserify": "3.0.0",
-    "swagger-ui": "^4.2.1",
+    "swagger-ui": "4.12.0",
     "tslib": "^2.0.0",
     "zone.js": "~0.11.4"
   },