Skip to content

Commit

Permalink
fix(deps): update dependency monaco-editor to ^0.44.0 (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 133c362 commit 76dcff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"monaco-editor": "^0.39.0"
"monaco-editor": "^0.44.0"
}
}
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@uiw/react-markdown-preview-example": "^1.5.6",
"@uiw/react-monacoeditor": "3.5.9",
"code-example": "^3.3.6",
"monaco-editor": "^0.39.0",
"monaco-editor": "^0.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 76dcff7

Please sign in to comment.