diff --git a/package-lock.json b/package-lock.json index 582d317c3..6997c3e30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@hapi/joi-date": "^2.0.1", "@hookform/resolvers": "^2.8.8", "@monaco-editor/react": "^4.4.5", - "@scality/core-ui": "git+https://github.com/scality/core-ui#feature/ARTESCA-13970", - "@scality/module-federation": "git+https://github.com/scality/module-federation#f4105131e3488a025632e9542edf8fb3c8ed6262", + "@scality/core-ui": "0.155.0", + "@scality/module-federation": "^1.4.0", "@types/react-table": "^7.7.10", "@types/react-virtualized": "^9.21.20", "@types/react-window": "^1.8.5", @@ -3795,9 +3795,9 @@ } }, "node_modules/@scality/core-ui": { - "version": "0.154.0", - "resolved": "git+ssh://git@github.com/scality/core-ui.git#cbf3b1513e413fdc278a6a91e09db989004e75b5", - "license": "SEE LICENSE IN LICENSE", + "version": "0.155.0", + "resolved": "https://registry.npmjs.org/@scality/core-ui/-/core-ui-0.155.0.tgz", + "integrity": "sha512-XvkkdOkC2rDX5hAAGtSuLPwmJn+FKg4PmKn9gL8K6CaPyNTpo1y8Itjn96GTdFSvL0McuSwCWJoR3BgGDYVmdQ==", "dependencies": { "@floating-ui/dom": "^1.6.3", "@floating-ui/react": "^0.26.28", @@ -4017,10 +4017,12 @@ } }, "node_modules/@scality/module-federation": { - "version": "1.3.4", - "resolved": "git+ssh://git@github.com/scality/module-federation.git#f4105131e3488a025632e9542edf8fb3c8ed6262", - "integrity": "sha512-oApl7a1sO6JvYGXXJuwc3rvYwoAxTYyxzH1kTn1v+RbZ5hPvJDx61bf/ULNadTcrnxnLG9MS/piqg9fv80NXCw==", - "license": "SEE LICENSE IN LICENSE", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@scality/module-federation/-/module-federation-1.4.0.tgz", + "integrity": "sha512-oG2ga13gsW3HPj9rxWgMApj0HC2zAmzW1+vVHtXCOKCGRNfHPyyAXjVOAAfyF87915PE4XLyZt5XGI5dB3nEig==", + "dependencies": { + "react-router": "^7.0.1" + }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/package.json b/package.json index 6321ecafa..acc95c9fb 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,8 @@ "@hapi/joi-date": "^2.0.1", "@hookform/resolvers": "^2.8.8", "@monaco-editor/react": "^4.4.5", - "@scality/core-ui": "git+https://github.com/scality/core-ui#feature/ARTESCA-13970", - "@scality/module-federation": "git+https://github.com/scality/module-federation#0395e64598165d4156a55b94194d21e70e1cc608", + "@scality/core-ui": "0.155.0", + "@scality/module-federation": "^1.4.0", "@types/react-table": "^7.7.10", "@types/react-virtualized": "^9.21.20", "@types/react-window": "^1.8.5",