Skip to content

Commit

Permalink
Bump monaco-editor from 0.45.0 to 0.46.0 in /live-editor (#446)
Browse files Browse the repository at this point in the history
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.45.0 to 0.46.0.
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.45.0...v0.46.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent eb4dd44 commit 6609a66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion live-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"js-base64": "^3.7.6",
"jsonc-parser": "^3.2.1",
"mermaid": "^10.8.0",
"monaco-editor": "^0.45.0",
"monaco-editor": "^0.46.0",
"monaco-yaml": "file:./src/monaco-yaml",
"pako": "^2.1.0",
"path-browserify": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions live-editor/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1556,10 +1556,10 @@ mkdirp@^0.5.1:
dependencies:
minimist "^1.2.6"

monaco-editor@^0.45.0:
version "0.45.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.45.0.tgz#6939123a6254aea9fea2d647697f846306dd4448"
integrity sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==
monaco-editor@^0.46.0:
version "0.46.0"
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.46.0.tgz#013e453fd2408997e4fe0bf67b36a80a24bc7bcc"
integrity sha512-ADwtLIIww+9FKybWscd7OCfm9odsFYHImBRI1v9AviGce55QY8raT+9ihH8jX/E/e6QVSGM+pKj4jSUSRmALNQ==

"monaco-yaml@file:./src/monaco-yaml":
version "0.0.0"
Expand Down

0 comments on commit 6609a66

Please sign in to comment.