Fix some eslint errors on touched files

Also package lock was tricky in how specifically it wanted to be
updated
This commit is contained in:
Matt Hughes
2018-12-03 13:45:45 -05:00
committed by Dave St.Germain
parent 0a33fb6bb6
commit 6264d75f49
4 changed files with 440 additions and 433 deletions

11
package-lock.json generated
View File

@@ -86,12 +86,17 @@
}
},
"@edx/edx-proctoring": {
"version": "git+https://git@github.com/edx/edx-proctoring.git#da02cd60c9ee56df04ed95be0ada83cf1041489c"
"version": "git+https://git@github.com/edx/edx-proctoring.git#0cb6a1603fd39a4955b125f674480ac4ccf13ce3"
},
"@edx/mockprock": {
"version": "git+https://git@github.com/edx/mockprock.git#67eff3a2bc7ac6917f5d1e3300e35c753f811f36",
"version": "git+https://git@github.com/edx/mockprock.git#181d2c962006ffcecfda009ee9b6f417982c48c6",
"requires": {
"@edx/edx-proctoring": "git+https://git@github.com/edx/edx-proctoring.git#da02cd60c9ee56df04ed95be0ada83cf1041489c"
"@edx/edx-proctoring": "git+https://git@github.com/edx/edx-proctoring.git#0cb6a1603fd39a4955b125f674480ac4ccf13ce3"
},
"dependencies": {
"@edx/edx-proctoring": {
"version": "git+https://git@github.com/edx/edx-proctoring.git#0cb6a1603fd39a4955b125f674480ac4ccf13ce3"
}
}
},
"@edx/paragon": {