fix: special exams version fix (#1196)

This commit is contained in:
Zachary Hancock
2023-09-27 13:12:20 -04:00
committed by GitHub
parent 3a21d8c807
commit b7a3d5640a
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.1.2",
"@edx/frontend-component-header": "4.4.4",
"@edx/frontend-lib-learning-assistant": "^1.14.0",
"@edx/frontend-lib-special-exams": "2.23.1",
"@edx/frontend-lib-special-exams": "2.23.2",
"@edx/frontend-platform": "4.6.0",
"@edx/paragon": "20.46.0",
"@edx/react-unit-test-utils": "npm:@edx/react-unit-test-utils@1.7.0",
@@ -3636,9 +3636,9 @@
}
},
"node_modules/@edx/frontend-lib-special-exams": {
"version": "2.23.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.23.1.tgz",
"integrity": "sha512-0229hzG2cqql+ZGbAalo5o0L9qZC8MRsxbzYisy5pfUD/TanRIxF12b8kj9B6mkO1Qg279bffor1xIkWAtvJvw==",
"version": "2.23.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.23.2.tgz",
"integrity": "sha512-sOdZ+qd5qZ3gnzWa53daJEhW+TtgFQNhE+M6+G4epias63NxlrtYOTTHbDXqh76CIE8EbTOB4ne3xtm0fLjEwg==",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.11.2",

View File

@@ -33,7 +33,7 @@
"@edx/frontend-component-footer": "12.1.2",
"@edx/frontend-component-header": "4.4.4",
"@edx/frontend-lib-learning-assistant": "^1.14.0",
"@edx/frontend-lib-special-exams": "2.23.1",
"@edx/frontend-lib-special-exams": "2.23.2",
"@edx/frontend-platform": "4.6.0",
"@edx/paragon": "20.46.0",
"@edx/react-unit-test-utils": "npm:@edx/react-unit-test-utils@1.7.0",