diff --git a/package-lock.json b/package-lock.json index 8badf7d31df8ec6d96a561cac0e651a509cd68f5..7c0c88088ac190bb632674e3634cbdf0a0503611 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 31c4c1509aadda5fcccda126115a01c60a763657..20098c8035dba6b02f5506fac043cf735118156b 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", diff --git a/setup.py b/setup.py index 86b191d3b5cbcb3316c6262bc7e134c2cbfd7306..deffe448490436d9c6f134a762bc49db42234ebe 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="geant-service-orchestrator-gui", py_modules=[], - version="2.12", + version="2.13", author="GÉANT Orchestration and Automation Team", author_email="goat@geant.org", description="GÉANT Service Orchestrator GUI dummy package",