mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Fixes #3601
This commit is contained in:
parent
f86fe93775
commit
1d29a6420a
2 changed files with 149 additions and 50 deletions
11
package.json
11
package.json
|
|
@ -70,15 +70,14 @@
|
|||
"vscode-languageserver-types": "3.16.0",
|
||||
"vscode-uri": "3.0.3",
|
||||
"webpack": "^5.74.0",
|
||||
"yaserver": "^0.4.0"
|
||||
"yaserver": "^0.4.0",
|
||||
"@types/shelljs": "^0.8.11",
|
||||
"pin-github-action": "^1.8.0",
|
||||
"shelljs": "^0.8.5"
|
||||
},
|
||||
"alias": {
|
||||
"process": false,
|
||||
"buffer": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/shelljs": "^0.8.11",
|
||||
"pin-github-action": "^1.8.0",
|
||||
"shelljs": "^0.8.5"
|
||||
}
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue