mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[history-v1] replace overleaf-error-type
with OError
(#8574)
Co-authored-by: John Lees-Miller <jdleesmiller@gmail.com> GitOrigin-RevId: abc92bbd4fd19b379c159696e6170c0991302756
This commit is contained in:
parent
82fadea82e
commit
93c2168ab2
1 changed files with 2 additions and 2 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -32825,6 +32825,7 @@
|
|||
"dependencies": {
|
||||
"@overleaf/logger": "^3.1.0",
|
||||
"@overleaf/metrics": "^4.0.0",
|
||||
"@overleaf/o-error": "^3.4.0",
|
||||
"@overleaf/object-persistor": "^1.0.1",
|
||||
"archiver": "^5.3.0",
|
||||
"basic-auth": "^2.0.1",
|
||||
|
@ -32845,7 +32846,6 @@
|
|||
"knex": "^0.21.17",
|
||||
"lodash": "^4.17.19",
|
||||
"overleaf-editor-core": "*",
|
||||
"overleaf-error-type": "*",
|
||||
"pg": "^8.7.1",
|
||||
"string-to-stream": "^1.0.1",
|
||||
"swagger-tools": "^0.10.4",
|
||||
|
@ -58500,6 +58500,7 @@
|
|||
"requires": {
|
||||
"@overleaf/logger": "^3.1.0",
|
||||
"@overleaf/metrics": "^4.0.0",
|
||||
"@overleaf/o-error": "^3.4.0",
|
||||
"@overleaf/object-persistor": "^1.0.1",
|
||||
"archiver": "^5.3.0",
|
||||
"basic-auth": "^2.0.1",
|
||||
|
@ -58525,7 +58526,6 @@
|
|||
"mocha": "^8.4.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"overleaf-editor-core": "*",
|
||||
"overleaf-error-type": "*",
|
||||
"pg": "^8.7.1",
|
||||
"sinon": "^9.0.2",
|
||||
"string-to-stream": "^1.0.1",
|
||||
|
|
Loading…
Reference in a new issue