fix(deps): update dependency monaco-editor to v0.24.0 (#42122)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-13 09:24:02 +02:00
committed by GitHub
parent 135e12fd65
commit 8f441131d1
2 changed files with 4 additions and 4 deletions

View File

@ -17433,9 +17433,9 @@
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
},
"monaco-editor": {
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.23.0.tgz",
"integrity": "sha512-q+CP5zMR/aFiMTE9QlIavGyGicKnG2v/H8qVvybLzeFsARM8f6G9fL0sMST2tyVYCwDKkGamZUI6647A0jR/Lg=="
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.24.0.tgz",
"integrity": "sha512-o1f0Lz6ABFNTtnEqqqvlY9qzNx24rQZx1RgYNQ8SkWkE+Ka63keHH/RqxQ4QhN4fs/UYOnvAtEUZsPrzccH++A=="
},
"monaco-editor-webpack-plugin": {
"version": "3.1.0",

View File

@ -82,7 +82,7 @@
"jquery": "3.6.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"monaco-editor": "0.23.0",
"monaco-editor": "0.24.0",
"nanoid": "3.1.23",
"path-browserify": "1.0.1",
"postcss": "8.2.15",