chore: update exams lib (#1130)

This commit is contained in:
Zachary Hancock
2023-06-22 09:19:43 -04:00
committed by GitHub
parent 5a99ca5c91
commit 340580cb41
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-component-header": "4.0.0",
"@edx/frontend-lib-special-exams": "2.17.0",
"@edx/frontend-lib-special-exams": "2.19.1",
"@edx/frontend-platform": "4.3.0",
"@edx/paragon": "20.28.4",
"@fortawesome/fontawesome-svg-core": "1.3.0",
@@ -3480,9 +3480,9 @@
}
},
"node_modules/@edx/frontend-lib-special-exams": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.17.0.tgz",
"integrity": "sha512-4tf0JSokbPqtm7+y1T5YY9v1nJ/a0ArzT7l1Ma+gXn6J55vKv/Xpd+FA85DKgS3szleusmz4MzvHelu+XnN3AQ==",
"version": "2.19.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.19.1.tgz",
"integrity": "sha512-J/mV4ca8dTXBZfMcSx520AhI4bvFTRh+leLUjYagN0Q+umhewFdI25e6cuSife6dIh4xnxMkdyMAs6Onb0CSzw==",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.11.2",
@@ -3497,8 +3497,8 @@
"@edx/paragon": "^19.4.1 || ^20.22.4",
"@reduxjs/toolkit": "^1.5.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",

View File

@@ -32,7 +32,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-component-header": "4.0.0",
"@edx/frontend-lib-special-exams": "2.17.0",
"@edx/frontend-lib-special-exams": "2.19.1",
"@edx/frontend-platform": "4.3.0",
"@edx/paragon": "20.28.4",
"@fortawesome/fontawesome-svg-core": "1.3.0",