updates monaco-editor-core (#5019)

This commit is contained in:
Henning Dieterichs 2025-09-26 14:12:32 +02:00 committed by GitHub
parent 05d44d8422
commit 9242cdfd03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 53 additions and 14 deletions

View file

@ -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": {}
}
}