fix: work around inotify handle starvation
Bump frontend-base to avoid the inotify handle resource starvation.
This commit is contained in:
committed by
Adolfo R. Brandes
parent
967c52bde9
commit
9a48fe323b
8
package-lock.json
generated
8
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user