From dd70abd61cd6d2f34574618d6901f0dd30dd3fe9 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Sat, 28 Jun 2025 22:17:43 +0200 Subject: [PATCH] chore: bump frontend-base --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20e7c7f..91a40b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "redux-mock-store": "^1.5.4" }, "peerDependencies": { - "@openedx/frontend-base": "^1.0.0-alpha.1", + "@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.1", - "resolved": "https://registry.npmjs.org/@openedx/frontend-base/-/frontend-base-1.0.0-alpha.1.tgz", - "integrity": "sha512-8NSHhC32FMlvFhXBggCyNE1uZ0bghtq3a0iY8W0/7S+9XZUUOQrvb0w+YUIkpf0CrzxS8jV0eRh4W5EF4IBVyQ==", + "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": { diff --git a/package.json b/package.json index 23dd364..7be7ef5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "redux-mock-store": "^1.5.4" }, "peerDependencies": { - "@openedx/frontend-base": "^1.0.0-alpha.1", + "@openedx/frontend-base": "^1.0.0-alpha.2", "@openedx/paragon": "^22", "@tanstack/react-query": "^5", "@types/react": "^18",