Merge pull request #8569 from overleaf/msm-editor-core-oerror

[overleaf-core-editor] replace `overleaf-error-type` with `OError`

GitOrigin-RevId: 48e262cc0843abb9c6985b2a02463fd7589418af
This commit is contained in:
John Lees-Miller 2022-06-28 16:16:43 +01:00 committed by Copybot
parent ac1f72263c
commit 82fadea82e

6
package-lock.json generated
View file

@ -284,10 +284,10 @@
"version": "1.0.0",
"license": "Proprietary",
"dependencies": {
"@overleaf/o-error": "^3.4.0",
"bluebird": "^3.1.1",
"check-types": "^5.1.0",
"lodash": "^4.17.19",
"overleaf-error-type": "^1.0.0"
"lodash": "^4.17.19"
},
"devDependencies": {
"@types/bluebird": "^3.5.30",
@ -58596,6 +58596,7 @@
"overleaf-editor-core": {
"version": "file:libraries/overleaf-editor-core",
"requires": {
"@overleaf/o-error": "^3.4.0",
"@types/bluebird": "^3.5.30",
"bluebird": "^3.1.1",
"chai": "^3.3.0",
@ -58603,7 +58604,6 @@
"istanbul": "^0.4.5",
"lodash": "^4.17.19",
"mocha": "^6.1.4",
"overleaf-error-type": "^1.0.0",
"typescript": "^4.5.5"
},
"dependencies": {