Merge pull request #128 from overleaf/sk-dep-upgrades-2

Update logger, metrics
This commit is contained in:
Shane Kilkelly 2019-07-11 12:51:16 +01:00 committed by GitHub
commit e70c502028
6 changed files with 317 additions and 266 deletions

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.20
# Version: 1.1.21
BUILD_NUMBER ?= local
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)

View file

@ -5,4 +5,4 @@ clsi
--dependencies=mongo,redis
--docker-repos=gcr.io/overleaf-ops
--build-target=docker
--script-version=1.1.20
--script-version=1.1.21

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.20
# Version: 1.1.21
version: "2"

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.20
# Version: 1.1.21
version: "2"

File diff suppressed because it is too large Load diff

View file

@ -28,9 +28,9 @@
"fs-extra": "^0.16.3",
"heapdump": "^0.3.5",
"lockfile": "^1.0.3",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#v1.6.0",
"logger-sharelatex": "^1.7.0",
"lynx": "0.0.11",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v2.0.12",
"metrics-sharelatex": "^2.2.0",
"mkdirp": "0.3.5",
"mysql": "2.6.2",
"request": "^2.21.0",