From 34ce8791ef8fa149a2e6162096f708fff5b9946d Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Fri, 29 Nov 2024 09:44:43 +0100 Subject: [PATCH] bump orchestrator-ui-component to 2.12.0 from 2.10.0 --- 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 8badf7d..7c0c880 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.10.0", + "@orchestrator-ui/orchestrator-ui-components": "2.12.0", "@reduxjs/toolkit": "^2.0.1", "axios": "^1.7.2", "cytoscape": "^3.29.2", @@ -2835,9 +2835,9 @@ } }, "node_modules/@orchestrator-ui/orchestrator-ui-components": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@orchestrator-ui/orchestrator-ui-components/-/orchestrator-ui-components-2.10.0.tgz", - "integrity": "sha512-nu2bohCByXQZR8tPgA1AYQTqxi46BVXNleRGYNAu08QWgkZc5G4AZEekIO4s2PeO1YoN3SqdY1+v0mkMBLfvhA==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@orchestrator-ui/orchestrator-ui-components/-/orchestrator-ui-components-2.12.0.tgz", + "integrity": "sha512-Xak+w7rADoskN8hZjwcfX9GN4qrUr5EhZtzocN77CnYW4lFmZqvF8+aNSjrzzjtS+sK8Uu1IJ6Bfa5t3h4IRcg==", "license": "Apache-2.0", "dependencies": { "@elastic/eui": "^97.0.0", diff --git a/package.json b/package.json index 31c4c15..20098c8 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.10.0", + "@orchestrator-ui/orchestrator-ui-components": "2.12.0", "@reduxjs/toolkit": "^2.0.1", "axios": "^1.7.2", "cytoscape": "^3.29.2", -- GitLab