From d233c217e918147ca647167aebae2c937066d3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Dombya?= <135591453+hervedombya@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:01:27 +0100 Subject: [PATCH] Update @scality/module-federation dependency to a newer commit hash --- shell-ui/package-lock.json | 6 +++--- shell-ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shell-ui/package-lock.json b/shell-ui/package-lock.json index 5db7b8e484..f5eb205ca6 100644 --- a/shell-ui/package-lock.json +++ b/shell-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@scality/core-ui": "git+https://github.com/scality/core-ui#95efcf1ca77e07e43401ad119bbb15ef3b3ffcd7", - "@scality/module-federation": "git+https://github.com/scality/module-federation#b78866fd7429ba2dd1bdd0fd75b25b6097803880", + "@scality/module-federation": "git+https://github.com/scality/module-federation#0395e64598165d4156a55b94194d21e70e1cc608", "downshift": "^8.0.0", "history": "^5.3.0", "jest-environment-jsdom": "^29.7.0", @@ -4266,8 +4266,8 @@ }, "node_modules/@scality/module-federation": { "version": "1.3.4", - "resolved": "git+ssh://git@github.com/scality/module-federation.git#b78866fd7429ba2dd1bdd0fd75b25b6097803880", - "integrity": "sha512-FvMdZUFscZypun/2A4xRFgPDpYGxkQDuhaEdzXpNd+lvYDO5V3sOz+Hya4URJNCIFdvvaSdkPf9cTrnqL34mtA==", + "resolved": "git+ssh://git@github.com/scality/module-federation.git#0395e64598165d4156a55b94194d21e70e1cc608", + "integrity": "sha512-jSqm74V7N6FPg+H6wB5PV0pg6iMSc/5nKC19Cld+8xYiqFSbzRrVhCHw0JhUS4NhCaVkVTq4tmyg1eoJ9df5tQ==", "license": "SEE LICENSE IN LICENSE", "peerDependencies": { "react": "^18.3.1", diff --git a/shell-ui/package.json b/shell-ui/package.json index 5567c4f6b8..cdffc91a69 100644 --- a/shell-ui/package.json +++ b/shell-ui/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@scality/core-ui": "git+https://github.com/scality/core-ui#95efcf1ca77e07e43401ad119bbb15ef3b3ffcd7", - "@scality/module-federation": "git+https://github.com/scality/module-federation#b78866fd7429ba2dd1bdd0fd75b25b6097803880", + "@scality/module-federation": "git+https://github.com/scality/module-federation#0395e64598165d4156a55b94194d21e70e1cc608", "downshift": "^8.0.0", "history": "^5.3.0", "jest-environment-jsdom": "^29.7.0",