fix: work around inotify handle starvation

Bump frontend-base to avoid the inotify handle resource starvation.
This commit is contained in:
Adolfo R. Brandes
2025-07-24 12:02:54 -03:00
committed by Adolfo R. Brandes
parent 7f604ba786
commit f1d18c45e6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -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": {

View File

@@ -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",