mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #15893 from overleaf/jpa-analytics-fetch
[analytics] migrate from axios to fetch GitOrigin-RevId: 023213ce9ff202df91a1a294df5788d8ebf0724f
This commit is contained in:
parent
14f9356c4a
commit
eba745ba96
1 changed files with 2 additions and 2 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -37537,13 +37537,13 @@
|
|||
"dependencies": {
|
||||
"@google-cloud/bigquery": "^5.9.0",
|
||||
"@google-cloud/storage": "^6.10.1",
|
||||
"@overleaf/fetch-utils": "*",
|
||||
"@overleaf/logger": "*",
|
||||
"@overleaf/metrics": "*",
|
||||
"@overleaf/o-error": "*",
|
||||
"@overleaf/redis-wrapper": "*",
|
||||
"@overleaf/settings": "*",
|
||||
"@overleaf/stream-utils": "^0.1.0",
|
||||
"axios": "^0.21.1",
|
||||
"bluebird": "^3.7.2",
|
||||
"body-parser": "^1.19.0",
|
||||
"bull": "^3.18.0",
|
||||
|
@ -46181,6 +46181,7 @@
|
|||
"requires": {
|
||||
"@google-cloud/bigquery": "^5.9.0",
|
||||
"@google-cloud/storage": "^6.10.1",
|
||||
"@overleaf/fetch-utils": "*",
|
||||
"@overleaf/logger": "*",
|
||||
"@overleaf/metrics": "*",
|
||||
"@overleaf/o-error": "*",
|
||||
|
@ -46190,7 +46191,6 @@
|
|||
"@pollyjs/adapter-node-http": "^4.0.3",
|
||||
"@pollyjs/core": "^4.0.2",
|
||||
"@pollyjs/persister-fs": "^4.0.2",
|
||||
"axios": "^0.21.1",
|
||||
"bluebird": "^3.7.2",
|
||||
"body-parser": "^1.19.0",
|
||||
"bull": "^3.18.0",
|
||||
|
|
Loading…
Reference in a new issue