fix(deps): update monaco editor (#43344)

* fix(deps): update monaco editor

* chore: rollback monaco, update react-monaco-editor

The latest version of react-monaco-editor is only compatible with monaco
v0.27

* fix: roll-back monaco-editor-webpack-plugin

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
renovate[bot]
2021-09-30 09:42:43 +02:00
committed by GitHub
parent eeeddd5f23
commit 9095925484
2 changed files with 13 additions and 13 deletions

View File

@ -15821,14 +15821,14 @@
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
}, },
"monaco-editor": { "monaco-editor": {
"version": "0.26.1", "version": "0.27.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.26.1.tgz", "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.27.0.tgz",
"integrity": "sha512-mm45nUrBDk0DgZKgbD7+bhDOtcAFNGPJJRAdS6Su1kTGl6XEgC7U3xOmDUW/0RrLf+jlvCGaqLvD4p2VjwuwwQ==" "integrity": "sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ=="
}, },
"monaco-editor-webpack-plugin": { "monaco-editor-webpack-plugin": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.1.1.tgz", "resolved": "https://registry.npmjs.org/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.1.2.tgz",
"integrity": "sha512-daa+k3rytb7Jf8bcSSsbrnMsCPR7+kiHUGt08Bvqxdws3tGMPMzsiiRgCyckpKY4XChIXWoasDav3idHhrooEQ==", "integrity": "sha512-snmHecygICKT0UlHhva+Cs2WaLPpxy3111xbvInhjjTr5m0xQTFHlmJ2QQDcB14Vzmm7f07uc1TtbvOpmL50BA==",
"dev": true, "dev": true,
"requires": { "requires": {
"loader-utils": "^2.0.0" "loader-utils": "^2.0.0"
@ -17882,11 +17882,11 @@
} }
}, },
"react-monaco-editor": { "react-monaco-editor": {
"version": "0.44.0", "version": "0.45.0",
"resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.44.0.tgz", "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.45.0.tgz",
"integrity": "sha512-GPheXTIpBXpwv857H7/jA8HX5yae4TJ7vFwDJ5iTvy05LxIQTsD3oofXznXGi66lVA93ST/G7wRptEf4CJ9dOg==", "integrity": "sha512-QgAFXdXm5e9QRCnjFBt5fHqmUWL2qIMHZuZSLR6rU9E3Bbo2pQO7FSqgVmB5trc5U+hs7KdIWVoWIOzQvZMu3w==",
"requires": { "requires": {
"monaco-editor": "^0.26.1", "monaco-editor": "^0.27.0",
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
} }
}, },

View File

@ -86,7 +86,7 @@
"jquery": "3.6.0", "jquery": "3.6.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"monaco-editor": "0.26.1", "monaco-editor": "^0.27.0",
"nanoid": "3.1.28", "nanoid": "3.1.28",
"normalize-url": "4.5.1", "normalize-url": "4.5.1",
"path-browserify": "1.0.1", "path-browserify": "1.0.1",
@ -105,7 +105,7 @@
"react-i18next": "11.12.0", "react-i18next": "11.12.0",
"react-instantsearch-dom": "6.12.1", "react-instantsearch-dom": "6.12.1",
"react-lazy-load": "3.1.13", "react-lazy-load": "3.1.13",
"react-monaco-editor": "0.44.0", "react-monaco-editor": "^0.45.0",
"react-redux": "5.1.2", "react-redux": "5.1.2",
"react-reflex": "4.0.3", "react-reflex": "4.0.3",
"react-responsive": "6.1.2", "react-responsive": "6.1.2",
@ -160,7 +160,7 @@
"copy-webpack-plugin": "9.0.1", "copy-webpack-plugin": "9.0.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.25", "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.25",
"jest-json-schema-extended": "1.0.0", "jest-json-schema-extended": "1.0.0",
"monaco-editor-webpack-plugin": "4.1.1", "monaco-editor-webpack-plugin": "^4.1.2",
"react-test-renderer": "16.14.0", "react-test-renderer": "16.14.0",
"redux-saga-test-plan": "4.0.3", "redux-saga-test-plan": "4.0.3",
"serve": "12.0.1", "serve": "12.0.1",