You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/05/03 03:39:17 UTC

[camel-karavan] 02/02: Fix Quinoa build

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit 77c0981ce7c3d740aee675177ef940c6571ba05c
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue May 2 23:38:39 2023 -0400

    Fix Quinoa build
---
 karavan-app/src/main/webui/package.json | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/karavan-app/src/main/webui/package.json b/karavan-app/src/main/webui/package.json
index 638c27ba..5e9c238c 100644
--- a/karavan-app/src/main/webui/package.json
+++ b/karavan-app/src/main/webui/package.json
@@ -26,16 +26,16 @@
     ]
   },
   "dependencies": {
-    "@monaco-editor/react": "4.5.0",
+    "@monaco-editor/react": "4.4.6",
     "@patternfly/patternfly": "4.224.2",
-    "@patternfly/react-charts": "6.94.19",
-    "@patternfly/react-core": "4.276.8",
-    "@patternfly/react-log-viewer": "5.0.0-alpha.1",
-    "@patternfly/react-table": "4.113.0",
+    "@patternfly/react-charts": "6.94.18",
+    "@patternfly/react-core": "4.276.6",
+    "@patternfly/react-log-viewer": "^4.87.100",
+    "@patternfly/react-table": "4.112.39",
     "@types/js-yaml": "4.0.5",
-    "@types/node": "18.16.3",
+    "@types/node": "18.11.18",
     "@types/uuid": "9.0.1",
-    "axios": "1.4.0",
+    "axios": "1.3.4",
     "buffer": "^6.0.3",
     "dagre": "0.8.5",
     "file-saver": "^2.0.5",
@@ -44,8 +44,8 @@
     "keycloak-js": "^19.0.1",
     "react": "17.0.2",
     "react-dom": "17.0.2",
-    "react-scripts": "5.0.1",
-    "rxjs": "7.8.1",
+    "react-scripts": "5.0.0",
+    "rxjs": "7.8.0",
     "uuid": "9.0.0"
   },
   "devDependencies": {
@@ -57,7 +57,7 @@
     "@typescript-eslint/eslint-plugin": "^5.51.0",
     "@typescript-eslint/parser": "^5.51.0",
     "eslint": "^8.33.0",
-    "monaco-editor": "0.38.0",
+    "monaco-editor": "0.36.1",
     "typescript": "^4.9.5"
   }
 }