mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #17252 from overleaf/ii-catch-missing-dependency
Fix services to catch missing dependencies GitOrigin-RevId: 4c466ad328449b32cddbc5751cd840931ff44c6c
This commit is contained in:
parent
920e86e4d0
commit
bdc6b417e2
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
"devDependencies": {
|
||||
"chai": "^3.3.0",
|
||||
"mocha": "^10.2.0",
|
||||
"typescript": "^5.0.4",
|
||||
"sinon": "^9.2.4"
|
||||
"sinon": "^9.2.4",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@overleaf/o-error": "*",
|
||||
|
|
Loading…
Reference in a new issue