mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Lock down module versions
This commit is contained in:
parent
556afc8776
commit
e7b4359c62
1 changed files with 8 additions and 3 deletions
|
@ -1,13 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "history-sharelatex",
|
"name": "history-sharelatex",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"description": "An API for saving and compressing individual document updates into a browsable history",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/sharelatex/track-changes-sharelatex.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "~0.2.10",
|
"async": "~0.2.10",
|
||||||
"express": "3.3.5",
|
"express": "3.3.5",
|
||||||
"mongojs": "~0.9.11",
|
"mongojs": "~0.9.11",
|
||||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
||||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.0.0",
|
||||||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
|
||||||
"request": "~2.33.0",
|
"request": "~2.33.0",
|
||||||
"redis": "~0.10.1"
|
"redis": "~0.10.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue