mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
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:
committed by
David Lechner
parent
df0e9805d9
commit
39c66eb98c
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user