mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
chore: bump monaco version (#1784)
This commit is contained in:
parent
34b7e7991c
commit
c577e1991e
@ -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 monacoUrl = `https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/${monacoVersion}/min`
|
||||||
const vsUrl = `${monacoUrl}/vs`
|
const vsUrl = `${monacoUrl}/vs`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user