Skip to content

Commit fbf65da

Browse files
authored
Merge pull request #43 from voidranjer/master
Update monaco-editor version to 0.46.0
2 parents 0c12b01 + 04f844f commit fbf65da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"vite": "^2.8.0"
1212
},
1313
"dependencies": {
14-
"monaco-editor": "^0.43.0"
14+
"monaco-editor": "^0.46.0"
1515
}
1616
}

src/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const config = {
22
paths: {
3-
vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.43.0/min/vs',
3+
vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.46.0/min/vs',
44
},
55
}
66

0 commit comments

Comments
 (0)