build(deps): bump react-monaco-editor from 0.43.0 to 0.45.0

Bumps [react-monaco-editor](https://github.com/react-monaco-editor/react-monaco-editor) from 0.43.0 to 0.45.0.
- [Release notes](https://github.com/react-monaco-editor/react-monaco-editor/releases)
- [Commits](https://github.com/react-monaco-editor/react-monaco-editor/compare/v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: react-monaco-editor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-15 11:32:06 -05:00
committed by David Lechner
parent 3b395afc99
commit 094807ccb5
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.4.0",
"react-monaco-editor": "^0.43.0",
"react-monaco-editor": "^0.45.0",
"react-redux": "^7.2.5",
"react-scripts": "^4.0.3",
"react-splitter-layout": "^4.0.0",
+9 -9
View File
@@ -8170,10 +8170,10 @@ monaco-editor-webpack-plugin@^4.1.2:
dependencies:
loader-utils "^2.0.0"
monaco-editor@*:
version "0.26.1"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.26.1.tgz#62bb5f658bc95379f8abb64b147632bd1c019d73"
integrity sha512-mm45nUrBDk0DgZKgbD7+bhDOtcAFNGPJJRAdS6Su1kTGl6XEgC7U3xOmDUW/0RrLf+jlvCGaqLvD4p2VjwuwwQ==
monaco-editor@^0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.27.0.tgz#4b69108bb1dc1f60174c5dcdf51bc5306ab5ba26"
integrity sha512-UhwP78Wb8w0ZSYoKXQNTV/0CHObp6NS3nCt51QfKE6sKyBo5PBsvuDOHoI2ooBakc6uIwByRLHVeT7+yXQe2fQ==
monaco-themes@^0.3.3:
version "0.3.3"
@@ -10066,12 +10066,12 @@ react-lifecycles-compat@^3.0.4:
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react-monaco-editor@^0.43.0:
version "0.43.0"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.43.0.tgz#495578470db7b27ab306af813b31f206a6bf9d1c"
integrity sha512-2PXSDwOzjUDlwdsK8psrmezSB2lPnjLQ/SRNwqoRF2+TAB2n4Q+Bs1wGlWOZbU8WI7s6Wnni0+3PdT9nSPtzRA==
react-monaco-editor@^0.45.0:
version "0.45.0"
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.45.0.tgz#fa7eeaddc61c44865508d63c40930b4d67d49e98"
integrity sha512-QgAFXdXm5e9QRCnjFBt5fHqmUWL2qIMHZuZSLR6rU9E3Bbo2pQO7FSqgVmB5trc5U+hs7KdIWVoWIOzQvZMu3w==
dependencies:
monaco-editor "*"
monaco-editor "^0.27.0"
prop-types "^15.7.2"
react-popper@^1.3.7: