Merge pull request #11546 from overleaf/em-fix-github-deps

Use GitHub style deps in package.json

GitOrigin-RevId: 9b8ef56d7b2684a5a3c7af29090215deeee4d441
This commit is contained in:
Jessica Lawshe
2023-01-31 09:42:43 -06:00
committed by Copybot
parent b42c4e57a7
commit af818e9859
5 changed files with 49 additions and 45 deletions

View File

@@ -25,7 +25,7 @@
"@google-cloud/storage": "^6.9.0",
"@overleaf/o-error": "*",
"aws-sdk": "^2.718.0",
"fast-crc32c": "https://github.com/overleaf/node-fast-crc32c/archive/aae6b2a4c7a7a159395df9cc6c38dfde702d6f51.tar.gz",
"fast-crc32c": "overleaf/node-fast-crc32c#aae6b2a4c7a7a159395df9cc6c38dfde702d6f51",
"glob": "^7.1.6",
"range-parser": "^1.2.1",
"tiny-async-pool": "^1.1.0"