Run npm install in devstack.

The output that renovate generates is different from what the version of
npm we're using generates.
This commit is contained in:
Feanil Patel
2019-06-07 13:42:19 -04:00
parent 051a000bac
commit d75f98a0a1

12
package-lock.json generated
View File

@@ -83,9 +83,9 @@
"resolved": "https://registry.npmjs.org/@edx/edx-bootstrap/-/edx-bootstrap-1.0.4.tgz",
"integrity": "sha512-h1tQxrSfOJEf60oPhCHcPClO260N+XnZX3Pnw6cKeYgWi5kiZT1ElqDerYpoV3Lj6xdhhDYeWHptgRPZnUCnxg==",
"requires": {
"bootstrap": "^4.3.1",
"jquery": "^3.2.1",
"popper.js": "^1.12.6"
"bootstrap": "4.3.1",
"jquery": "3.4.1",
"popper.js": "1.12.9"
},
"dependencies": {
"bootstrap": {
@@ -201,8 +201,8 @@
"integrity": "sha512-3T6yYiLK9WdIn0iwjLoWfrsDqgfd0byiVB3aXK7w4oaltdVzA/fB/qU3iKrJ8cy4T6ZgDA2uFP726fU0StmxUw==",
"requires": {
"bootstrap": "4.0.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.6"
"jquery": "3.4.1",
"popper.js": "1.12.9"
}
},
"@edx/paragon": {
@@ -3404,7 +3404,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"
}
@@ -6465,7 +6464,6 @@
},
"jasmine-jquery": {
"version": "git+https://github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58",
"from": "jasmine-jquery@git+https://github.com/velesin/jasmine-jquery.git#ebad463d592d3fea00c69f26ea18a930e09c7b58",
"dev": true
},
"jest": {