From 2e6675938c43905f0afb5595beec0e353bf98849 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 7 Jun 2019 10:52:07 -0400 Subject: [PATCH] Fix tests while still upgrading moment. - Moved jasmin-jquery back to pointing at git. The version on NPM is not the same because they made more changes to 2.1.1 before releasing it to NPM. - Run `npm install` locally because it produces slightly different output than renovate which causes the quality tests to fail. --- package-lock.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94fb4dd8c1..fab0e017f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,7 +111,7 @@ "integrity": "sha512-ti3ixqci3lZmSoW7SIPH9WfE1fRa2AU48gnLPg0EmR3g1hDh6SU7JsivwnoRghsSKDlCd4kFPDivxltYA2/VXQ==", "dev": true, "requires": { - "@edx/edx-proctoring": "^1.5.0-rc.1" + "@edx/edx-proctoring": "1.5.0" } }, "@edx/paragon": { @@ -3362,7 +3362,6 @@ }, "edx-proctoring-proctortrack": { "version": "git+https://git@github.com/joshivj/edx-proctoring-proctortrack.git#c4f49973562bf0e54518b74efce20bafa299616a", - "from": "edx-proctoring-proctortrack@git+https://git@github.com/joshivj/edx-proctoring-proctortrack.git#c4f49973562bf0e54518b74efce20bafa299616a", "requires": { "@edx/edx-proctoring": "1.5.0" } @@ -6422,9 +6421,7 @@ "dev": true }, "jasmine-jquery": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/jasmine-jquery/-/jasmine-jquery-2.1.1.tgz", - "integrity": "sha1-1AleZGlEomdjI1dpqwGNnzDw1Hs=", + "version": "git+https://github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58", "dev": true }, "jest": {