chore: update exams lib (#1418)

This commit is contained in:
Zachary Hancock
2024-07-11 14:30:03 -04:00
committed by GitHub
parent c7a81fe07a
commit ed74bee760
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.1.2",
"@edx/frontend-lib-special-exams": "^3.0.1",
"@edx/frontend-lib-special-exams": "^3.1.2",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",
"@edx/react-unit-test-utils": "2.0.0",
@@ -3547,9 +3547,9 @@
}
},
"node_modules/@edx/frontend-lib-special-exams": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-3.0.1.tgz",
"integrity": "sha512-9kW/sPECgtAg0VaIPaMuytAZQXbg4QdrKMEhwHWQF/sLRW7f33wBjZzWgyB62Aixc0fLceZDBUKC7VKzl0Qbdw==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-3.1.2.tgz",
"integrity": "sha512-BUG61jMoR4CWACDpnm4TsLDoZ9zCnIf0mpq9sSuuQky5tLtd8t7nt7Yl9X48fxgdS6iWUofs9RAXA1E2tb91Jg==",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.11.2",
@@ -3560,7 +3560,7 @@
"eventemitter3": "^4.0.7"
},
"peerDependencies": {
"@edx/frontend-platform": "^7.0.0",
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
"@openedx/paragon": "^22.0.0",
"@reduxjs/toolkit": "^1.5.1",
"prop-types": "^15.7.2",

View File

@@ -33,7 +33,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.1.2",
"@edx/frontend-lib-special-exams": "^3.0.1",
"@edx/frontend-lib-special-exams": "^3.1.2",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",
"@edx/react-unit-test-utils": "2.0.0",