From 391726249233c848e91047894232aa9e386b8eef Mon Sep 17 00:00:00 2001 From: Isaac Lee <124631592+ilee2u@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:57:22 -0400 Subject: [PATCH] fix: bump exams ver to fix exam timer (#1331) --- 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 378dba0478..9ff0f58771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@edx/frontend-component-footer": "12.7.1", "@edx/frontend-component-header": "4.11.1", "@edx/frontend-lib-learning-assistant": "^1.24.1", - "@edx/frontend-lib-special-exams": "2.29.1", + "@edx/frontend-lib-special-exams": "2.29.3", "@edx/frontend-platform": "5.6.1", "@edx/openedx-atlas": "^0.6.0", "@edx/react-unit-test-utils": "npm:@edx/react-unit-test-utils@1.7.1", @@ -3536,9 +3536,9 @@ } }, "node_modules/@edx/frontend-lib-special-exams": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.29.1.tgz", - "integrity": "sha512-A6nvGfHUAq74pCWVRUcDezqC4HyaShIPU+qdAUwyr43Aat5lSCXNDMnTdXbQS2uZOtA/rQVRLNul4T3u0mywVA==", + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.29.3.tgz", + "integrity": "sha512-o3AS+Ixb7kGIt56l2Brze/B2skINDaGuLTa03Z6u82Csdl62VqJiZvOvdp+Bly4zC1/jYO7qPP9immG6DLnpBw==", "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.34", "@fortawesome/free-brands-svg-icons": "5.11.2", diff --git a/package.json b/package.json index 2bbee00015..9de68853f6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-component-footer": "12.7.1", "@edx/frontend-component-header": "4.11.1", - "@edx/frontend-lib-special-exams": "2.29.1", + "@edx/frontend-lib-special-exams": "2.29.3", "@edx/frontend-lib-learning-assistant": "^1.24.1", "@edx/frontend-platform": "5.6.1", "@edx/openedx-atlas": "^0.6.0",