Merge pull request #17252 from overleaf/ii-catch-missing-dependency

Fix services to catch missing dependencies

GitOrigin-RevId: 4c466ad328449b32cddbc5751cd840931ff44c6c
This commit is contained in:
ilkin-overleaf 2024-03-01 15:29:54 +02:00 committed by Copybot
parent 920e86e4d0
commit bdc6b417e2

View file

@ -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": "*",