mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Make jQuery version match the one statically linked
In 14148648e6/app/views/layout.pug (L60)
This commit is contained in:
6
services/web/npm-shrinkwrap.json
generated
6
services/web/npm-shrinkwrap.json
generated
@@ -1557,9 +1557,9 @@
|
||||
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz"
|
||||
},
|
||||
"jquery": {
|
||||
"version": "3.3.1",
|
||||
"from": "jquery@latest",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz"
|
||||
"version": "1.11.1",
|
||||
"from": "jquery@1.11.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-1.11.1.tgz"
|
||||
},
|
||||
"js-stringify": {
|
||||
"version": "1.0.2",
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"http-proxy": "^1.8.1",
|
||||
"imports-loader": "^0.8.0",
|
||||
"jade": "~1.3.1",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery": "^1.11.1",
|
||||
"jsonwebtoken": "^8.0.1",
|
||||
"ldapjs": "^0.7.1",
|
||||
"lodash": "^4.13.1",
|
||||
|
||||
Reference in New Issue
Block a user