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'
}
})