feat: update exams library (#1188)

This commit is contained in:
Zachary Hancock
2023-09-25 13:46:29 -04:00
committed by GitHub
parent 81442bebe9
commit 3a21d8c807
2 changed files with 8 additions and 8 deletions

14
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.20.1",
"@edx/frontend-lib-special-exams": "2.23.1",
"@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.20.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.20.1.tgz",
"integrity": "sha512-AF0ubUIklG25hjuhFdtHpSruNfzV8azkAUw+47RP+3ffRdTlJq8JcNT0BWHOsZL0+DKKE2xtwwaVL5gY31R1vg==",
"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==",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.11.2",
@@ -3649,15 +3649,15 @@
"eventemitter3": "^4.0.7"
},
"peerDependencies": {
"@edx/frontend-platform": "^4.2.0",
"@edx/frontend-platform": "^4.2.0 || ^5.0.0",
"@edx/paragon": "^19.4.1 || ^20.22.4",
"@reduxjs/toolkit": "^1.5.1",
"prop-types": "^15.7.2",
"react": "^16.14.0 || ^17.0.0",
"react-dom": "^16.14.0 || ^17.0.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router": "^5.1.2 || ^6.0.0",
"react-router-dom": "^5.1.2 || ^6.0.0",
"redux": "^4.0.5"
}
},

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.20.1",
"@edx/frontend-lib-special-exams": "2.23.1",
"@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",