mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 00:17:37 +00:00
Make jQuery version match the one statically linked
In 14148648e6/app/views/layout.pug (L60)
This commit is contained in:
parent
156263115b
commit
1087fa6797
2 changed files with 4 additions and 4 deletions
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",
|
||||
|
|
Loading…
Reference in a new issue