Merge pull request #218 from overleaf/jpa-metrics-module-3-5-1

[misc] bump the version of the metrics module to 3.5.1
This commit is contained in:
Jakob Ackermann 2021-03-31 10:33:41 +02:00 committed by GitHub
commit c1fe1cf5b7
2 changed files with 716 additions and 379 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@
"start": "node $NODE_APP_OPTIONS app.js",
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
"test:unit:_run": "mocha --exit --recursive --reporter spec $@ test/unit/js",
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
"nodemon": "nodemon --config nodemon.json",
"lint": "node_modules/.bin/eslint --max-warnings 0 .",
@ -19,7 +19,7 @@
},
"author": "James Allen <james@sharelatex.com>",
"dependencies": {
"@overleaf/metrics": "^3.4.1",
"@overleaf/metrics": "^3.5.1",
"async": "3.2.0",
"body-parser": "^1.19.0",
"diskusage": "^1.1.3",