fix: fall back to jquery 3.3.1

This commit is contained in:
HarshKhandeparkar
2020-10-18 00:32:49 +05:30
parent 51feae48e1
commit 137b712e63
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12571,9 +12571,9 @@
}
},
"jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"js-graph-algorithms": {
"version": "1.0.18",

View File

@@ -61,7 +61,7 @@
"istanbul": "^0.4.5",
"jasmine": "^3.4.0",
"jpegtran-bin": "^5.0.2",
"jquery": "^3.4.1",
"jquery": "^3.3.1",
"jsdom": "^16.3.0",
"jspdf": "^1.5.3",
"jsqr": "^1.1.1",