Build(package.json): Upgrade dependencies

This commit is contained in:
2024-06-13 15:16:25 +08:00
parent 0a23e0a0fc
commit 637fd236c5
4 changed files with 448 additions and 594 deletions

View File

@@ -2,6 +2,6 @@ import { loader } from '@monaco-editor/react'
loader.config({
paths: {
vs: 'https://unpkg.com/monaco-editor@0.48.0/min/vs'
vs: 'https://unpkg.com/monaco-editor@0.49.0/min/vs'
}
})

View File

@@ -16,7 +16,7 @@ class Compiler {
void esbuild
.initialize({
worker: true,
wasmURL: 'https://esm.sh/esbuild-wasm@0.20.2/esbuild.wasm'
wasmURL: 'https://esm.sh/esbuild-wasm@0.21.5/esbuild.wasm'
})
.finally(() => {
this.init = true