mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-29 09:23:03 +00:00
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:
parent
ac1f72263c
commit
82fadea82e
1 changed files with 3 additions and 3 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue