From c64618ed197fb22fcb7f0e007abe09bcf689937b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 22:41:22 +0100 Subject: [PATCH] chore(deps): bump monaco-editor from 0.30.1 to 0.31.1 (#535) * chore(deps): bump monaco-editor from 0.30.1 to 0.31.1 Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.30.1 to 0.31.1. - [Release notes](https://github.com/microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/monaco-editor/commits) --- updated-dependencies: - dependency-name: monaco-editor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update Monaco-editor Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mmorel-35 --- package.json | 2 +- src/app.html | 10 +++++----- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9dd8cda1..acd347d7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "js-base64": "^3.7.2", "mermaid": "8.13.5", "moment": "^2.29.1", - "monaco-editor": "^0.30.1", + "monaco-editor": "^0.31.1", "random-word-slugs": "^0.1.6" }, "lint-staged": { diff --git a/src/app.html b/src/app.html index 4a8d56f9..b8609485 100644 --- a/src/app.html +++ b/src/app.html @@ -21,27 +21,27 @@ /> diff --git a/yarn.lock b/yarn.lock index b12d4a39..886efaec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3237,10 +3237,10 @@ moment@^2.29.1: resolved "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz" integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== -monaco-editor@^0.30.1: - version "0.30.1" - resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.30.1.tgz#47f8d18a0aa2264fc5654581741ab8d7bec01689" - integrity sha512-B/y4+b2O5G2gjuxIFtCE2EkM17R2NM7/3F8x0qcPsqy4V83bitJTIO4TIeZpYlzu/xy6INiY/+84BEm6+7Cmzg== +monaco-editor@^0.31.1: + version "0.31.1" + resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.31.1.tgz#67f597b3e45679d1f551237e12a3a42c4438b97b" + integrity sha512-FYPwxGZAeP6mRRyrr5XTGHD9gRXVjy7GUzF4IPChnyt3fS5WrNxIkS8DNujWf6EQy0Zlzpxw8oTVE+mWI2/D1Q== mri@^1.1.0: version "1.1.6"