From f1d18c45e69f515aee6d7f8dd2e69025bdba6975 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Thu, 24 Jul 2025 12:02:54 -0300 Subject: [PATCH] fix: work around inotify handle starvation Bump frontend-base to avoid the inotify handle resource starvation. --- 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 db81c71..5bd74f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "redux-mock-store": "^1.5.4" }, "peerDependencies": { - "@openedx/frontend-base": "^1.0.0-alpha.2", + "@openedx/frontend-base": "^1.0.0-alpha.5", "@openedx/paragon": "^22", "@tanstack/react-query": "^5", "@types/react": "^18", @@ -4160,9 +4160,9 @@ } }, "node_modules/@openedx/frontend-base": { - "version": "1.0.0-alpha.2", - "resolved": "https://registry.npmjs.org/@openedx/frontend-base/-/frontend-base-1.0.0-alpha.2.tgz", - "integrity": "sha512-aEWipvzLnvGwq0P2qIMOcIICnIOQTMRf76rd6SWyc7kJ5ZNrche3Np5oBKt+eDh80GInzwXDer3jHU1MRocvbw==", + "version": "1.0.0-alpha.5", + "resolved": "https://registry.npmjs.org/@openedx/frontend-base/-/frontend-base-1.0.0-alpha.5.tgz", + "integrity": "sha512-Di5iEnHcIi6NbXe1GT42qs5S4KvdvxlLo5TO/HFddq+naiiPld7UqPWCloAv6hRm1Ww+e0yMXLEQuEX2Jvn4Lg==", "license": "AGPL-3.0", "peer": true, "dependencies": { diff --git a/package.json b/package.json index a93f8da..a80673d 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "redux-mock-store": "^1.5.4" }, "peerDependencies": { - "@openedx/frontend-base": "^1.0.0-alpha.2", + "@openedx/frontend-base": "^1.0.0-alpha.5", "@openedx/paragon": "^22", "@tanstack/react-query": "^5", "@types/react": "^18",