Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 6cbf8a6

Browse files
authored
fix(deps): Update dependency monaco-editor to ^0.52.2 || ^0.53.0 (#118)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [monaco-editor](https://redirect.github.com/microsoft/monaco-editor) | peerDependencies | patch | [`^0.52.2` -> `^0.52.2 \|\| ^0.53.0`](https://renovatebot.com/diffs/npm/monaco-editor/0.53.0/0.53.0) | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 9caa71a commit 6cbf8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@mui/system": "^7.0.0",
103103
"@mui/x-date-pickers": "^7.6.2",
104104
"@playwright/test": "^1.47.2",
105-
"monaco-editor": "^0.52.2",
105+
"monaco-editor": "^0.52.2 || ^0.53.0",
106106
"monaco-yaml": "^5.3.1",
107107
"react": "^18.3.1",
108108
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)