Compare commits

...

4 Commits

Author SHA1 Message Date
Adolfo R. Brandes
2509d1b450 1.0.0-alpha.2 2025-06-28 22:18:10 +02:00
Adolfo R. Brandes
dd70abd61c chore: bump frontend-base 2025-06-28 22:17:43 +02:00
Adolfo R. Brandes
6f4bf0a13e 1.0.0-alpha.1 2025-06-28 19:39:46 +02:00
Adolfo R. Brandes
6bed0308bd chore: bump frontend-base 2025-06-28 19:39:32 +02:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@edx/frontend-app-learner-dashboard",
"version": "1.0.0",
"name": "@openedx/frontend-app-learner-dashboard",
"version": "1.0.0-alpha.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@edx/frontend-app-learner-dashboard",
"version": "1.0.0",
"name": "@openedx/frontend-app-learner-dashboard",
"version": "1.0.0-alpha.2",
"license": "AGPL-3.0",
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.3",
@@ -43,7 +43,7 @@
"redux-mock-store": "^1.5.4"
},
"peerDependencies": {
"@openedx/frontend-base": "^1.0.0-alpha.0",
"@openedx/frontend-base": "^1.0.0-alpha.2",
"@openedx/paragon": "^22",
"@tanstack/react-query": "^5",
"@types/react": "^18",
@@ -4189,9 +4189,9 @@
}
},
"node_modules/@openedx/frontend-base": {
"version": "1.0.0-alpha.0",
"resolved": "https://registry.npmjs.org/@openedx/frontend-base/-/frontend-base-1.0.0-alpha.0.tgz",
"integrity": "sha512-7IgkQcQZ7AeLVPpc26KpTS4VI01s3+vXfDrYFRJNcmCN8kjx7OhCMauIAMDmpA36cjm37NNndxIuihscsUo/Bg==",
"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==",
"license": "AGPL-3.0",
"peer": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@openedx/frontend-app-learner-dashboard",
"version": "1.0.0",
"version": "1.0.0-alpha.2",
"description": "",
"repository": {
"type": "git",
@@ -69,7 +69,7 @@
"redux-mock-store": "^1.5.4"
},
"peerDependencies": {
"@openedx/frontend-base": "^1.0.0-alpha.0",
"@openedx/frontend-base": "^1.0.0-alpha.2",
"@openedx/paragon": "^22",
"@tanstack/react-query": "^5",
"@types/react": "^18",