chore: update react-monaco-editor

This commit is contained in:
Oliver Eyton-Williams
2020-05-27 12:00:34 +02:00
committed by Mrugesh Mohapatra
parent 7bd6e77b0f
commit a0f43c93ba
2 changed files with 6 additions and 5 deletions

View File

@ -17431,11 +17431,12 @@
} }
}, },
"react-monaco-editor": { "react-monaco-editor": {
"version": "0.31.1", "version": "0.36.0",
"resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.31.1.tgz", "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.36.0.tgz",
"integrity": "sha512-Gx02GExWzZkJ34q9HOYDsPOGdG7nTWw0e74xlBxY4JCLyLP4a9E/kQ36ZL+bec9MMT9PZKZmyLybsH4+3ZC1ag==", "integrity": "sha512-JVA5SZhOoYZ0DCdTwYgagtRb3jHo4KN7TVFiJauG+ZBAJWfDSTzavPIrwzWbgu8ahhDqDk4jUcYlOJL2BC/0UA==",
"requires": { "requires": {
"@types/react": "^16.9.2", "@types/react": "^16.x",
"monaco-editor": "*",
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
} }
}, },

View File

@ -57,7 +57,7 @@
"react-identicons": "^1.1.7", "react-identicons": "^1.1.7",
"react-instantsearch-dom": "^6.0.0-beta.0", "react-instantsearch-dom": "^6.0.0-beta.0",
"react-lazy-load": "^3.1.13", "react-lazy-load": "^3.1.13",
"react-monaco-editor": "^0.31.0", "react-monaco-editor": "^0.36.0",
"react-redux": "^5.0.7", "react-redux": "^5.0.7",
"react-reflex": "^3.0.18", "react-reflex": "^3.0.18",
"react-responsive": "^6.1.1", "react-responsive": "^6.1.1",