Merge pull request #10194 from overleaf/bg-clean-up-library-versions

replace monorepo library versions by "*"

GitOrigin-RevId: 4e28d0079803025db01ae58c1f0f3a9c99c9cafc
This commit is contained in:
Brian Gough
2022-10-27 16:35:43 +01:00
committed by Copybot
parent 09c330caff
commit e0955c26a5
15 changed files with 271 additions and 271 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/logging-bunyan": "^3.2.0",
"@overleaf/o-error": "^3.4.0",
"@overleaf/o-error": "*",
"@sentry/node": "^6.13.2",
"bunyan": "^1.8.14",
"node-fetch": "^2.6.7"
@@ -31,6 +31,6 @@
"sinon-chai": "^3.7.0"
},
"peerDependencies": {
"@overleaf/metrics": ">= 4.0.0"
"@overleaf/metrics": "*"
}
}
+1 -1
View File
@@ -23,7 +23,7 @@
},
"dependencies": {
"@google-cloud/storage": "~5.1.2",
"@overleaf/o-error": "^3.4.0",
"@overleaf/o-error": "*",
"aws-sdk": "^2.718.0",
"fast-crc32c": "https://github.com/overleaf/node-fast-crc32c/archive/aae6b2a4c7a7a159395df9cc6c38dfde702d6f51.tar.gz",
"glob": "^7.1.6",
+2 -2
View File
@@ -23,7 +23,7 @@
"peerDependencies": {
"@overleaf/logger": "*",
"@overleaf/metrics": "*",
"@overleaf/o-error": "^3.4.0"
"@overleaf/o-error": "*"
},
"dependencies": {
"async": "^3.2.2",
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@overleaf/logger": "*",
"@overleaf/o-error": "^3.4.0",
"@overleaf/o-error": "*",
"chai": "^4.3.6",
"mocha": "^8.4.0",
"sandboxed-module": "^2.0.4",