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 11:59:18 -03:00
committed by Adolfo R. Brandes
parent 967c52bde9
commit 9a48fe323b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -41,7 +41,7 @@
"react-test-renderer": "^18.3.1"
},
"peerDependencies": {
"@openedx/frontend-base": "^1.0.0-alpha.4",
"@openedx/frontend-base": "^1.0.0-alpha.5",
"@openedx/paragon": "^22",
"react": "^18",
"react-dom": "^18",
@@ -3666,9 +3666,9 @@
}
},
"node_modules/@openedx/frontend-base": {
"version": "1.0.0-alpha.4",
"resolved": "https://registry.npmjs.org/@openedx/frontend-base/-/frontend-base-1.0.0-alpha.4.tgz",
"integrity": "sha512-dCaLztXakHThHymafTZrnwqgHik2RidJcQ5kz7hsmkNUs2FPTlwqdX2kO0oR0OjEp+k+gbeMHHS7/ZoWM4DU3Q==",
"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

@@ -67,7 +67,7 @@
"react-test-renderer": "^18.3.1"
},
"peerDependencies": {
"@openedx/frontend-base": "^1.0.0-alpha.4",
"@openedx/frontend-base": "^1.0.0-alpha.5",
"@openedx/paragon": "^22",
"react": "^18",
"react-dom": "^18",