mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02: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:
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user