mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
updates monaco-editor-core (#5019)
This commit is contained in:
parent
05d44d8422
commit
9242cdfd03
2 changed files with 53 additions and 14 deletions
|
|
@ -39,6 +39,7 @@
|
|||
"@playwright/test": "^1.53.2",
|
||||
"@types/mocha": "^9.1.0",
|
||||
"@types/shelljs": "^0.8.11",
|
||||
"@types/trusted-types": "^1.0.6",
|
||||
"@typescript/vfs": "^1.3.5",
|
||||
"chai": "^4.3.6",
|
||||
"clean-css": "^5.2.4",
|
||||
|
|
@ -52,7 +53,7 @@
|
|||
"jsdom": "^19.0.0",
|
||||
"jsonc-parser": "^3.0.0",
|
||||
"mocha": "^9.2.0",
|
||||
"monaco-editor-core": "^0.53.0",
|
||||
"monaco-editor-core": "^0.54.0-dev-20250926",
|
||||
"parcel": "^2.7.0",
|
||||
"pin-github-action": "^1.8.0",
|
||||
"prettier": "^2.5.1",
|
||||
|
|
@ -71,12 +72,10 @@
|
|||
"vscode-languageserver-types": "3.17.5",
|
||||
"vscode-uri": "3.0.8",
|
||||
"webpack": "^5.76.0",
|
||||
"yaserver": "^0.4.0",
|
||||
"@types/trusted-types": "^1.0.6"
|
||||
"yaserver": "^0.4.0"
|
||||
},
|
||||
"alias": {
|
||||
"process": false,
|
||||
"buffer": false
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue