Compare commits

...

2 Commits

Author SHA1 Message Date
Adolfo R. Brandes
967c52bde9 1.0.0-alpha.3 2025-06-29 13:20:08 +02:00
Adolfo R. Brandes
3252b593fd fix: bump frontend-base
Bump frontend-base to alpha.4 to fix a bug with the route role
redirection mechanism.
2025-06-29 13:19:33 +02:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@openedx/frontend-app-authn",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@openedx/frontend-app-authn",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"license": "AGPL-3.0",
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.3",
@@ -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

@@ -1,6 +1,6 @@
{
"name": "@openedx/frontend-app-authn",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Frontend authentication",
"repository": {
"type": "git",
@@ -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",