yarn: add monaco-editor

react-monaco-editor changed to include monaco-editor as a peer dependency.

Also fix breakage for updated monaco-editor version.
This commit is contained in:
David Lechner
2021-11-17 16:06:28 -06:00
committed by David Lechner
parent df0e9805d9
commit 39c66eb98c
3 changed files with 12 additions and 12 deletions
+2 -1
View File
@@ -35,6 +35,7 @@
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"license-webpack-plugin": "^3.0.0",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"monaco-themes": "^0.4.0",
"mq-polyfill": "^1.1.8",
@@ -43,7 +44,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.4.2",
"react-monaco-editor": "^0.45.0",
"react-monaco-editor": "^0.46.0",
"react-redux": "^7.2.6",
"react-scripts": "^4.0.3",
"react-splitter-layout": "^4.0.0",