fix: bump frontend-base

Bump frontend-base to alpha.4 to fix a bug with the route role
redirection mechanism.
This commit is contained in:
Adolfo R. Brandes
2025-06-29 13:19:33 +02:00
committed by Adolfo R. Brandes
parent c98b9a1408
commit 3252b593fd
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.2",
"@openedx/frontend-base": "^1.0.0-alpha.4",
"@openedx/paragon": "^22",
"react": "^18",
"react-dom": "^18",
@@ -3666,9 +3666,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.4",
"resolved": "https://registry.npmjs.org/@openedx/frontend-base/-/frontend-base-1.0.0-alpha.4.tgz",
"integrity": "sha512-dCaLztXakHThHymafTZrnwqgHik2RidJcQ5kz7hsmkNUs2FPTlwqdX2kO0oR0OjEp+k+gbeMHHS7/ZoWM4DU3Q==",
"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.2",
"@openedx/frontend-base": "^1.0.0-alpha.4",
"@openedx/paragon": "^22",
"react": "^18",
"react-dom": "^18",