From 55bd1c54107d522b1ab53fb02b3f8f709c47faa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:37:42 +0000 Subject: [PATCH] Bump monaco-editor from 0.33.0 to 0.55.1 in /plugins/cad Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.33.0 to 0.55.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/compare/v0.33.0...v0.55.1) --- updated-dependencies: - dependency-name: monaco-editor dependency-version: 0.55.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/cad/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cad/package.json b/plugins/cad/package.json index f4c43e3c..2aa689b8 100644 --- a/plugins/cad/package.json +++ b/plugins/cad/package.json @@ -41,7 +41,7 @@ "js-yaml": "^4.0.0", "lodash": "^4.17.21", "moment": "^2.29.1", - "monaco-editor": "^0.33.0", + "monaco-editor": "^0.55.1", "nanoid": "^5.0.7", "pluralize": "^8.0.0", "react-use": "^17.2.4"