Skip to content

Commit

Permalink
fix(deps): update dependency monaco-editor to ^0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent 799c8f4 commit 2cc23a9
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.44.0"
"monaco-editor": "^0.47.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.6.0",
"code-example": "^3.3.6",
"monaco-editor": "^0.44.0",
"monaco-editor": "^0.47.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 2cc23a9

Please sign in to comment.