Skip to content

Commit aff68e1

Browse files
fix(deps): update dependency monaco-editor to ^0.46.0
1 parent 799c8f4 commit aff68e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"dependencies": {
3333
"@babel/runtime": "^7.16.7",
34-
"monaco-editor": "^0.44.0"
34+
"monaco-editor": "^0.46.0"
3535
}
3636
}

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@uiw/react-markdown-preview-example": "^1.5.6",
1212
"@uiw/react-monacoeditor": "3.6.0",
1313
"code-example": "^3.3.6",
14-
"monaco-editor": "^0.44.0",
14+
"monaco-editor": "^0.46.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

0 commit comments

Comments
 (0)