bump retried and package versions
This commit is contained in:
@@ -10,6 +10,11 @@ module.exports =
|
|||||||
password: null
|
password: null
|
||||||
dialect: "sqlite"
|
dialect: "sqlite"
|
||||||
storage: process.env["SQLITE_PATH"] or Path.resolve(__dirname + "/../db.sqlite")
|
storage: process.env["SQLITE_PATH"] or Path.resolve(__dirname + "/../db.sqlite")
|
||||||
|
pool:
|
||||||
|
max: 1
|
||||||
|
min: 0
|
||||||
|
retry:
|
||||||
|
max: 10
|
||||||
|
|
||||||
path:
|
path:
|
||||||
compilesDir: Path.resolve(__dirname + "/../compiles")
|
compilesDir: Path.resolve(__dirname + "/../compiles")
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
"mkdirp": "0.3.5",
|
"mkdirp": "0.3.5",
|
||||||
"mysql": "2.6.2",
|
"mysql": "2.6.2",
|
||||||
"request": "^2.21.0",
|
"request": "^2.21.0",
|
||||||
"sequelize": "^2.1.3",
|
"sequelize": "4.38.0",
|
||||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.0.0",
|
||||||
"smoke-test-sharelatex": "git+https://github.com/sharelatex/smoke-test-sharelatex.git#v0.2.0",
|
"smoke-test-sharelatex": "git+https://github.com/sharelatex/smoke-test-sharelatex.git#v0.2.0",
|
||||||
"sqlite3": "^3.1.13",
|
"sqlite3": "4.0.2",
|
||||||
"underscore": "^1.8.2",
|
"underscore": "^1.8.2",
|
||||||
"v8-profiler": "^5.2.4",
|
"v8-profiler": "^5.2.4",
|
||||||
"wrench": "~1.5.4"
|
"wrench": "~1.5.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user