chore: bump monaco version (#1784)

This commit is contained in:
Daniel Roe 2021-11-08 10:52:23 +00:00 committed by GitHub
parent 34b7e7991c
commit c577e1991e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ export function handleVfs (ctx: NitroContext): Handle {
}
}
const monacoVersion = '0.20.0'
const monacoVersion = '0.30.0'
const monacoUrl = `https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/${monacoVersion}/min`
const vsUrl = `${monacoUrl}/vs`