mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 22:47:35 +00:00
Experimental: upgrade to node 6.9.2 (latest LTS release)
This commit is contained in:
parent
bcf9a17fb3
commit
64f69069b2
4 changed files with 2703 additions and 3804 deletions
1
services/web/.nvmrc
Normal file
1
services/web/.nvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
6.9.2
|
|
@ -1,6 +1,6 @@
|
|||
Settings = require "settings-sharelatex"
|
||||
mongojs = require "mongojs"
|
||||
db = mongojs.connect(Settings.mongo.url, ["projects", "users"])
|
||||
db = mongojs(Settings.mongo.url, ["projects", "users"])
|
||||
module.exports =
|
||||
db: db
|
||||
ObjectId: mongojs.ObjectId
|
||||
|
|
6500
services/web/npm-shrinkwrap.json
generated
6500
services/web/npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load diff
|
@ -14,7 +14,7 @@
|
|||
"async": "0.6.2",
|
||||
"base64-stream": "^0.1.2",
|
||||
"basic-auth-connect": "^1.0.0",
|
||||
"bcrypt": "0.8.5",
|
||||
"bcrypt": "1.0.1",
|
||||
"body-parser": "^1.13.1",
|
||||
"bufferedstream": "1.6.0",
|
||||
"connect-redis": "^3.1.0",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.6.0",
|
||||
"mimelib": "0.2.14",
|
||||
"mocha": "1.17.1",
|
||||
"mongojs": "0.18.2",
|
||||
"mongojs": "2.4.0",
|
||||
"mongoose": "4.1.0",
|
||||
"multer": "^0.1.8",
|
||||
"node-uuid": "1.4.1",
|
||||
|
|
Loading…
Reference in a new issue