fix(deps): update dependency react-monaco-editor to ^0.36.0 (#3871)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-08 15:15:42 +03:00 committed by GitHub
parent 89f418135a
commit dc429f8ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@
"mdast-util-definitions": "^1.2.3",
"mdast-util-to-string": "^1.0.5",
"re-resizable": "^4.11.0",
"react-monaco-editor": "^0.25.1",
"react-monaco-editor": "^0.36.0",
"react-select": "^2.4.3",
"rehype-parse": "^6.0.0",
"rehype-remark": "^8.0.0",

View File

@ -3267,7 +3267,7 @@
dependencies:
"@types/react" "*"
"@types/react@*":
"@types/react@*", "@types/react@^16.x":
version "16.9.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368"
integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==
@ -11876,10 +11876,10 @@ monaco-editor-webpack-plugin@^1.7.0:
dependencies:
loader-utils "^1.2.3"
monaco-editor@^0.16.0:
version "0.16.2"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.16.2.tgz#950084ed82eeaef1c8c9d3c1bcab849fe11b2415"
integrity sha512-NtGrFzf54jADe7qsWh3lazhS7Kj0XHkJUGBq9fA/Jbwc+sgVcyfsYF6z2AQ7hPqDC+JmdOt/OwFjBnRwqXtx6w==
monaco-editor@*:
version "0.20.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.20.0.tgz#5d5009343a550124426cb4d965a4d27a348b4dea"
integrity sha512-hkvf4EtPJRMQlPC3UbMoRs0vTAFAYdzFQ+gpMb8A+9znae1c43q8Mab9iVsgTcg/4PNiLGGn3SlDIa8uvK1FIQ==
morgan@^1.9.1:
version "1.10.0"
@ -14016,13 +14016,13 @@ react-modal@^3.8.1:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"
react-monaco-editor@^0.25.1:
version "0.25.1"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.25.1.tgz#29215061da23d0e4ad7bf928d9403288d5be4e92"
integrity sha512-VLksQjt8fmeIZoET9fQgmR0sdCCBFaiss92MwW5JvgO3JfrnhHtrLBqrSQRjtbUmef1EmEKi4gZp5Mh0oidvVg==
react-monaco-editor@^0.36.0:
version "0.36.0"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.36.0.tgz#ac085c14f25fb072514c925596f6a06a711ee078"
integrity sha512-JVA5SZhOoYZ0DCdTwYgagtRb3jHo4KN7TVFiJauG+ZBAJWfDSTzavPIrwzWbgu8ahhDqDk4jUcYlOJL2BC/0UA==
dependencies:
"@types/react" "*"
monaco-editor "^0.16.0"
"@types/react" "^16.x"
monaco-editor "*"
prop-types "^15.7.2"
react-onclickoutside@^6.5.0: