fix: bump exams ver to fix exam timer (#1331)

This commit is contained in:
Isaac Lee
2024-03-21 15:57:22 -04:00
committed by GitHub
parent 7ad120c4d5
commit 3917262492
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"@edx/frontend-component-footer": "12.7.1", "@edx/frontend-component-footer": "12.7.1",
"@edx/frontend-component-header": "4.11.1", "@edx/frontend-component-header": "4.11.1",
"@edx/frontend-lib-learning-assistant": "^1.24.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/frontend-platform": "5.6.1",
"@edx/openedx-atlas": "^0.6.0", "@edx/openedx-atlas": "^0.6.0",
"@edx/react-unit-test-utils": "npm:@edx/react-unit-test-utils@1.7.1", "@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": { "node_modules/@edx/frontend-lib-special-exams": {
"version": "2.29.1", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.29.1.tgz", "resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.29.3.tgz",
"integrity": "sha512-A6nvGfHUAq74pCWVRUcDezqC4HyaShIPU+qdAUwyr43Aat5lSCXNDMnTdXbQS2uZOtA/rQVRLNul4T3u0mywVA==", "integrity": "sha512-o3AS+Ixb7kGIt56l2Brze/B2skINDaGuLTa03Z6u82Csdl62VqJiZvOvdp+Bly4zC1/jYO7qPP9immG6DLnpBw==",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34", "@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.11.2", "@fortawesome/free-brands-svg-icons": "5.11.2",

View File

@@ -32,7 +32,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "12.7.1", "@edx/frontend-component-footer": "12.7.1",
"@edx/frontend-component-header": "4.11.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-lib-learning-assistant": "^1.24.1",
"@edx/frontend-platform": "5.6.1", "@edx/frontend-platform": "5.6.1",
"@edx/openedx-atlas": "^0.6.0", "@edx/openedx-atlas": "^0.6.0",