From b15f27ec2b6bf3d02aa2c59020a76dbe748efdef Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Wed, 25 Sep 2024 12:12:13 +0200
Subject: [PATCH] bump core lib version to 2.1.1

---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index a842e9f..74ea276 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
         "@emotion/css": "^11.11.2",
         "@emotion/react": "^11.11.1",
         "@open-policy-agent/opa-wasm": "^1.8.1",
-        "@orchestrator-ui/orchestrator-ui-components": "2.1.0",
+        "@orchestrator-ui/orchestrator-ui-components": "2.1.1",
         "@reduxjs/toolkit": "^2.0.1",
         "axios": "^1.7.2",
         "cytoscape": "^3.29.2",
@@ -2474,9 +2474,9 @@
       }
     },
     "node_modules/@orchestrator-ui/orchestrator-ui-components": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/@orchestrator-ui/orchestrator-ui-components/-/orchestrator-ui-components-2.1.0.tgz",
-      "integrity": "sha512-f+VumJfyDiRQN9On6U+9lNyYUvSp5zYkcu3MqblhuXWbpQmuaWyQqfOrM9VQ/mPcpADSErXUdNLZHAhhE03JOw==",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/@orchestrator-ui/orchestrator-ui-components/-/orchestrator-ui-components-2.1.1.tgz",
+      "integrity": "sha512-bgeWZ2oFjDbEKaW8vy5dwbkfgDMCs8ocCEWKUqxALOBovbT+tl8tngnttUoX26fkvBD7zjAsvq4b74G4wVkYiw==",
       "license": "Apache-2.0",
       "dependencies": {
         "@elastic/eui": "^95.1.0",
diff --git a/package.json b/package.json
index ca18198..39375d8 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
     "@emotion/css": "^11.11.2",
     "@emotion/react": "^11.11.1",
     "@open-policy-agent/opa-wasm": "^1.8.1",
-    "@orchestrator-ui/orchestrator-ui-components": "2.1.0",
+    "@orchestrator-ui/orchestrator-ui-components": "2.1.1",
     "@reduxjs/toolkit": "^2.0.1",
     "axios": "^1.7.2",
     "cytoscape": "^3.29.2",
-- 
GitLab