fix: Upgrade the frontend-lib-special-exams library to v1.13.2 (#650)

The special exam timer synced with backend to show accurate count down timer

Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan>
This commit is contained in:
Simon Chen
2021-09-23 11:13:32 -04:00
committed by GitHub
parent cb29902152
commit 7215db6682
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3663,9 +3663,9 @@
}
},
"@edx/frontend-lib-special-exams": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-1.13.0.tgz",
"integrity": "sha512-ru/9LQpHZwJJg5e8/U2K6Xg2tcfmN5wIzHdauIjotncidkv8sFWth5SuTbqe/AHBgZQSTMoPSlacnwwwkhw3UQ==",
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-1.13.2.tgz",
"integrity": "sha512-NzMgyVAg63x6vg0vSe00MhREyeRSyXE16aBt/34XQHXQKG0ieEVnu3o3oQdlgzu2JWzGxxVmZr4gGeYB3qA7hQ==",
"requires": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.11.2",

View File

@@ -34,7 +34,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-component-footer": "10.1.6",
"@edx/frontend-enterprise-utils": "1.0.0",
"@edx/frontend-lib-special-exams": "1.13.0",
"@edx/frontend-lib-special-exams": "1.13.2",
"@edx/frontend-platform": "1.12.7",
"@edx/paragon": "16.13.3",
"@fortawesome/fontawesome-svg-core": "1.2.36",