fix(deps): update dependency react-monaco-editor to v0.44.0 (#43029)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
8
client/package-lock.json
generated
8
client/package-lock.json
generated
@ -17714,11 +17714,11 @@
|
||||
}
|
||||
},
|
||||
"react-monaco-editor": {
|
||||
"version": "0.43.0",
|
||||
"resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.43.0.tgz",
|
||||
"integrity": "sha512-2PXSDwOzjUDlwdsK8psrmezSB2lPnjLQ/SRNwqoRF2+TAB2n4Q+Bs1wGlWOZbU8WI7s6Wnni0+3PdT9nSPtzRA==",
|
||||
"version": "0.44.0",
|
||||
"resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.44.0.tgz",
|
||||
"integrity": "sha512-GPheXTIpBXpwv857H7/jA8HX5yae4TJ7vFwDJ5iTvy05LxIQTsD3oofXznXGi66lVA93ST/G7wRptEf4CJ9dOg==",
|
||||
"requires": {
|
||||
"monaco-editor": "*",
|
||||
"monaco-editor": "^0.26.1",
|
||||
"prop-types": "^15.7.2"
|
||||
}
|
||||
},
|
||||
|
@ -104,7 +104,7 @@
|
||||
"react-i18next": "11.11.4",
|
||||
"react-instantsearch-dom": "6.12.1",
|
||||
"react-lazy-load": "3.1.13",
|
||||
"react-monaco-editor": "0.43.0",
|
||||
"react-monaco-editor": "0.44.0",
|
||||
"react-redux": "5.1.2",
|
||||
"react-reflex": "4.0.3",
|
||||
"react-responsive": "6.1.2",
|
||||
|
Reference in New Issue
Block a user