Ignore monaco cancellation errors (#208)

Also updated monaco-editor and @monaco-editor/react to latest versions since there were no conflicts.
This commit is contained in:
Snarling
2022-11-10 10:08:59 -05:00
committed by GitHub
parent 3ec4f0c98c
commit 82ba5f1f13
3 changed files with 28 additions and 26 deletions

View File

@@ -13,7 +13,7 @@
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@monaco-editor/react": "^4.2.2",
"@monaco-editor/react": "^4.4.6",
"@mui/icons-material": "^5.0.3",
"@mui/material": "^5.0.3",
"@mui/styles": "^5.0.1",
@@ -33,7 +33,7 @@
"jszip": "^3.7.0",
"material-ui-color": "^1.2.0",
"material-ui-popup-state": "^1.5.3",
"monaco-editor": "^0.27.0",
"monaco-editor": "^0.34.1",
"notistack": "^2.0.2",
"numeral": "2.0.6",
"prop-types": "^15.8.0",